View systemctl service file
To view the content of a systemd service file, run the command systemctl cat SERVICE_NAME_HERE Example boby@sok-01:~$ systemctl cat nginx # /lib/systemd/system/nginx.service…
To view the content of a systemd service file, run the command systemctl cat SERVICE_NAME_HERE Example boby@sok-01:~$ systemctl cat nginx # /lib/systemd/system/nginx.service…
When doing a FLUSHALl on redis server, i get following error message [root@server ~]# redis-cli FLUSHALL (error) MISCONF Redis is configured to…
To delete everything from redis cache, run the command redis-cli FLUSHDB This will delete all keys from the current DB. To delete…
To find the data directory in redis, run the command redis-cli config get dir Redis data directory is specified in the configuration…
You can install Gnome Desktop + xdrp on a remote server (VPS/cloud or dedicated) and use it as a remote desktop for…
To find files that are older than X minutes, use the command This will find all files inside /path/ that are older…
After migrating a Magento site to ionos shared hosting, internal pages of the site stopped working with “Internal Server Error”. The problem…
To show detailed error message on IIS web server, edit web.config, add the following See IIS
To configure IP on OVH VPS, you need to manually configure networking as OVH gateway is outside the failover IP subnet. For…
On a Bitnami WordPress server, plugin installation/upgrade failed with permission error. The error is because the web server in bitmai servers runs…
When sending an email from one server to another, the email gets bounced with an error SMTP error from remote mail server…
To install the latest version of Redis on Ubuntu/Debian server, run curl https://packages.redis.io/gpg | sudo apt-key add – echo “deb https://packages.redis.io/deb $(lsb_release…