Posts marcados com "linux"
-
Backup to cloud when there is no space left on device
Imagine that you are planing to move some data from one server to another. To do so, you backup your data by creating a simple compressed tar archive with: $ tar cjf /tmp/backup.tar.bz2 $HOME And, for your surprise you…
-
Building custom Linux kernel the Debian way
Image by: shokunin Building a Linux kernel is a nice way to learn some new skills, install a fresh and new version of your Operating System core software, and also make any optimizations you see fit for your machine.…