Recent articles
-
How to enable Apache SSL module in Ubuntu
To enable the Apache SSL module in Ubuntu, follow these steps Update apt package cache apt update Install Apache SSL module apt install libapache2-mod-ssl Enable the SSL module a2enmod ssl…
-
How to upgrade Ubuntu 18.04 to Ubuntu 20.04 LTS
Ubuntu 18.04 is a long-term support release that was launched in April 2018. It will reach its end of life on April 30, 2023, which means that it will no…
-
cPanel Request body no files data length is larger than the configured limit
On a WordPress website hosted on Cpanel server, when editing a page, i get 404 error. On checking ModSecurity logs, found the following Message: Request body no files data length…
-
How to export MongoDB collection to CSV
mongoexport command is used to export MongoDB collection into CSV or JSON format. Syntax mongoexport –db DB_NAME –collection COLLECTION_NAME –fields FIELDS_HERE –type=csv –out NAME_OF_OUT_FILE Where DB_NAME = name of the…
-
CageFS make Node.js available to all users by default
On CloudLinux server, when you install alt-nodejs packages, binary files get installed at /opt/alt/alt-nodejs16/root/bin/node When SSH into a user and run the command โnodeโ, it wonโt work. When deploying Node.js…