Plesk mail not working 10024: Connection refused
On a Plesk mail server, when sending/reciving email, it fail with following error in /var/log/maillog Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=,…
On a Plesk mail server, when sending/reciving email, it fail with following error in /var/log/maillog Aug 11 19:49:28 vmi274961 postfix/smtp[29276]: E413C3320265: to=,…
Here are some search engines that you can use as an alternative for Google. https://metager.org https://duckduckgo.com
When running yum update on CentOS 7 server, i get following error [root@server2 yum.repos.d]# yum update curl Loaded plugins: fastestmirror Loading mirror…
BitBucket Server alloow you to host git repositories. By default bitbucket server have url in following format http://YOUR_IP_ADDR:7990/login To install SSL, first…
By default VNC Console on a KVM virtual Machine only listens to localhost. So you need to do SSH tunnel to access…
Before you configure bridge network, make sure you have bridge-utils installed. apt install bridge-utils You may also need ifdown and resolvconf packages…
bash: ps: command not found List processes by memory usage To find the command line To see the parent process ID of…
On a docker image, when i run ps, i get error root@2efea503e8b7:~# ps bash: ps: command not found root@2efea503e8b7:~# To install ps…
This script will check disk usage on / partition and email you if disk usage is above 80% We can use df…