Linux – Create and extract Tar files
Tar Probably the most used compression for Linux systems, and maybe the Linux equivalent of Zip. Tar stands for “Tape Archive”, and was made back in the…
Linux – Create and extract zip
Zip Probably the most used archiving format for pc users. To compress a folder in Linux: zip -r archive.zip /home/Jon/files_to_archive This example assume we are creating a…
Install KVM Virtual Machine Manager on Debian based systems
The Virtual Machine Manager is a small powerful tool when it comes to handling your kvm guests. To install the Virtual Machine Manager we do: apt-get install…
Linux Mint Mono develop is not working after install
Linux Mint Mono Develop On a standard Debian system this is very easy, and should be so on Linux Mint Mono Develop (the Debian version) too. Since…