Script Tricks 
blogspot.com —
This is a very simple script that will let you know your public ip address by email or an sms(free)
Posted by
daedalus 3 months ago
daedalus 3 months ago
blogspot.com —
Thanks to smsdiscout you can send sms world-wide and free, limited to two per day/ip. The script counts with error handling, so you can call it from other scripts and know what happens.
Posted by
daedalus 4 months ago
daedalus 4 months ago
blogspot.com —
This is a very simple script that will let you know your public ip address by email or an sms(free)
Posted by
daedalus 4 months ago
daedalus 4 months ago
HowFlow —
Little script which retrieve weather information on your console. Forget vista sidebar ;)
Posted by
lied 6 months ago
lied 6 months ago
blogspot.com —
One very little known part of Bash is variable substitution and matching. Say you have a script where you want to use the value of a variable if it has a value, but use a default value if it is null, you can use the following example:
NEWVAL=${CURVAL:-default}
Posted by
lied 6 months ago
lied 6 months ago
hehe2.net —
Sebastian Bilbeau authored a script that enables you to Google straight from the comfort of your command line interface! How sweet is that? The script will give you the links of the first 11 result in Google, nothing more nothing less. Meaning don’t expect it to give you titles and description, very rudimentary stuff I must say, but still it is kinda neat.
Posted by
aroedl 7 months ago
aroedl 7 months ago 










