Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
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…
Finding the Factorial using Recursion
         September 29, 2008        
    
    Finding the Factorial using Recursion in javascript. function factorial(x) { if(x
Packet Sniffing
         September 28, 2008        
    
    Configure ‘eth0’ in promiscuous mode to gather packets (sniffing) ifconfig eth0 promisc
Verify RPM Package
         September 24, 2008        
    
    Verify the integrity of a rpm package rpm –checksig package.rpm
Build RPM From RPM Source
         September 21, 2008        
    
    Build a rpm package from a rpm source rpmbuild –rebuild package_name.src.rpm
Recent Comments