Tag: command line

  • 25 More – Sick Linux Commands

    You Might remember  my post 25 best Linux commands Think of this as part two. here is another list of really useful commands that you might find handy. 1) Like top, but for files watch -d -n 2 ‘df; ls -FlAt;’ 2) Download an entire website wget –random-wait -r -p -e robots=off -U mozilla http://www.example.com…

  • Run These Linux Commands And You Will Die

    Many Linux newbies love to copy and paste every command they see on the net, curious to find out what they do. Running these following commands won’t kill you, but you’ll wish you were dead. Linux gives full control over the system if you are logged in as root user, running anyone of the following…

  • 25 Best Linux Commands

    As a Linux user you’ll come to learn and love certain commands. Remembering these commands is the toughest part. Some people use cheat-sheets, some create scripts, and some just refer to website for their fix. Here I have posted the 25 top command line snippets. Please remember to always read man pages for any command…