I recently bought a very cheap ZTE U791 that I wanted to use as a debugging device while developing an Android app. It took me a whole day to find the correct drivers that would work, Windows 7 64Bit made…
FIXED – WordPress-to-lead for Salesforce CRM Encoding problem
FIXED – WordPress-to-lead for Salesforce CRM Encoding problem I spent some time on fixing this so I just wanted to let you know so you can fix this in you plugin for other users. I was using Chinese for the…
How to: CentOS 6 Apache errors – Unable to load dynamic library timezonedb.so / memcache.so / ioncube_loader_lin_5.3.so
I recently had a few errors in my httpd error log on a new CentOS 6 server – here I will list the errors as well as how to fix them. PHP Warning: PHP Startup: Unable to load dynamic library…
How to: CentOS 6 Virtualmin – fail2ban protect Apache from DDOS Attack
Update: Since this post I have tried to also implement Firewall DDOS Attack prevention – this did not work as well as my host would null route my IP if the attack was too large. I believe that the only…
How to: GDI USB Printer on DD-WRT v24-SP2 (HP Laserjet 1000 / 1005 / 1018 / 1020 / P1005 / P1006 / P1007 / P1008 / P1505 on Buffalo WZR-HP-AG300H)
At home, I happen to use a Buffalo WZR-HP-AG300H??router (with an external Fiber modem) and a cheap HP Laserjet printer. The printer is a GDI (meaning it has no PCL or Postscript support, relying on Windows to draw text and…
How to Fix: Centos 6 SSH Stop/Restart Error – cat: /proc/sys/crypto/fips_enabled
While setting up a new system I got this error. Stopping sshd: [ OK ]cat: /proc/sys/crypto/fips_enabled: No such file or directory/etc/init.d/sshd: line 50: [: too many argumentsStarting sshd: [ OK ] To fix: vim /etc/init.d/sshd replace this part on line 50…
How to: Display Joomla 2.5 Modules in a Position in Template override, component, module – Without Using jdoc Tags
There are times where you might want to display a module or modules of a position on your Joomla 2.5 site`s outside the context of the site default template / index.php – perhaps you want to display it in a…
How to: CentOS Virtualmin Add Cronjob – Hourly, Daily, Weekly, Monthly Missing – Fix
How to Add or Fix the Cronjobs tab in your Virtualmin running CentOS or most other Systems. If your Virtualmin >> System >> Scheduled Cron Jobs tab does not contain the Hourly, Daily, Weekly, Monthly Cronjobs there is an easy fix. Simply…
How to: CentOS 6 Virtualmin Logwatch Install and Configure – Mail to Email – Disable Service Monitoring – Debug and fix – MySQL and HTTP Error
This How to contains instructions on how to install and configure Logwatch 7.4.0 on CentOS 6 running Virtualmin, and how to – Configure Mail to Email – Disable Service Monitoring – Debug and Fix MySQL and HTTP Error Checking: 1. Install…
How To: Joomla 2.5 Pagenavigation not showing problem and fix
If you are having some trouble with Joomla`s Pagenavigation plugin not working on your Joomla 2.5 site it is most likely your Template that has not been update. The best to do would be to wait for an updated version…