Do not limit your challenges.. Challenge your limits

BTemplates.com

Search This Blog

Powered by Blogger.

About Me

My photo
kathmandu, Bagmati, Nepal
I am Software developer based on Nepal.I have started coding since mid of 1995 with QBasic.My interest in software development covers a broad range of technologies from assembly to the Microsoft .NET platform to Java, Linux to Windows, Windows Mobile to Android, desktop to web to mobile, and many others. But from 2007 I am just working on Java mainly working on Java EE platform and decided just to go with it. I really like to learn new stuff and share things with others which is my main objective in creating this blog.

ArchUnit : Java architecture test library

Finally I have found the required library which will enforce architecture patterns . ArchUnit  . Currently I am exploring it and will upd...

Sunday, June 9, 2013

Daily Useful Linux Command



Daily Useful Linux Command

  1. rm -rf FOLDER_NAME           - To Delete Folder and it’s contain
  2. df -h                                         - To View available disk space
  3. gunzip -c foo.tar.gz | tar xvf     - To unzip
  4. tail -f FILE_NAME.log             - To monitor log file
  5.  ps -af                                       - To display all the processes running on the host 
  6. uname -r                                   - To print Linux version information 
  7. more /proc/cpuinfo                   - To print hardware summary 
  8. history                                      -  To Call commands from History 
  9. !23 ( where, 23 history id )        - To Call commands from History   

Debian Command

  1. sudo dpkg -i package_file.deb  - To install package in debian Linux
  2. sudo dpkg -r package_file.deb  - To uninstall a .deb file
  3. sudo dpkg -R folder_nam        -  To Install all packages recursively from a directory

0 comments:

Post a Comment