This command can be used when we are working with windows network: Open command prompt This command gets into the firewall section. netsh firewall set opmode enable “To enable firewall” netsh firewall set opmode disable “To disable firewall” Done. […]
HowTo Create Email Account on Webmin Control Panel
Webmin is a free control panel that provides a simple and effective user interface for website and server owners to manage their services . We have already discuss in our previous articles about how to install Webmin on CentOS and Ubuntu. […]
How To Install VirtualMin On CentOS
Virtualmin is a Webmin module which allows you to manage Apache, Nginx, PHP, DNS, MySQL, PostgreSQL, mailboxes, FTP, SSH, SSL, Subversion/Git repositories and many more. […]
How to Uninstall Webmin from Linux CentOS/RHEL
In this article we will cover the steps to uninstall or remove Webmin software on Linux CentOS and Linux (RHEL) We will describe here three different ways to remove webmin ,But the choice of uninstallation depends upon how the installation has been done in the beginning. […]
How to Install Webmin on CentOS/RHEL
Webmin is a web-based graphical tool for unix . It is used to manage services like User management, Disk management, Network, Iptables ( Firewall ), Cron, Apache, DNS, File sharing and much more . This article will help you to install and configure Webmin on CentOS, RHEL and Fedora systems. Kindly go through below steps. […]
Error: 404 while trying to reach temporary URL on Cpanel.
One of our client was getting 404 error when he was trying to access temporary URL on Cpanel server. The url looks like this http://111.222.333.444/~domainusername/ […]
Install Ruby on CPanel
you can quickly set up ruby on your system using CPanel. previously, you had to do this using operating system packages or personally from resources. Now, we can just run /scripts/installruby and this will do everything for us: […]
Drive Critical: /var/tmp is 97% full
The /tmp partition in cPanel web servers might get filled for a variety of factors. Generally,/tmp partition become full with large MySQL queries that are dumping to the /tmp partition. […]
Install Sudo on RHEL,Centos
If you are using RHEL , Fedora or Centos, Sudo is installed by default and you will already have it on the system.you don’t have to do anything special. […]
SMTP Error (-1): Connection to server failed
One of our client was getting error when attempting to send email from Mail client: This error is generally happen due to a setting in the CSF firewall program or another firewall. It might be due to having the following set: SMTP_BLOCK = 1 SMTP_ALLOWLOCAL = 0 M You just need to modify SMTP_ALLOWLOCAL to 1 to enable […]