Category

Linux

All things *nix.

82 articles in this category

Debian Wheezy Bind9 Failing to Start

April 30, 2012 1 min read

After installing Bind9 chrooted to /var/lib/named in accordance to this guide (link), Bind9 is failing to start due to the following error noted in /var/log/daemon.log To resolve this,…

iptables facepalm

April 20, 2012 1 min read

Facepalm Friday I think! I recently reconfigured my iptables based firewall and stupidly forgot to allow access out to Akismet for spam filtering on WordPress. No wonder I…

Basic IPtables Firewall

April 19, 2012 1 min read

This is a very simple iptables firewall scripts to get you started.  I use this all the time as a basis.  It allows for access to your system…

CentOS Install Types and Descriptions

April 17, 2012 1 min read

CentOS 6 Install Option Descriptions for Desktop, Minimal Desktop, Minimal, Basic Server, Database Server, Web Server, Virtual Host and Software Development Workstation

OpenVZ Templates

April 16, 2012 1 min read

  Here’s a few links to the OpenVZ templates which include stable, beta, old and user contributed templates: http://wiki.openvz.org/Download/template/precreated http://download.proxmox.com/appliances/

CentOS Netinstall URL

April 15, 2012 1 min read

These are the valid 32 and 64bit CentOS6 netinstall URLs. 32bit:  http://mirror.centos.org/centos/6/os/i386 64bit:  http://mirror.centos.org/centos/6/os/x86_64 Of course, you could have this mirrored locally – just replace with your local…

Nginx 1.0.13 Stable Upgrade from 1.0.12

March 14, 2012 1 min read

Just upgraded www.techish.net’s webserver (nginx) to 1.0.13 (latest stable).  All is good.  =) http://nginx.org/en/download.html

My screenrc Configuration

March 12, 2012 1 min read

This is my user screenrc configuration file. Short and simple. startup_message off caption always "%{= Wk}%-w%{= Bw}%n %t%{-}%+w %-=" vbell off term screen-256color altscreen on bindkey "^[[1;5D" prev…

Check for configuration errors with FAM/Gamin Library

February 1, 2012 4 min read

Popup in Outlook and webmail: Your IMAP server wants to alert you to the following: filesystem notification initialization error -- contact your mail administrator (check for configuration errors…

LEMP + Cacti 0.8.7i

January 16, 2012 6 min read

This is my setup of LEMP with Cacti 0.8.7i. LEMP stands for Linux nginx (prounounced Engine x) MySQL and PHP.  Most notably, LEMP is just replacing Apache (LAMP)…

Apache Segfault when Navigating to WP-Admin

December 28, 2011 5 min read

Argh! When trying to get into WordPress' administration panel, Apache segfaults. First troubleshooting steps involved moving all plugins/ to a temporary folder. This didn't produce any new results,…

Ncurses Motha F##ka

December 22, 2011 1 min read

I love when I read through code as I'm hacking it up and I actually laugh out loud.  This one got me today when I was hacking up…