Truth. Hence nixCraft tutorial are much better 😉 You may like these articles: You may like these articles:
Truth. Hence nixCraft tutorial are much better 😉 You may like these articles: You may like these articles:
Today I will be talking about ansible, a powerful configuration management solution written in python. There are many configuration management solutions available, all with pros and cons, ansible stands apart from many of them for its simplicity. What makes ansible different than many of the most popular configuration management systems is that its agent-less, no […]
In this short, yet informative tutorial, we will be showing you how you can quickly bind a range of IPv4 addresses to your CentOS server. This also works with any RedHat based system, including Fedora! Whether you are needing to route a /26 IPv4 range, or a /24 IPv4 range – this method can save you lots […]
WordPress admin makes it easy to manage configurations without touching a line of code. These basic configuration settings are then stored in the wp-options table inside the database. But, WordPress also has a separate configuration file, called wp-config.php, that can be used for further customizations. Wp-config is the file where your custom hosting data (database […]
Installing WordPress is a fairly easy task and it only takes a few minutes. After installing WordPress, you may want to change the default theme and install a new one, install some WordPress plugins, create new posts and upload image files etc. When installing a WordPress theme, plugin or uploading an image using the WordPress […]
This tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures though.
These are the steps that we will do in this tutorial:To disable SELinux , edit the file /etc/sysconfig/selinux , and change enforced to disabled .
Introduction In this article, we will show you how to install LAMP stack on Ubuntu 16.04. It is a common web stack used for hosting contents on the web. The term LAMP is an acronym for the group of open source softwares which represents Linux, Apache, MySQL and PHP. In this case, we are using […]