mysqldump Lost connection to MySQL server during query when dumping table
When taking backup of a MySQL database, i got error root@server1:~# mysqldump –opt serverok_wp > serverok_wp.sql mysqldump: Error 2013: Lost connection to…
When taking backup of a MySQL database, i got error root@server1:~# mysqldump –opt serverok_wp > serverok_wp.sql mysqldump: Error 2013: Lost connection to…
Upgrade CentOS 7 to latest version with yum update -y Reboot the server reboot Install elevate repo rpm file yum install -y…
When running chrome, i get error message /home/serverok/node_modules/puppeteer/.local-chromium/linux-641577/chrome-linux/chrome: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file…
chrony is a network time protocol (NTP) implementation. It can be used to keep server time sync with NTP servers. To install…
systemd-timesyncd is a system service in Linux operating systems that provides time synchronisation with NTP servers. It continuously adjusts the system clock…
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…
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…
On a WordPress website hosted on Cpanel server, when editing a page, i get 404 error. On checking ModSecurity logs, found the…
Ubuntu 18.04 is a long-term support release that was launched in April 2018. It will reach its end of life on April…
To enable the Apache SSL module in Ubuntu, follow these steps Update apt package cache apt update Install Apache SSL module apt…
To uninstall Imunify360, login to WHM, go to terminal and run following commands. You can also run these commands in SSH after…
To find which user and when a file gets committed to a git repository, you can use the command git log –diff-filter=A…