Virtual

How To Create Apache VirtualHost in Ubuntu 18.04

How To Create Apache VirtualHost in Ubuntu 18.04

Configure Apache Virtual Hosts in Ubuntu 18.04 LTS

  1. Install Apache webserver. Make sure you have installed Apache webserver. ...
  2. Create web directory for each host. I am going to create two virtual hosts, namely ostechnix1. ...
  3. Create demo web pages for each host. ...
  4. Create configuration file for each host. ...
  5. Enable virtual host configuration files. ...
  6. Test Virtual hosts.

How To Install MySQL 8.0 on Ubuntu 20.04
How To Install MySQL 8.0 on Ubuntu 20.04 Step 1 Add MySQL APT repository in Ubuntu. Ubuntu already comes with the default MySQL package repositories. ...
Bash Tac Command
tac command in Linux is used to concatenate and print files in reverse. This command will write each FILE to standard output, the last line first. Whe...
Solve Unable to load authentication plugin 'caching_sha2_password'
The version 8.0 of MySQL has changed the default authentication plugin from mysql_native_password to caching_sha2_password. So if you are using a clie...