systemd is a modern init system and service manager for Linux, known for its efficient parallelization, robust dependency management, and powerful logging capabilities. The need to add a new service to systemd can vary, whether you want to ensure a
Bash Arrays
Bash arrays are used to store multiple values in a single variable. Here’s a guide with examples on how to use arrays in Bash. Declaring an Array To declare an array in Bash, you can use the following syntax: #
rsync without prompting for password
Rsync is a fast and extraordinarily versatile file-copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. When copying over ssh, rsync will need to authenticate with the receiving side using
Convert JetBackup to cPanel structure
JetBackup 5 introduces multi-panel support, meaning that backups can be created in a cPanel server, for example, can be restored on a DirectAdmin server (and vice versa). To achieve that, the JetBackup team has to create its own unique backup
Configure LiteSpeed Crawler
The LiteSpeed Crawler is a part of LiteSpeed’s WordPress cache plugin. Usually, a cache page is created once the first user visits an un-cached page, any other user that will visit the same page will see the cached page. Enabling
Change Hostname in Oracle Cloud Infrastructure (OCI)
If you ever tried to change a server’s hostname inside Oracle’s Cloud Infrastructure you noted that changes are always reverted back once the server is rebooted. In order to make the changes permanent, you need to add a “PRESERVE_HOSTINFO” flag
Compiling PHP 5.2 on a CentOS 7 LiteSpeed Server
PHP 5.2 is deprecated a long time ago, but still, we had to fire up an old website on a CentOS 7 box using LiteSpeed. Although building PHP 5.2 from source should be supported, it doesn’t really work “out of
Enable TLS 1.1/1.0 on cPanel servers
Not sure why you would like to do this, as TLS 1.1 / TLS 1.0 is old, outdated and insecure. But if you still need to add support for it… Go to WHM -> Apache Configuration Under SSL Cipher suite
Post-processing of the image failed likely because the server is busy.
This was a hard nut! We got this error with a LiteSpeed server running a WordPress site. Trying to upload an image resulted in the error “wordpress image upload error: Post-processing of the image failed likely because the server is
LiteSpeed lsphp 7.4 zip Support
Here is a “Quick & Dirty” guide to adding support for lsphp 7.4 Zip extension without building from source the entire PHP core. This is relevant for CentOS / RedHat 7 distros. yum install lsphp74-pear yum install lsphp74-devel yum install