The Lazy Admin Blog

Understanding Why More Threads Can Sometimes Slow Down Performance

October 09, 2024 Linux Leave a Comment

In software development, multithreading is a commonly used method to boost performance by running multiple tasks at the same time. However, more threads don’t always equal faster performance. In fact, adding too many threads can slow down the process instead

Continue Reading Understanding Why More Threads Can Sometimes Slow Down Performance

Set up a new systemd service

May 18, 2024 Linux Leave a Comment

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

Continue Reading Set up a new systemd service

Bash Arrays

November 07, 2023 Linux Leave a Comment

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: #

Continue Reading Bash Arrays

rsync without prompting for password

October 10, 2022 CentOS, CloudLinux, Security 3 Comments

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

Continue Reading rsync without prompting for password

Convert JetBackup to cPanel structure

October 06, 2022 cPanel, JetBackup 8 Comments

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

Continue Reading Convert JetBackup to cPanel structure

Configure LiteSpeed Crawler

October 05, 2022 Litespeed, Wordpress Leave a Comment

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

Continue Reading Configure LiteSpeed Crawler

Change Hostname in Oracle Cloud Infrastructure (OCI)

October 03, 2022 Oracle Leave a Comment

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

Continue Reading Change Hostname in Oracle Cloud Infrastructure (OCI)

Compiling PHP 5.2 on a CentOS 7 LiteSpeed Server

October 01, 2022 CentOS, Litespeed Leave a Comment

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

Continue Reading Compiling PHP 5.2 on a CentOS 7 LiteSpeed Server

Enable TLS 1.1/1.0 on cPanel servers

September 30, 2022 cPanel, SSL Leave a Comment

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

Continue Reading Enable TLS 1.1/1.0 on cPanel servers

Post-processing of the image failed likely because the server is busy.

September 30, 2022 Litespeed, Wordpress Leave a Comment

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

Continue Reading Post-processing of the image failed likely because the server is busy.
1 2 … 5 Next →

Search Our Blog

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
Apache
CentOS
CloudLinux
cPanel
Emails
ESXI
iSCSI
JetBackup
Linux
Litespeed
MySQL
NGINX
Oracle
Reduxio
Security
SSL
Uncategorized
VMware
Wordpress
XEN

Tags

apache aspx backup bash CentOS cloudlinux cPanel CXS Emails freetds google htaccess IMAP InnoDB iscsi JetBackup Libmodsecurity litespeed modsec modsecurity mssql MySQL netapp nginx odbc Oracle php php.ini phpselector rsync ssh ssmtp systemd threads VMFS WHM Wordpress xenserver

Popular Posts

  • Convert JetBackup to cPanel structure October 6, 2022
  • How To Install & Configure a Galera Cluster with MariaDB on Centos 7 February 6, 2018
  • Allow a cPanel server to run a VHOST from multiple IP addresses April 3, 2018
  • rsync without prompting for password October 10, 2022

Recent Posts

  • Understanding Why More Threads Can Sometimes Slow Down Performance October 9, 2024
  • Set up a new systemd service May 18, 2024
  • Bash Arrays November 7, 2023
  • rsync without prompting for password October 10, 2022

Recent Comments

  • Sven on rsync without prompting for password
  • TheLazyAdmin on rsync without prompting for password
  • Sven on rsync without prompting for password
  • TheLazyAdmin on Convert JetBackup to cPanel structure
  • Chris on Convert JetBackup to cPanel structure
Privacy Policy • Contact