If you have recently purchased a VPS, but not sure what OS of Linux it is.So here are some of useful Unix commands to check what Linux Distribution is running on your server with additional information about version number, release codename, and kernel version. […]
Posts by seemab:
Howto create SUDO user in cPanel
For security purpose you might want to disable direct SSH login as root.To alleviate the risk, we can create a new user, who has less privileges, but is more appropriately suited to everyday tasks.When you need the power of an administrative user, you can access that functionality through a command called Sudo. […]
Error: SoftException UID is smaller than min_uid
One of our client was trying to install Magneto on a new folder/subdomain of his website and getting the error: […]
Basic Ubuntu setup before building a working server
In this post you’ll see first things you need to do on Ubuntu server before you truly build and setup a working web server to host your domains and databases in it. In short, these steps are beginning setup you have to apply on Ubuntu even before you install Apache and any stack you wish.For […]
HowTo Install samba on CentOS
To install the samba package,run the following command: yum install samba samba-client samba-common Check the version of installed samba software by using the below command: […]
Install IPTraf on a Centos Linux To Get Network Statistics
IPTraf is a simple tool to monitor Inbound and Outbound network traffic passing through interface. In this article we will guide you you on how to install IPTraf monitoring tool using YUM command. […]
Enable/Disable firewall through command line
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. […]