Jared Burrows Blog
Software Development and Course Notes
Pages
(Move to ...)
Home
Burrows Apps
Course Notes
▼
Saturday, December 15, 2012
How to install GNUTLS on Ubuntu
›
How to install GNUTLS I an ran into this problem the other day while compiling GNU tools. Some require GNU TLS. To install them: su...
How to install the D compiler on Ubuntu
›
How to install the D compiler Install command: sudo apt-get install gdc
Sunday, December 9, 2012
How to easily find and remove your comments from Youtube
›
How to remove Youtube comments easily from a video Most of the time when you comemnt on a video it is for a good reason; however, Google...
Saturday, December 8, 2012
How to hack Facebook accounts using the Facebook Query Language
›
How to use the FQL(Facebook Query Language) Get the page you want to lookup: http://www.facebook.com/burrowsapps Obtain the id: 14...
8 comments:
How to hack Facebook user ID's using the API
›
How to obtain a user's ID from their username There are many ways to do this such as simply get the URL of the user's photo. He...
1 comment:
Tuesday, November 6, 2012
How to purge memory on Google Chrome
›
How to purge memory on Google Chrome Click: Shift + Esc From here, you can easily end the process that is using the most ram and th...
Sunday, October 21, 2012
How to compile inline Assembly in C
›
How to compile Assembly inline with C Make sure you have 32-bit libraries, install them: apt-get install gcc-multilib #include <...
Friday, October 5, 2012
How to install Sublime Text 2 on Ubuntu
›
How to install Sublime Text 2 for Ubuntu To install them: sudo add-apt-repository ppa:webupd8team/sublime-text-2 sudo apt-get updat...
‹
›
Home
View web version