RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineFor CentOS servers an update for the nss-softokn package was release today – nss-softokn-3.14.3-19 However, nss-softokn-3.14.3-19 needs nss-softokn-freebl-3.14.3-19 to operate properly, and vice versa, but those packages do not have checks in place to make sure that a matching version…
How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLine1. Enable the REMI repo and Upgrade software yum –-enablerepo=remi install mysql The reason for using install mysql is that the yum software utility will install/upgrade all dependencies to ensure that all the software pieces work together. It will also…
How to: Mac OSX Bluestacks Install APK Terminal – ERROR Device not found
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineThis is a how to on installing a APK to Bluestacks using the terminal on a Mac. To install the APK run the following command, replacing PATHTOAPK with the path to your APK file ~/Library/BlueStacks\ App\ Player/Runtime/uHD-Adb install PATHTOAPK This…
FIXED – WordPress-to-lead for Salesforce CRM Encoding problem
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineFIXED – 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
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI 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: GDI USB Printer on DD-WRT v24-SP2 (HP Laserjet 1000 / 1005 / 1018 / 1020 / P1005 / P1006 / P1007 / P1008 / P1505 on Buffalo WZR-HP-AG300H)
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineAt 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
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineWhile 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: Joomla 2.5 Pagenavigation not showing problem and fix
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineIf 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…
Linode CentOS Virtualmin – Disk Quotas cant turn on
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI installed Virtualmin onto a Linode running Centos 6, but ran into some error. Failed to create virtual server : setquota: Cannot stat() mounted device /dev/root: No such file or directory setquota: Mountpoint (or device) / not found or has no…
Filezilla and ProFTPD – GnuTLS error -53: Error in the push function
RedditDiggFacebookTwitterFlipboardPinterestLinkedinLineI was setting up and testing my ProFTP on a new server as I stated in this guide: How to: CentOS Virtualmin secure ProFTPD After testing I got this error in Filezilla: GnuTLS error -53: Error in the push function …