1apt-get install --only-upgrade <packagename> See details in https://askubuntu.com/questions/44122/how-to-upgrade-a-single-package-using-apt-get
Read More1cd /path/to/wordpress/docroot 2wp-cli db export ../backups/example.org_prodDB-icasimpan-2019.02.07.sql 34## On new SITE (example.net) 5cd /path/to/new-wordpress/docroot 6## update 'wp-config.php' if needed 7wp-cli db clean 8wp-cli db import …
Read More1root@example:/var/log# fail2ban-client status 2Status 3|- Number of jail: 1 4`- Jail list: sshd
Read More1root@example:/var/log# fail2ban-client status sshd 2Status for the jail: sshd 3|- Filter 4| |- Currently failed: 6 5| |- Total failed: 91801 6| `- File list: /var/log/auth.log 7`- Actions 8|- Currently banned: 1 9|- Total banned: 9971 10`- Banned IP list: 51.15.255.133
Read More1Warning: file_put_contents(C:/inetpub/sites/example-wimp13/wp-includes/fields_map.parsed_types.php): failed to open stream: Permission denied in C:\inetpub\sites\example-wimp13\wp-includes\fields_map.php on line 202 2Warning: include(C:\inetpub\sites\error_page.php): failed to open stream: No such file or directory in …
Read More1curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar 2php wp-cli.phar --info ## check if it's working. 3chmod +x wp-cli.phar 4sudo mv wp-cli.phar /usr/local/bin/wp 5wp --info ## re-check if it's working as 'wp' Details in https://wp-cli.org/
Read MorePermanent banning of ip - https://nerdily.org/2017/upgrading-fail2ban-to-a-permanent-banhammer/ AbuseDB checking - https://www.abuseipdb.com/check/52.175.24.92
Read MoreNormal behavior of Wordpress when installing plugin is to ask for FTP credentials. So to fix the problem, just add this line to wp-config.php (of course, make sure permission are fine). 1define('FS_METHOD','direct'); More troubleshooting details in …
Read More