HowFlow

Script Tricks   RSS Feed


HowFlow — echo "password\npassword" | passwd

Share it!   Posted by lied lied 13 days ago

http://dclavijo.blogspot.com/
blogspot.com This is a very simple script that will let you know your public ip address by email or an sms(free)

Share it!   Posted by daedalus daedalus 3 months ago

HowFlow — A few Script to better analyse your logs. Great for sysadmins

Share it!   Posted by lied lied 3 months ago

http://dclavijo.blogspot.com/2008/07/script-para-enviar-sms-gratuitos.html
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.

Share it!   Posted by daedalus daedalus 4 months ago

http://dclavijo.blogspot.com/2008/06/howto-como-saber-tu-ip-publica-con-bash_27.html
blogspot.com This is a very simple script that will let you know your public ip address by email or an sms(free)

Share it!   Posted by daedalus daedalus 4 months ago

HowFlow — This is a little script to automate mysql backups

Share it!   Posted by Avatar bekks 5 months ago

HowFlow — Little script which retrieve weather information on your console. Forget vista sidebar ;)

Share it!   Posted by lied lied 6 months ago

http://itsecureadmin.blogspot.com/2008/04/bash-tip-of-day-variable-tricks.html
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}

Share it!   Posted by lied lied 6 months ago

http://hehe2.net/linux-general/google-search-straight-from-the-command-line/
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.

Share it!   Posted by aroedl aroedl 7 months ago

http://cad.cx/blog/2008/04/14/howto-write-a-script-to-update-twitter-from-linux/
cad.cx After having read Wayne’s post at 'Fsckin w/ Linux' regarding Twitter clients for Linux, I decided to roll my own rather than use what’s out there. I wanted something simple and bashful.

Share it!   Posted by Avatar flood 7 months ago