Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.
Find Open File in a Given Directory
         January 4, 2009        
    
    Find the process that’s opened the file from a specified directory. You can use this if you cannot unmount a…
Watching the disk space
         December 26, 2008        
    
    If you want to repeat a command many times, for example you are monitoring something, then don’t forget about the…
Run Remote App Locally
         December 23, 2008        
    
    Run a remote GUI tool in a local system ssh -X neo@192.168.0.30 /usr/bin/kate
nslookup Network Command
         December 7, 2008        
    
    Lookup hostname to resolve name to ip address and viceversa nslookup www.example.com
Backup Entire Harddrive to an Image
         December 5, 2008        
    
    Backup content of the harddrive to a file. Creates an image of the drive dd if=/dev/sda of=/tmp/sda.iso
Check Ext2 FS
         December 4, 2008        
    
    repair / check integrity of ext2 filesystem on disk hda1 fsck.ext2 /dev/hda1
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
Recent Comments