• January 4, 2023

Do you offer any Addon Features with VPS Hosting?

Yes, we offer various Addon features such as RAM, Disk, Bandwidth, IP, etc. But currently, additional resources can only be purchased for the Denver, USA location servers.

Read More

Do you offer any Addon Features with VPS Hosting?

Yes, we offer various Addon features such as RAM, Disk, Bandwidth, IP, etc. But currently, additional resources can only be purchased for the Denver, USA location servers.

Read More

Do You Provide GUI With VPS or Just a Command Line?

Yes, we provide a GUI environment with all our Windows VPS plans. However, in Linux VPS, you will not get a GUI environment. Instead, you will have full root access to your server, which will help you manage your server through the command line interface.

Read More

Difference Between ‘su’ and ‘sudo’; and How to Configure sudo in Linux VPS

As we know, Linux provides much better security than other options. You can set the user management policy and user permissions so normal users can’t authenticate the critical system processes. If you want your other users can perform such actions, you will need to use the ‘su’ or ‘sudo’ commands. What is…

Read More

Command To Check Memory Usage In Linux

Here is the list of commands that can be used to check memory usage in Linux.  1) grep  You can use the grep command to search all log files in /var/log/ location for an out-of-memory error. grep -i -r ‘out of memory’ /var/log/ 2) free -m You can use the…

Read More

Fix: Exim error-exim dead but subsys locked Print

Problem StatementThe php mail scripts were not working in Linux VPS. Error Messageexim dead but subsys locked ResolutionThe first thing we verified was whether the Exim service was working or not by issuing the following command in SSH. Service exim statusWe noticed that the Exim service was dead and showing the following error…

Read More