Author: Pixel Insert / Pixert

Copy a directory with its contents in CentOS
This command will copy a directory with its content to another directory, for example you have a directory name x, you want to copy it to another directory name y or

How to Upgrade WordPress
A few steps to upgrade WordPress 1. Backup WordPress database with phpmyadmin or WordPress Database Backup plugin 2. Deactivate any plugins 3. Delete files and folders, except wp-config.php files and wp-content folder 4. Upload the latest WordPress, except wp-config.php files and wp-content folder 5. Type in domain_name/wp-admin/upgrade.php or domain_name/wp-admin on your browser to run the…