How to configure Firewall and SELinux in Linux
Configuring a firewall and SELinux (Security-Enhanced Linux) are crucial steps for securing a Linux system. Here’s a guide on how[…]
Read more
Configuring a firewall and SELinux (Security-Enhanced Linux) are crucial steps for securing a Linux system. Here’s a guide on how[…]
Read more
To install Chrony on CentOS, you can use the package manager yum. Here are the steps to install Chrony: Now,[…]
Read more
Configuring DHCP (Dynamic Host Configuration Protocol) failover on CentOS 7 typically involves using the ISC DHCP server, which is a[…]
Read more
Prerequisites Step 1: Install Ubuntu Server with LTE Step 2: Install apache2 on Ubuntu Step 3: Set user login without[…]
Read more
Locate is very useful command to find the location of file/folder in linux. Install mlocate package # yum install mlocate[…]
Read more
We can check all the sizes of databases through execute a simple query in mysql server Step 1: Login with[…]
Read more
Prerequisites Install nginx web server Step 1: Install PHP & PHP-FPM Install packages php & php-fpm package on server using[…]
Read more
Step 1: Install MySQL Server Install MySQL Server on both machines. # apt-get update # apt-get install mysql-server mysql-client Step[…]
Read more
Introduction Repository is database of application installation and up-gradation of packages which are available on different Linux distributions. The packages[…]
Read more
Step 1: Install Postfix Install postfix using yum command: # yum install postfix Step 2: Run Postfix on Multi-Levels Make[…]
Read more