Category Archives: Linux

How to disable SSL3 in Nginx and Apache to prevent POODLE

Here is how to disable SSLv3 in apache and nginx. Just for fun, before you do it, scan your site with this tool: https://www.tinfoilsecurity.com/poodle Qualys SSL Server Test (this one is much better. tinfoilhat was the first one i found … Continue reading

Posted in Linux, nginx, SSL | Comments Off on How to disable SSL3 in Nginx and Apache to prevent POODLE

How to scan for shellshock

cd /root sudo apt-get install git gcc make libpcap-dev git clone https://github.com/robertdavidgraham/masscan cd masscan make then copied this into a file shellshock.conf range = 172.16.1.1-172.16.1.254 port = 80 banners = true http-user-agent = shellshock-scan http-header = Cookie:() { :; }; … Continue reading

Posted in Linux | Comments Off on How to scan for shellshock

gluster peer probe: failed: Probe returned with unknown errno 107

If you get unknown errno 107 when you do a “gluster peer probe othermachine” then you have got a network problem. Check the following: check the output of iptables-save for any firewall rules that might be interfering, on both machines … Continue reading

Posted in Glusterfs | Comments Off on gluster peer probe: failed: Probe returned with unknown errno 107

XSLX file will not open on a webdav share from OSX

Affects Apache with Webdav.   Symptoms include: When you double click an .xlsx file on the share, excel says it is in incorrect format. When you drag the file to your desktop it still won’t open.  Excel says the file … Continue reading

Posted in Linux, Mac OS X | Comments Off on XSLX file will not open on a webdav share from OSX

QNAP USB external 3tb drive does not work

This is because you must use parted instead of fdisk to format the drive. parted /dev/sdta (parted) mklabel gpt mklabel gpt Warning: The existing disk label on /dev/sdta will be destroyed and all data on this disk will be lost. … Continue reading

Posted in Linux | Comments Off on QNAP USB external 3tb drive does not work