Author Archives: Matti

Compile a (CentOS) Kernel And IPTables With TPROXY Support

A default (CentOS) kernel doesn’t have TPROXY support, which is needed if you want to it to behave as a transparant proxy. This is useful if you have a cluster set-up with one or more loadbalancers, but you still want … Continue reading

Posted in Devops | Tagged | Leave a comment

Increase A VMware Disk Size (VMDK) Formatted As Linux LVM

To increase the size of your VMware Virtual Machine, you need to do 2 major steps. First, you need to increase the disk’s size in your vSphere Client or through the CLI. This will increase the “hardware” disk that your … Continue reading

Posted in Devops | Tagged , | Leave a comment

Compiling, Running and Cursing on Chromium OS – Getting It To Work

Here’s how to get started on compiling Chromium OS from source, and running the operating system inside a virtual machine. The cursing part is mainly to set it all up, as it’s quite cumbersome. In order to inspire you to … Continue reading

Posted in Devops | Tagged , , , | Leave a comment

Exclude Local Networks Via Juniper NetScreen-Remote VPN

If you’ve configured your Juniper NetScreen-Remote VPN to route all your traffic through your VPN tunnel, you’ll find you get stuck when accessing local IPs on your (home) network, such as a NAS, printers, computer shares, … This is usually … Continue reading

Posted in Devops | Tagged , | Leave a comment

WordPress v3.x: Don’t Replace Double Dash (--) With Single Dash

WordPress has a built-in feature that will replace a double dash (noted as “--”) with a single, but slighly longer, dash. This is great if you’re a writer or reporter, but it’s damn annoying if you’re trying to write Linux … Continue reading

Posted in Devops | Tagged , | Leave a comment