How To Configure Your Server Correctly in 2020
If you plan to take a LAMP server (Linux, Apache, MySQL and PHP), whether it is a virtual private server (VPS) or a dedicated server, the first thing to do is to…
How to Boot CentOS 8 / RHEL 8 Server in Single User Mode
Single user mode is the maintenance or emergency mode where Linux geeks perform all troubleshooting steps. In Single user mode all the system services are stopped and only root user is allowed to execute…
How to sync a subscription between Plesk servers :Windows Command-line
Synchronizing subscriptions via a command-line interface Synchronizing all content If the first migration was done using migration tools then edit following file. %plesk_dir%\var\modules\panel-migrator\conf\config.ini Assuming server 1 (source )has IP 1.1.1.1…
Issues installing softaculous
When installing Softaculous from WHM, you will receive error as below. Site error: the file /usr/local/cpanel/whostmgr/docroot/cgi/softaculous/enduser/main/functions.php requires the ionCube PHP Loader ioncube_loader_lin_5.2.so to be installed by the site administrator. This…
3 Solutions to Avoid Sending Your Emails in Spam
Do your emails arrive in the spam of your registrants and your customers? Tired of paying for your email campaigns when half or even more will never be read because of spam? Spam…
Webmail and domain creation fails with 0x80070520 exception Plesk
Adding Subscription in plesk, with mail service. Gives following error. Error: A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520) In Microsoft.Web.Administration…
How to change webmail type for all domains in plesk windows.
Steps for Plesk for Windows: plesk db -Ne “select name from domains” > C:\domains.txt Go to Plesk bin directory using following command cd “%plesk_cli%” To change the webmail all domains…
Track file changes using auditd
Most of Linux distributions comes with Linux Auditing System that makes it possible to track file changes, file accesses as well as system calls. It’s pretty useful functionality for sysadmins…
How to increase the ulimit and file descriptors limit in linux.
If you get the error “too many open files” , please check below steps : The file-max is the maximum File Descriptors (FD). It is a kernel setting enforced at…
What is the swappiness value in Linux and how to modify it?
It is one of feature available in Linux operating system which is responsible degree to which the kernel prefers to swap memory to fulfil the system memory requirement. The parameter…