Setup Apache Virtual Hosts
The term Virtual Host refers to the practice of running more than one web site on a single machine. Virtual hosts can be IP-based or name-based.
Research and Development
The term Virtual Host refers to the practice of running more than one web site on a single machine. Virtual hosts can be IP-based or name-based.
A simple one-liner script to check the sizes of all MySQL databases.
On Ubuntu, the system’s timezone is set during the install, but it can be easily changed at a later time.
Manage UFW firewall on Linux box.
Let’s Encrypt is a Certificate Authority (CA) that provides an easy way to obtain and install free TLS/SSL certificates, thereby enabling encrypted HTTPS on web servers.
Generally, there are two linux commands to create users - useradd and adduser.
Linux allows us to display messages before and after interactive login via Terminal. To display messages after login it uses the /etc/motd file.
A LAMP stack can easily host a WordPress site, after some prerequisites have been met.
Generate ssh crypto key on a Linux box.
Configure LAMP Stack for nextCloud deployment.