free money is always good, too...
::Reference::
email sms or mms messages to different cell phone carriers (obviously, be sure to include the area code in the phone number):AT&T: phonenumber@mms.att.netmount windows share in Ubuntu 8.04 (Hardy Heron):
Verizon: phonenumber@vtext.com
Sprint: phonenumber@messaging.sprintpcs.com
T-Mobile: phonenumber@tmomail.net
Nextel: phonenumber@messaging.nextel.com
Virgin Mobile: phonenumber@vmobl.com
1st (as root):
# mkdir -p /mnt/myFolder2nd:
# mount -t cifs //ntserver/download -o username=myUsername,password=myPassword /mnt/myFolderprivate IP address ranges:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
silent install of CrossLoop:
crossloopsetup.exe /sp- /silent /norestart
silent install of Mozilla Firefox 2.0 (may work with other versions):
"Firefox Setup 2.0.0.<version_number>.exe" -ms
kill the "Windows needs to be restarted" nag screen after an update:
sc stop wuauserv
shutdown a computer remotely:
shutdown -m \\<computername> -s -c <comment>
copy everything and don't bug me:
xcopy *.* c:\<destination_folder> /e /c /i /f /h /y
some commands were found on aaron's personal site.