Enter the mysql database of the clipbucket via phpmyadmin and update the below query. ALTER TABLE `cb_photos` ADD `photo_details` TEXT…
It is pretty easy to do it via phpmyadmin. Login to the phpmyadmin and edit the table t_admin and change the…
You can install pdo_pgsql via two methods 1. Via pecl pecl install pdo_pgsql If this fails, enable it via manual…
If you need to add a custom rule which is not able to do directly via csf commands, you can…
1. Find the wordpress db name from wp-config.php in the document root. 3. Taking DB backup (In case of any…
Rsync a directory with direct root login disabled and authentication with wheel user with key 1. Add the rsync user…
Update openssl and secure the server from heartbleed vulnerability Vulnerable OpenSSL versions: OpenSSL 1.0.1 vulnerable OpenSSL 1.0.1a vulnerable OpenSSL 1.0.1b…
If you are in the server via ssh and feeling the ddos attack is coming. You can easily block the…
A script to setup alert root login to a linux server Follow the below steps: 1 . Login to the…
Fatal error: Class ‘JParameter’ not found in some file Please try this : Add the following line of code at…