ButteWifi

Here is a quick command to disable your monitor in Linux.
xset dpms force off
You can bind this to a keyboard shortcut or throw it in a script to quickly send your monitors to power-save mode without waiting a timeout period.

Read more...

§61 · October 20, 2009 · Uncategorized · 4 comments · Tags: , , ,


Issue these commands to determine what groups you are a member of in an active directory environment. These will only be groups in active directory.
First determine your FQDN.
dsquery user -name username
Then use that to get group membership info.
dsget user outputfromabove -memberof -expand
You must have the adminpak from Microsoft installed on your computer, but you don’t [...]

Read more...

§48 · August 7, 2009 · Uncategorized · 1 comment · Tags: , , , , ,


Download lots of files with multiple threads using wget.

Read more...