Who Does Facebook Think You Are Searching For?

UPDATE March 28, 2013: Many people have commented here and emailed me that it no longer works for you. I have made an update to fix the bookmarklet for those with Facebook Graph Search. You can get the new bookmarklet here Updated Facebook Friends Ranking Bookmarklet to Work with Graph Search ========================================== UPDATE February 14, … Continue reading Who Does Facebook Think You Are Searching For?

Ethical Adventure Game

. Check out the cs181 final project that we just made. It’s a text based adventure game, with a little console in the browser where you can explore some history and cases relating to press freedom for bloggers. Play the Game Here project by me, Eric Conner, and Zach Galant. Browse the code on github Continue reading Ethical Adventure Game

Setting up User Accounts, Password Authentication, and SSH Keys on a New EC2 Instance

Based on an article from: http://blog.taggesell.de/index.php?/archives/73-Managing-Amazon-EC2-SSH-login-and-protecting-your-instances.html After you have created your instance: Save the Public DNS, it looks something like ec2-########-compute.amazonaws.com After you have your keypair, run this command $ ssh -i mykeypair.pem ubuntu@ec2-##########.compute-1.amazonaws.com You should be in now. Cool. Now set yourself up your own user account. adduser jkeesh Adduser is the one you … Continue reading Setting up User Accounts, Password Authentication, and SSH Keys on a New EC2 Instance

Wow, Facebook Hackers

So I saw a post on my wall from a friend, but something just didn’t sound right. Again, it was a case of the Facebook spam that somehow tricked you into posting something you didn’t want to post to all of your friends. And many people made the mistake, and it spread fast. Mainly, it … Continue reading Wow, Facebook Hackers

mod_rewrite reminder

I was trying to get mod_rewrite working on my WordPress blog which is on a server I set up. Except it just didn’t work. Solution (which you can find on the internet, but not that easily if you don’t know what to look for) is that in your httpd.conf file, you need to make sure … Continue reading mod_rewrite reminder