SOLVED: BUG – CentOS – Yum – RPM Broken by nss-softokn-3.14.3-19.el6_6 Update – error: rpmts_HdrFromFdno – error: rpmdbNextIterator – Header V3 RSA/SHA1 Signature, key ID BAD

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…

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…

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…