Category: Linux
Send One Line From a Text File as as SMS Every 10 Mins
August 11, 2011
This command will send a line from a given text file one every 10 mins as an SMS to a given number.
Send Text Once Every 15 Mins
August 11, 2011
Command to send a text to any phone once every 15 mins.
Watch for Ubuntu 9.10 Launch
October 29, 2009
This script will run check for ubuntu launch once every 5 mins and let you know if there is an launch.
Command to Find Current Ubuntu Version
August 21, 2009
Run this command to find the installed version of Ubuntu… cat /etc/lsb-release
Trasfer over the network
July 22, 2009
Transfer stdin and stdout to and from machines over the network ssh remote_machine ‘cat – > file’ < file
Add Line Numbers
July 7, 2009
Use this command to add line numbers to a text file… sed = filename.txt | sed ‘N;s/\n/\t/’ > filename_number.txt
Install Package List
July 6, 2009
Install a list of packages from a text file. cat packages.txt | xargs apt-get install
Get a Random Futurama Quote
July 3, 2009
Useless – but fun – get a random Futurama Quote curl -Is slashdot.org | egrep ‘^X-(F|B)’ | cut -d \-…
Recent Comments