Roundcube Webmail Logs in Cpanel Server

Roundcube Webmail Logs in Cpanel Server

Roundcube logs that are located at the following paths: /var/cpanel/roundcube/log/errors /var/cpanel/roundcube/log/sendmail /var/cpanel/roundcube/log/sendmail have logs for every email sent. See Cpanel

Starting httpd: (99)Cannot assign requested address

Starting httpd: (99)Cannot assign requested address

On a server, when i restart apache, i got the error # service httpd restart Stopping httpd: [ OK ]

MySQL Unknown collation: ‘utf8mb4_0900_ai_ci’

MySQL Unknown collation: ‘utf8mb4_0900_ai_ci’

When restoring a MySQL 8 database backup on a MariaDB server, I get the following error To fix this error,

Download OS Templates Virtualizor

Download OS Templates Virtualizor

To create a Virtal Machine (VPS) on Virtualizor, you need OS Template. You can use pre-made OS templates or make

Steaming to Anti Media Server using ffmpeg

Steaming to Anti Media Server using ffmpeg

To team a video io Anti Media Server using ffmpeg command line, use ffmpeg -re -i VIDEO_FILE.mp4 -codec copy -f

Ant Media Server

Ant Media Server Ubuntu firewall configuration

To enable firewal for Ant Media Server on Ubnuntu server, use following rules ufw allow ssh ufw allow http ufw

Nginx Proxy Manager Certificate Key is not valid

When adding custom SSL on Nginx Proxy Manager, i get following error. Upload failed: Certificate Key is not valid (Command

bash: warning: setlocale: LC_ALL: cannot change locale

bash: warning: setlocale: LC_ALL: cannot change locale

On an Ubuntu server, when i login, i get following error -bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) To

How to Change PHP version in OpenLiteSpeed

How to Change PHP version in OpenLiteSpeed

I installed OpenLiteSpeed on a server. The default PHP version was 7.3. I wanted PHP 7.4 on this server. To

Install libwebp

Install libwebp

You can download webp from https://developers.google.com/speed/webp/community To install webp, run cd /usr/local/src git clone https://chromium.googlesource.com/webm/libwebp cd libwebp ./autogen.sh ./configure make

Install gifsicle

Install gifsicle

You can download gifsicle from https://www.lcdf.org/gifsicle/ To install gifsicle, run cd /usr/local/src wget https://www.lcdf.org/gifsicle/gifsicle-1.92.tar.gz tar xvf gifsicle-1.92.tar.gz cd gifsicle-1.92 ./configure

Install optipng

Install optipng

You can download optipng from http://optipng.sourceforge.net To install optipng, run cd /usr/local/src wget -O optipng-0.7.7.tar.gz http://prdownloads.sourceforge.net/optipng/optipng-0.7.7.tar.gz?download tar xvf optipng-0.7.7.tar.gz cd