WP :: Disable W3 Total Cache Manually
Posted by blackonsole on May 24th, 2013 03:07 AM | No Comment
:: How to disable w3 total cache manually in WordPress
+ Login to server via ftp / ssh / web browser
+ Rename w3-total-cache folder in plugins
+ Rename advanced-cache.php, db.php, object-cache.php in wp-content
+ Remove w3 total cache settings in .htaccess file in ...
SSHd :: Could Not Load Host Key
Posted by blackonsole on May 23rd, 2013 05:38 AM | No Comment
:: error when restarting sshd
error:
:: How to fix error could not load host key when restarting sshd
+ rename / delete ssh host key
+ restarting sshd
:: Links
+ Google
Linux :: Setup Cronjobs every 6 hours
Posted by blackonsole on April 7th, 2013 06:02 AM | No Comment
:: What is cron
Cron is time-based job scheduler to run script or commands in operating systems.
:: How to setup cronjobs every 6 hours
+ open crontab
+ add cronjob like this:
:: Links
+ Google
+ UbuntuForum
MySQL :: Disable Table Name Case Sensitivity
Posted by blackonsole on April 5th, 2013 03:19 PM | No Comment
:: How to disable case sensitivity in MySQL
+ configure my.cnf file
Add this line in /etc/my.cnf in section:
+ Restarting mysqld
+ Testing
Those are command will show the tables record.
:: Links
+ Google
+ Burnayev
Linux :: SSH via SSH Tunnel
Posted by blackonsole on January 30th, 2013 02:03 PM | No Comment
:: How to Login SSH via SSH Tunnel in Linux Ubuntu
+ Create SSH Tunnel run in background
+ Login to destination.server.to.login via ssh tunnel
:: Links
+ Google
+ ManiyFinds
