CentOS 7 – Install LUA
Wednesday, 18 April 2018
Learn More / Full Story >>CentOS 7 – Veeam backup repository on linux
Monday, 12 March 2018
To install the Linux version of the Veeam backup repository on CentOS 7, you need to install perl.
1 |
yum -y install perl |
How to install Skylable SX on Centos 7
Tuesday, 6 February 2018
SX Cluster is a reliable, fully distributed cluster solution for your data storage needs, released under the GPL licence. With SX Cluster you aggregate the disk space available on multiple servers and merge it into a single storage system. The cluster makes sure that your data is always replicated over multiple nodes (the exact number of copies is defined by the sysadmin) and synchronized. Additionally, SX Cluster has built-in support for high-availability, bit rot detection, deduplication, client-side encryption, on-the-fly compression and much more.
Learn More / Full Story >>How can I ensure only the root user have the right to halt/reboot the system?
Monday, 5 February 2018
CentOS/RHEL/Fedora
You can disable access to these commands by removing their entries in the /etc/security/console.apps/*:
Learn More / Full Story >>CentOS 7 LAMP Server – Apache, PHP And MySQL
Monday, 8 January 2018
Once CentOS minimal OS is installed…
Installing Nano (Editor)
1 |
yum -y install nano |
Installing MySQL 5
1 |
yum -y install mariadb-server mariadb |
1 2 |
systemctl start mariadb.service systemctl enable mariadb.service |