Migrating a site to a new server and avoiding DNS propagation delays in Plesk
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
Unlike a firewall port forward which does a whole server, this tip only works on a virtual host by virtual host bases. When you change […]
When adding fail2ban to a server with a lot of sites and enabling all jails the client got this error during the enabling process. Half […]
On one plesk server I manage it does no emails except for password reset. The client has over 100 wordpress sites on this server. Password […]
A client was trying to increase the file_size limit in php. They were getting this error message. Error: phpinimng failed: Configuration test ‘[‘/opt/plesk/php/8.2/sbin/php-fpm’, ‘–test’]’ failed […]
When greping a file you get this error message. grep: (standard input): binary file matches It means it is detecting binary in the file. use […]
To dump a database on a plesk server from the command line without having to faff about with the password file. MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqldump -u […]
systemctl is-enabled SERVICE-NAME Check if a service is enabled or disabled. systemctl status SERVICE-NAME Check if a service is running, stopped, enabled, or masked, and […]
When using crontab -e I get this error message. E319: Sorry, the command is not available in this version: syntax on To fix it run […]
Update Apt and install a bunch of utilities I use a lot. apt update apt install vim net-tools neofetch mlocate curl rsync git cron postfix […]
If you are logged into multiple servers it is quite useful to have CLEAR text in the title bar showing which server is which. In […]
Copyright © 2024 | WordPress Theme by MH Themes