Install Zabbix in Ubuntu 16.04 LTS
I personally set up a Virtualmin on my production server, and one of the hassles I have encountered for the past 2 years in production, are keeping all the service active and working as expected…
I personally set up a Virtualmin on my production server, and one of the hassles I have encountered for the past 2 years in production, are keeping all the service active and working as expected…
If you follow along with the entire series of article for Virtualmin Installation, you would notice, Virtualmin does not support HTTP2 yet, considering Apache version was still on Apache/2.4.18. If you have hesitation, run "apache2ctl…
Today, let us try to install multiple PHP version based on your needs. In my case, I will install 5.6, 7.0, 7.2, 7.3 Virtualmin in Ubuntu 16.04. By default, Virtualmin installs PHP 7.0.33 on my…
By default, Virtualmin uses HTTPS and port 10000. However, the SSL installed is just a self-signed certificate. This explains why you are getting the "Not Secure" message on your hostname URL as shown below: Not…
If you follow to our Virtualmin Installation, the installation script set the Swap file size to 263M by default. If you wish to check your current swap file, run the "free -h" [[email protected] ~]# free…
In our Quick Tour on Virtualmin Post Installation, we have the option to set up our own name server. In this tutorial, I will show you how to get your own name server for your…
Virtualmin Post-Installation Wizard is straight forward during your first sign-in. In this post, this will be a quick tour of how the wizard works. However, if you have not created your first Virtualmin installation, you…
Recently, I am looking for an opensource control panel where I can manage my client. I tried VestaCP and Centos Web Panel, however, on my experience, I find the support hard to find considering you…
What is Netstat? — is a common command line TCP/IP networking utility available in most versions of Windows, Linux, UNIX and other operating systems. Netstat provides information and statistics about protocols in use and current TCP/IP…
Today, let us try to setup SpamAssassin on Ubuntu 16.04.5 LTS. Just ensure you have access to root user via SSH. $ apt-get install spamassassin spamc Let us add a user for the spamd daemon. $…