Unable to Comment on Google Reader -fix it!
TodayWasAwesome – Best Of
Backup Cydia Apps – iPhone
Enable USB on the Apple Tv
Surviving a Zombie Attack

Can you say “proved my point?”

It sort of goes without saying…
9:53:10 AM Gary Hall: dude whats the best program to get a virus of my comp
9:53:43 AM Dan: I won’t help you until you admit that windows is inferior to OS X
9:54:10 AM Gary Hall: lol
9:54:13 AM Gary Hall: right
9:54:29 AM Gary Hall: i forgot you are a religious fanatic
9:54:43 AM Dan: just say “Windows is inferior”
9:55:09 AM Dan: Ive got the software right here, I’ll give it to you. That’s all you have to say
9:55:45 AM Dan: who’s the fanatic? You aren’t willing to say three simple words to solve your problem?
9:55:55 AM Gary Hall: or you could be a normal person and just give me the program
9:56:57 AM Dan: Its very easy, just say it and I’ll help you.
10:00:07 AM Gary Hall: yup windows is inferior to OS X
10:00:20 AM Gary Hall: now give me the program
10:00:22 AM Dan: http://free.avg.com/download-avg-anti-virus-free-edition
10:00:24 AM Dan: there ya go
10:00:38 AM Dan: download it and then reboot in safemode and install it

TodayWasAwesome – Best Of

Some teacher once told me I was worthless and would amount to nothing but look at me now, I have my own blog. I’ll prove him wrong. Sometimes people don’t appreciate my super extra greatness. Ordered by date you’ll find some of my “best ofs” enjoy!

Humor

Inspirational/Informative

Photography

Whoa, you made it this far! Im thoroughly impressed.

Backup Cydia Apps – iPhone

I previously wrote a post on scripting the install of Cydia apps but I since found a much better way to handle the problem. Its a lot cleaner but it still doesn’t backup cydia apps data. Instead it creates a list of stuff thats been installed and makes it really easy to reinstall it all.

Step 1: Backup Cydia Apps

To do this we’re going to need to fire up the terminal and create a file to store our list. This can all be handled with one command.

dpkg --get-selections > myapps.txt

Putting this code into terminal will create a text file called “myapps.txt” which contains all the selections you’ve made in Cydia. Use an ftp client to save this file to your computer and you’re done.

Most people at this point are now going to upgrade their phone, etc.

Step 2: Restore Cydia Apps

Now you’ve got a fresh iphone with a fresh install of Cydia. You’ll need terminal and probably SSH installed first before you proceed. Once done upload your “myapps.txt”. Using terminal navigate to the directory containing that file and issue the following commands. Note: the $ at the beginning of each line is just the prompt and not part of the commands.

$dpkg --set-selections < myapps.txt
$apt-get -u dselect-upgrade
$rm /private/var/mobile/Library/Caches/com.apple.mobile.installation.plist
$killall SpringBoard

You’re all done! If you want to understand what each command does then read on.

Read the rest of this entry »

April Fools Day Reminder

I made this desktop background in 5 minutes to help me remember that today is april fools day. Silly, I know, but maybe useful for some of you out there :)

April Fools Day

I just realized that if I were going to do a prank the easiest thing to do would be to change that link to rickroll or something but I don’t think I have the energy in me for any such prank.