Monday, September 21, 2009

Howto Bypass Razr Password

This video tells you how to use a magnet to bypass the security code on a Razr.

How to hack a cell phone with a magnet | Wonder How To

Wednesday, September 9, 2009

How to search Ubuntu-Users List

on google
site:lists.ubuntu.com  whateveryoursearchingfor

--
Steve Reilly



ubuntu-users-list in Dire Straits...

Now look at them yo-yo's that's the way they do it
bottom postin' on u-bun-two list...
So we gonna do it, that's the way we do it
for no ree-zun

Sunday, September 6, 2009

Make CapsLock an extra Ctrl key in Linux

The problem with this using Ubuntu keyboard applet settings, the capslock LED on my T60 turns on and off.  Get rid of this behavior by inserting ctrl:nocaps line in /etc/X11/xorg.conf

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "ctrl:nocaps"
EndSection