
Ubuntu
Finux Student Hackers Guide to Rainbow Tables
Submitted by finux on Tue, 10/28/2008 - 10:42.Finux Student Hackers Guide to Linux
Well hi guys, and welcome to another Finux's Student Hackers Guide to Linux. My name is Arron, But as usual you guys can call me finux.
You can find the HPR episode that goes along with these show notes from http://hackerpublicradio.org/eps/hpr0215.mp3 and there is also some slides you can download from a talk i did recently on this here http://thelinuxsociety.org.uk/content/rainbow-tables-slides-from-talk
Finux's student hackers guide to WEP hacking
Submitted by finux on Sun, 08/10/2008 - 09:14.Finux's student hackers guide to WEP hacking
Installing Gwibber in Ubuntu Hardy
Submitted by threethirty on Thu, 07/24/2008 - 01:57.Hello Ladies and Gents and everyone else. This is threethirty from the LinuxCranks Podcast (http://linuxcranks.info) and I'd like to tell you all how to install Gwibber in Ubuntu Hardy:
Step 0:
Install simplejson
the easy way is to go here: http://packages.ubuntu.com/hardy/i386/python-simplejson/download choose a mirror and let it open in Gdebi
Step 1:
Install baazaar
$ sudo apt-get (or aptitude) bzr
Step 2:
Checkout the baazaar repo
$ bzr checkout https://code.launchpad.net/~segphault/gwibber/main
Step 3:
Change to the gwibber directory
$ cd gwibber/
Install Banshee-1 on Hardy
Submitted by chad on Tue, 06/24/2008 - 02:15.Want to install Banshee 1.0 on Hardy?
sudo nano /etc/apt/sources.list
add this
deb http://ppa.launchpad.net/banshee-team/ubuntu hardy main
deb-src http://ppa.launchpad.net/banshee-team/ubuntu hardy main
Then do
Sudo apt-get update
Sudo apt-get install bashee-1
Have fun!
Google Gadgets on Hardy
Submitted by chad on Fri, 06/06/2008 - 02:27.These are the steps I followed. I got all this information off the project pages here.
I decided to check out the latest code using subversion. You could conversly just download the lattest package and use that.
cd ~/programs/google
svn checkout http://google-gadgets-for-linux.googlecode.com/svn/trunk/ google-gadgets-for-linux-read-only
