1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2015 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => "$a[SIM] cutting and a live $a[USB]",
- 'body' => <<<END
- <blockquote>
- <p>
- Day 1:
- </p>
- <p>
- I went around town looking for a place that sells $a[SIM] cutters.
- It was a long shot, but if I could find a $a[SIM] cutter, I could reestablish my mobile Internet connection sooner.
- As expected, I did not find a single place that sold them.
- T-mobile said that they can cut a $a[SIM] card for me, but that they do not sell $a[SIM] cutters.
- The thing is though, it is not a T-Mobile $a[SIM] card that I need cut.
- Would they be willing to cut a competitor's $a[SIM] card? I didn't ask today, but I will probably ask tomorrow.
- </p>
- <p>
- One of my bosses gave me a great idea.
- Basically, all I have to do to find out if one of the computers at the recycling center can handle Debian is bring a live system on a $a[USB] drive.
- This will greatly speed up the process of finding a new laptop.
- Due do to complications, I should probably speak with my mother before doing anything.
- I will be therefor probably not be headed to the recycling center tomorrow as I had planned yesterday.
- </p>
- <p>
- I was messing with some settings on my mobile when the thing went into a reboot loop.
- With the help of my brother, I took a crash course on Replicant recovery mode.
- Unfortunately, recovery mode seems to have erased all my accounts, but at least the mobile is out of the reboot loop so I did not lose any major data.
- </p>
- </blockquote>
- <p>
- I couldn't update my <a href="/a/canary.txt">canary</a> today, as I was cut off from my Web/ssh server.
- </p>
- END
- );
|