Error: Cannot find module ‘express’
Solution:
npm install express
Linux is a family of open-source Unix-like operating systems based on the Linux kernel. Some of the most popular Linux distributions include Debian, Fedora, and Ubuntu.
Error: Cannot find module ‘express’
Solution:
npm install express
node: error while loading shared libraries: libbrotlidec.so.1: cannot open shared object file: No such file or directory
Solution:
yum install broccoli
On the internet you can find remote solutions to reset IPMI password: Remote from IPMI console (you have to login to IPMI first)From the OS (you have to login to Windows/Linux first) But if you don’t have remote access to the system, neither...
To check if Brotli is enabled on the server for the current PHP version: php -m | grep brotli To use it on the website add the following to the beginning of the .htaccess file: <ifmodule mod_deflate.c> AddOutputFilterByType DEFLATE text/text...
Here is a simple one-liner to reindex backups from the destination just for a single cpanel account:
jetbackup5api -F reindexDestination -D "_id={DESTINATIONID}&account_username={USERNAME}"
Source: Jetbackup5 API
After extracting an archive on Linux, ŠĆČĐŽ letters get removed in the file names:
To resolve the issue, specify encoding when extracting:
unzip -O UTF-8 ARCHIVE_NAME.zip
Result:
This simple script will search for all wp-config.php files in a directory, pull the database name and create a backup of it. for wpinstall in $(find "$(pwd)"/ -type f -name wp-config.php | sed 's/wp-config.php//g') do echo "$wpinstall" dbname=$(grep...
You can customize Apache (2.4) virtual hosts with Include Files, by creating new include.conf file for that user or for all vhosts on your server. 💡 In the following code snippets make sure to replace: <user> with the cpanel...
I have an SMS booking app running on Ubuntu and will be setting up SMS autoresponder using a HUAWEI Mobile Modem E1550. Remove PIN from the SIM card SIM card has to be without a PIN so if you have purchased a prepaid SIM card that has PIN enabled...
Error encountered while fetching data: Disk full (/tmp/#sql-temptable-196ae-c7e7a-5e2f5.MAI); waiting for someone to free some space… (errno: 28 “No space left on device”) DBDISKUSED pcx3_wp324 0 DISKUSED 0 DB pcx3_wp324 USER...