Recently a few peoiple have asked about backing up and copying data from or to a NAS device which has a samba cifs share in many new devices they have built in support copying data but some don't have this option and in some cases it's not aplicable to use the built in software. This would also be a...
What is Swappiness
Swappiness has a value between 1 and 100 this controls how your system prioratises ram and swap usage, if you are unsure of what swap is then you may want to google this a bit but in short ram is the physical memory modules (ram) and swap is memory on your hard drive/ssd, swap i...
Recently I have been using Debian 9 for some projects rather than my usual CentOS 7 and I have been getting fustrated with vim due to the automatic visual mode which is enabled by default, for most I am sure this is not a problem and if your new to vim then you probabily don't know any differnt (myb...
Upgrading MariaDB on CentOS 7 is a simple task as it's a drop-in replacement for MySQL, by default CentOS 7 ships with MariaDB 5.5.
In this tutorial I will be running through the upgrade process as the root user with the asumtion this is a new install, this will also be aplicable for exising insta...