Tag: shell
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.
Create Random Password
July 2, 2009
Use this command to create a random password < /dev/urandom tr -dc A-Za-z0-9_ | head -c8 Also see…
A Shell Scirpt to Mount ISO files
May 13, 2009
A Shell Scirpt to Mount ISO files – call it using the command moustiso.sh ImageFile.iso. You need a folder called…
chsh Command
February 21, 2009
Command to know if you have to remote into another box chsh –list-shells
Spy on SSH Users
November 24, 2008
See what your users are doing using SSH connected to your system – this will show you what happens on…
Shell Script for Batch Convertion of Images
November 15, 2008
An easier way to batch convert images using the ‘convert’ command… #!/bin/sh # An Easy command to use the convert…
A Shell Script to Create a Build of Firefox Extension
May 4, 2008
This shell script will create a build of a firefox extension in linux. This is created according to my details(eg,…
Recent Comments