Skip to main content

Posts

2014


Helpful Linux I/O stack diagram

··78 words·1 min
During one of my regular trips to reddit, I stumbled upon an amazingly helpful Linux I/O stack diagram:

DevOps and enterprise inertia

··780 words·4 mins
As I wait in the airport to fly back home from this year’s Red Hat Summit, I’m thinking back over the many conversations I had over breakfast, over lunch, and during the events.

Docker, trusted builds, and Fedora 20

··417 words·2 mins
Docker is a hot topic in the Linux world at the moment and I decided to try out the new trusted build process.

Show originating IP address in Apple Mail

··183 words·1 min
I’ve received some very sophisticated phishing emails lately and I was showing some of them to my coworkers.

Installing Xen on Fedora 20

··264 words·2 mins
I’ve written about installing Xen on Fedora 19 and earlier versions on this blog before.

Be an inspiration, not an impostor

··514 words·3 mins
Many of the non-technical posts on the blog are inspired by the comments of others.

2013


Learn octal file permissions easily with stat

··106 words·1 min
My SANS classmates were learning how to set and recognize file permissions on a Linux server and we realized it would be helpful to display the octal value of the permissions next to the normal rwx display.

Guide to securing apache

··97 words·1 min
I stumbled upon a helpful guide to securing an apache server via Reddit’s /r/netsec subreddit.

Need an edge at work? Learn accounting and finance.

··639 words·3 mins
I spent two days last week in a class called “Accounting and Finance for Non-Financial Managers” at UT Austin’s Texas Executive Education program.

Moving from OS X to Linux: Day One

··1418 words·7 mins
The thought of using Linux as a manager in a highly Windows- and Mac-centric corporate environment isn’t something to be taken lightly.

A humble farewell to Seth Vidal

··402 words·2 mins
I was shocked to see Robyn Bergeron’s email today about Seth Vidal’s passing.

Installing the Xen hypervisor on Fedora 19

··596 words·3 mins
It’s been a little while since I last posted about installing Xen on Fedora, so I figured that Fedora 19’s beta release was as good a time as any to write a new post.

Presentation: Demystifying SELinux

··83 words·1 min
While rolling through my RSS feeds, I found a great presentation by David Quigley titled “Demystifying SELinux”.

Limit access to the su command

··177 words·1 min
The wheel group exists for a critical purpose and Wikipedia has a concise definition:

Seriously, stop disabling SELinux

··147 words·1 min
After many discussions with fellow Linux users, I’ve come to realize that most seem to disable SELinux rather than understand why it’s denying access.

Remove sensitive information from email headers with postfix

··172 words·1 min
I’m in the process of moving back to a postfix/dovecot setup for hosting my own mail and I wanted a way to remove the more sensitive email headers that are normally generated when I send mail.

Quick access to OpenPGP tasks with GPGTools in OS X

··132 words·1 min
I’ve been a big fan of the GPGTools suite for Mac for quite a while but I discovered some neat features when right-clicking on a file in Finder today.

2012


Relocating a python virtual environment

··340 words·2 mins
Python’s virtual environment capability is extremely handy for situations where you don’t want the required modules for a particular python project to get mixed up with your system-wide installed modules.