Find Current DNS Server
         April 7, 2009        
    
    The DNS servers are in the /etc/resolv.conf file – cat it to find what they are. You can edit to…
Incremental Backup with tar
         April 4, 2009        
    
    Make a incremental backup of directory ‘/home/binnyva’ tar -Puf backup.tar /home/binnyva
Zip Command in Linux
         April 2, 2009        
    
    Command to create a zip file from a given folder. zip -r File.zip Folder/
Show All Network Services
         April 1, 2009        
    
    Show all network services listening on the system and their PID netstat -tupl
Repair/Check integrity of FAT file system
         March 31, 2009        
    
    Repair/Check integrity of FAT file system – useful for checking pen drives fsck.vfat /dev/sdb1
Copy Files Using Samba
         March 30, 2009        
    
    Download files from a host windows via smb smbget -Rr smb://ip_addr/share
Recent Comments