Browse By

Category Archives: Linux

AWS-900x900

ISPConfig 3 on AWS with RDS and Ubuntu 14.10

Setting up ISPConfig on AWS with an Ubuntu 14.04 image and MySQL RDS Features; Nginx RDS (MySQL) Ubuntu 14.10 EC2 VPC Dovecot Postfix ISPConfig Basically we are using the great guide below with modifications to suit Amazon’s AWS infrastructure. https://www.howtoforge.com/perfect-server-ubuntu-14.10-with-nginx-bind-dovecot-and-ispconfig-3 Setup a hostname on your machine;

large_v-trans

Setup Docker PHP-FPM Nginx MySQL WordPress

How to setup Docker with Nginx, PHP-FPM, MySQL and WordPress. I was attempting to fix Nginx, MySQL, PHP-FPM and WordPress locally on my Mac with brew and decided the whole thing would be easier just to run in docker. I have split each service into its own

heartbleed

Patch OpenSSL “heartbleed” vulnerability for Ubuntu

To update and secure Ubuntu against the latest vulnerability effecting OpenSSL (see vulnerable versions below) you can either update the entire OS or do the following (If you have packages you don’t want to update just yet). OpenSSL 1.0.1 through 1.0.1f (inclusive) are vulnerable OpenSSL

iptables

Bash script to manage Linux Iptables

Here is an attempt to create an easy initialisation script for Iptables. The basic idea is this script sets up all basic rules  including management on port 22 to all interfaces from any source address on your host, you can build on the rules from there. This script also