How to Change Theme Without Login To WordPress Admin Area !!!

Check the database name from wp-config.php file. Backup the database using the following command from shell. cPanel  mysqldump database_name > database_name.sql Plesk mysqldump –opt -uadmin -p`cat /etc/psa/.psa.shadow` database_name > database_name.sql Now, login to phpmyadmin and select the database_name. In the database click on table wp_options . In wp_options click on Sql tab . Execute the following […]

See More

How to install CageFS in Cloud Linux !!!

CageFS is a virtualized file system and a set of tools to contain each user in its own ‘cage’. Each customer will have its own fully functional CageFS, with all the system files, tools, etc. CageFS was previously known as SecureLVE. The benefits of CageFS are: Only safe binaries are available to user User will […]

See More

How to Uninstall Tunnelblick !!!

As with most Mac software, Tunnelblick lacks a “clean and easy” uninstall process. To simplify the process, I’ve outlined the six recommended steps, below – 1. Drag the Tunnelblick program from your Applications folder to your Trash. 2. Click your hard disk icon on your desktop (or open your Finder). 3. Click on Library->Application Support, […]

See More