Archive for October 2008


Linux & Games?

October 30th, 2008

Find more games on Strange Gamer

 

Disable alt tooltip in IE6

October 28th, 2008

Override alt tooltip by putting an empty title attribute in the tag

<img alt="something" src="">

becomes
<img title="" alt="something" src="">

 

User to Group

October 22nd, 2008

Linux: Add a existing user to an existing group.

# usermod -a -G group username