There is no plug ins in WordPress to bulk fix your permissions. That is why this little script was made. The trick is you have to run it from the root of the server which in most cases your hosting company has to do. It’s really easy to run and 100% safe. Here is how:… Continue reading Bulk fix WordPress permissions
Category: Linux Commands
How to find CryptPHP PHP malware and remove it.
CryptPHP PHP malware has a become a nightmare for WordPress owners. Hacking millions of websites with it and getting web hosts listed in CBL effecting other web hosting accounts that did nothing wrong. It’s a vicious loop unfortunately that blacklists like CBL and Sorbs don’t care about using scrutiny or rational. Their philosophy is to just block… Continue reading How to find CryptPHP PHP malware and remove it.
Hot to create a tar and uncompress a tar file
To compress a file or folder with tar run this: tar -cvf archive-name.tar directory_name To extract a file or folder with tar run this: tar -xvf archive-name.tar
Change root user language in Centos by command
If you want to change the language the user root uses by command in Centos you need to run this: export LANG=en_GB.UTF-8 This is for English if you want another language you need to change this to your language; en_GB
How to remove error_log from all CPanel account and backups
Some scripts like WordPress and Joomla can leave a big error_log files that no one will ever look at. Try opening a 30mb log file with Word and see what happens. In most cases you can just remove this file with a simple command. To remove all error_log files for CPanel accounts that are live use: find… Continue reading How to remove error_log from all CPanel account and backups
How to amend the emails from Cpanel backups to the current account
If a customer happens to delete their emails you can still retrieve them from the cpanel backup system. This will take root access to move the files from the backup folder tot he customers account. You can extract a backup archive and copy over the emails to an account’s existing mail directory. If restoring a… Continue reading How to amend the emails from Cpanel backups to the current account