protocol version mismatch — is your shell clean?

One of your login scripts (.bashrc/.cshrc/etc.) is probably outputting data to the terminal (when it shouldn’t be). This is causing ssh to error when it is connecting and getting ready to copy as it starts receiving extra data it doesn’t expect. Remove output that is generated in the startup scripts. You can check if your … Read more

How to backup 20+TB of data?

You need to take a step back and stop thinking “I’ve got 20TB on my NAS I need to back up!” and develop a storage strategy that takes into account the nature of your data: Where is it coming from and how much new data are you getting? (you’ve got this in your question) How … Read more

How to remove symlink from folder

Do you have any access to the server? SSH access? If you can get to a command line on the server you could try one of these commands. Using sudo would try and run the command as an administrator, so you would need a password: unlink /path/to/symlink sudo unlink /path/to/symlink rm /path/to/symlink sudo rm /path/to/symlink

How to fully backup a WordPress site?

To backup WordPress website (on your own host), you have 2 options. Option 1 Use a plugin such as BackUpWordPress. Option 2 Backup database and your contents individually. To backup your database, you will have to sign in to your cPanel/DirectAdmin area and head over to database section of the panel. There, you can select … Read more

Automatic WordPress Clone Backup

You should maybe consider if you are approaching the exercise the “wrong way around” 🙂 Kudos to you for thinking about backups, but I urge you to consider that if you had the site under version control, you could track every change that was made, have it automatically deployed to a staging server, and manually … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)