Glad you could stop by the Linux Basement site. Linux Basement is an informational Podcast about Linux, open source software and lots of other wonderful technology. If you want to find out more about open source technologies, subscribe and have a listen!

#linuxbasement is up at irc.freenode.net

MP3 Feed
Ogg Vorbis Feed
MP3 Feed (all episodes)
Ogg Feed (all episodes)

Video blog (not the show!)

 

Ubuntu

Finux Student Hackers Guide to Rainbow Tables

Article Type: 
Tutorial

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

Article Type: 
Tutorial

Finux's student hackers guide to WEP hacking

Installing Gwibber in Ubuntu Hardy

Article Type: 
Tutorial

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

Article Type: 
Tip

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

Article Type: 
Tip

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

Syndicate content