Tag: Linux
Static Route
December 2, 2008
Configure static route to reach network ‘192.168.0.0/16’ route add -net 192.168.0.0 netmask 255.255.0.0 gw 192.168.1.1
Import All MySQL Sql Dumps in a Folder
December 1, 2008
This command will import all the MySQL sql dumps in the current folder. You can use this to restore your…
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…
Burn Compressed ISO Image
November 11, 2008
Burn a compressed ISO image gzip -dc cd_iso.gz | cdrecord dev=/dev/cdrom
Search Debian Package
November 10, 2008
Show all deb packages with the name “httpd” dpkg -l | grep httpd
Recent Comments