Kubernetes Installation and Configuration CentOS
Install Kubernets on CentOS 8 I have 3 CentOS 8 minimal install OS on the VMs. Update the host-names and IP Addresses in the /etc/hosts …
Welcome!
Install Kubernets on CentOS 8 I have 3 CentOS 8 minimal install OS on the VMs. Update the host-names and IP Addresses in the /etc/hosts …
Master-Slave Replication On Same Server To install MySQL see Install MySQL 8.0 on CentOS 8 I have use 2 different instances of MySQL running on …
Apache Vhost 1. First create a directory where all the vhost will be stored (mine will be in /etc/httpd/sites mkdir /etc/httpd/sites 2. Create a new …
Use .htaccess and .htpasswd to authenticate the access to website 1. Edit the AllowOverride None line in your vhost configuration file and change it to …
Rewrite HTTP to HTTPS 1. Edit vhost to add the following lines to it: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L] 2. Restart …
Change Apache DocumentRoot 1. Using your text editor (mine will be vim) open the Apache configuration file: vim /etc/httpd/conf/httpd.conf 2. Find the DocumentRoot section: 3. …
Install Apache Web Server 1. First update all the installed package using: yum update -y 2. Next install Apache HTTP Server from the default software …
It would be awkward and hard to believe that OS in the 21st century had their roots back from the 1969 when Dennis Ritchie and …
Linux Distributions In the 21st century there has been many distribution (in short, Distros) of Linux Os. Up to now there can be several hundreds …