SOLVED: CentOS OpenSSL SSL/TLS MITM vulnerability – Virtualmin – Update Version 1.0.1e-16.el6_5.14 – (CVE-2014-0224)

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAs you might have seen on the OpenSSL update stream and new update for OpenSSL was release to address the SSL/TLS MITM vulnerability. As stated in the update stream: An attacker using a carefully crafted…

How to: Virtualmin Cloudflare Secure Hidden IP – DDOS Protection – Google Apps

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a HOW TO on setting up CloudFlare with Virtualmin to prevent DDOS Attacks and hide your website IP address.  1. Visit Cloudflare https://www.cloudflare.com/ 2. Create Cloudflare account 3. Set Up Cloudflare…

How to: Ubuntu Netatalk Time Machine – Auto Mount Mac USB HDD HFS+ Journaled Partition – DD-WRT WOL

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a guide on how to set up a Ubuntu Server to act as a TimeMachine Backup Server, using a Auto Mounted HFS+ Jounaled Parition and a DD-WRT Router to WAKE ON…

How to: CentOS 6 Apache errors – Unable to load dynamic library timezonedb.so / memcache.so / ioncube_loader_lin_5.3.so

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI 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:…

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)

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboAt 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,…

How to Fix: Centos 6 SSH Stop/Restart Error – cat: /proc/sys/crypto/fips_enabled

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboWhile 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:…

How to: CentOS, Virtualmin – htaccess rewrite index.php, redirect .php to no extension, rewrite non .php to .php

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboHere is a quick guide on how to 1.  rewrite index.php to root 2. redirect .php to no extension (non .php) 3.  rewrite non .php to .php using a .htaccess file To do…

How to: MySQL search and replace, PHPMyadmin, Joomla Params etc.

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow are a few SQL statements I use to search and replace the value of params in Joomla, in this case I added another value. UPDATE  `joomla_database_name`.`j15_modules` SET  params = replace(params, '"cache":"0"', '"backname":"1","backlink":"1","cache":"0"')…