Steps to Setup Apache Virtual Hosts on Ubuntu 18 Virtual hosting is a method for hosting multiple domain names (with separate handling of each name) on a single server...
Putty Passwordless Login Step-1: Download Putty Key-gen: Download Putty Key-gen to generate Private and public key The following link will be used to download putty key-generator https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Step-2: Save...
SSH Passwordless Login Step-1: Create a Public Key: By using ssh-keygen to create a authentication key pair of SSH. this key pairs are used for automatic logins. ssh-keygen -t...
Steps to Setup Apache Virtual Hosts on CentOS 7 Step 1 – Install Webserver: yum install -y httpd After install Start and Enable Service Step 2 – Enable Service:...
Steps to Install Linux, Apache, MySQL, PHP (LAMP) in Ubuntu About LAMP: A “LAMP” stack is a group of open source software that is typically installed together to enable...
Steps to Install Linux, Apache, MySQL, PHP (LAMP) in CentOS About LAMP: A “LAMP” stack is a group of open source software that is typically installed together to enable...
What is Nextcloud? Nextcloud is the most deployed self-hosted file share and collaboration platform on the web. You can access & collaborate across your devices.It has features that are...
Incase you forgot your MariaDB root password, you can reset it using the below Steps Step:1 Stop the running MariaDB server, and restart it with an option to not...