Author: Binny V A

A philosopher programmer who specializes in backend development and stoicism.

Identify Channel SCSI

Scan bus to identify the drives cdrecord –scanbus

DHCP Mode Activation

active interface ‘eth0’ in dhcp mode dhclient eth0

Monitor the Result of a Command

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

Perform an md5sum on a device, like a CD dd if=/dev/hdc | md5sum

Convert Bin/Cue Images to ISO Image using Linux Command

You can use this command to convert a Bin/Cue image to an ISO image in a linux system. You may…

Finding the Factorial using Recursion

Finding the Factorial using Recursion in javascript. function factorial(x) { if(x

Packet Sniffing

Configure ‘eth0’ in promiscuous mode to gather packets (sniffing) ifconfig eth0 promisc

Remove Deb Package

Remove a deb package from the system dpkg -r package_name

Verify RPM Package

Verify the integrity of a rpm package rpm –checksig package.rpm

Burn an ISO image

Burn an ISO image cdrecord -v dev=/dev/cdrom cd.iso