Category: Command Line
RPM Installation without Dependencies
October 18, 2008
Install a rpm package ignoring dependencies requests rpm -ivh –nodeeps package.rpm
Convent Video to 3gp(mobile) format
October 17, 2008
This command uses ffmpeg to convert a regular video into 3gp format thats used in mobile phones ffmpeg -i input_video.mp4…
whois – Find Who Owns A Domain
October 14, 2008
Find out the ownership details of a domain using this simple command… whois openjs.com
Monitor the Result of a Command
October 6, 2008
Monitor the result of some command by looping it an infinite while loop. To quit, press Ctrl+C. Thanks to Sreenath…
Do Md5 check on CD/DVD/HDD
October 4, 2008
Perform an md5sum on a device, like a CD dd if=/dev/hdc | md5sum
Convert Bin/Cue Images to ISO Image using Linux Command
October 2, 2008
You can use this command to convert a Bin/Cue image to an ISO image in a linux system. You may…
Packet Sniffing
September 28, 2008
Configure ‘eth0’ in promiscuous mode to gather packets (sniffing) ifconfig eth0 promisc
Recent Comments