dd seem an unfriendly command, but if you start to use it, you’ll see that it’s a powerful command able to do many different things, backup a partition, CD or USB stick for example or do some simple tests on the speed of your disks or your CPU. The man page say: dd is an […]
readlink – Follow links for you
Sometimes happen that you find a sequence of links, and so you should start to follow them to see exactly what command are you about to run, or the directory used in that symbolic link, or you can use readlink. readlink it’s contained in the package coreutils, so you should already have it. The basic […]
Watch – Run a command forever on the terminal
Sometimes is useful to run over and over again the same command until something happen, for example you could do a ls -lrt until a file has reached a certain dimension or is created, how to do it ? Sure you can use bash history and use up arrow and return over and over again, […]
Terminator – a terminal program for Linux
I’ve found this terminal while testing Crunchbang, Terminator is CrunchBang’s default terminal. Its based on Gnome terminal, its best feature is it’s ability to show multiple terminals on one screen, but it also uses tabs aswell. It is inspired by programs such as gnome-multi-term, quadkonsole, etc. in that the main focus is arranging terminals in […]
INX : Command line and console Linux Live CD
Whether you’re a fan of the command line or the novice I recommend you to do a test with INX (INX Is Not X), this is a minimal Linux distribution that has the characteristic of not having any graphical desktop, all the tools and packages provided work in the terminal. INX is a Live CD […]