Paul's Blog
The articles below are on various topics, though the majority are focused on some aspect of systems administration.
Your First OpenStack VM
Congratulations! You’ve setup OpenStack and you can get to its web interface.
Now what?
July 18, 2016 • Read more…
The Demise of Independent Computer Retailers
May 10, 2016 • Read more…
Re-index OS X Spotlight
Spotlight searches on my Macbook Pro running OS X 10.10.5 (Yosemite) were failing. Worse, the smart mailboxes in Apple Mail weren’t working. Without smart folders, it takes me a lot longer to navigate my inbox every morning.
The solution was to force OS X to re-index my hard drive.
May 04, 2016 • Read more…
National Weather Service Will Stop Screaming
April 11, 2016 • Read more…
My Favorite Narrator is a Dog
April 11, 2016 • Read more…
Scripting a Keepalive for Adium
April 04, 2016 • Read more…
Apache 'Require ldap-group' Limitation
The problem, briefly: Apache configured to authenticate via LDAP and authorize access only to members of a certain group, would not authorize a new user account that was clearly a member of that group.
The solution, briefly: The new user account had its primary group
identifier (GID) set to the authorized group, while all other users
were auxiliary members. The new user account had to be given an
explicit memberUid
entry within the group’s LDAP definition.
March 17, 2016 • Read more…
My First Cloud-Init Scripts
I’ve been playing with OpenStack at work, getting ready for a pilot project that, if approved, will launch in a couple weeks. I hope to have more entries on OpenStack installation, configuration, and usage later. Today, however, I began experimenting with cloud-init scripting and customizing a stock OpenStack VM image.
July 20, 2016 • Read more…
Mozilla SSL Configuration Generator
The Mozilla SSL Configuration Generator is a very nice tool for anyone who’s responsible for configuring a web server for SSL operations.
January 15, 2016 • Read more…
Copying remote files while changing ownership
Someone at work encountered an interesting obstacle today. The problem was how to change ownership of files in transit to an NFS filesytem that squashed activity by user root. Solving it required a quirky shell one-liner that you may find interesting.
November 18, 2015 • Read more…
Site Overhaul
I’ve maintained this site since 2002, and it had essentially the same layout from 2004 until recently (November 2015). It was time to redo it.
March 16, 2023 • Read more…
IPMI tool function
In the vein of my post about an SSH login function I’ve added to my bash profile, here’s another profile function, this one for invoking ipmitool
.
September 28, 2015 • Read more…
FQDN SSH login function
September 23, 2015 • Read more…
Ethernet Device Names in CentOS 7
January 07, 2015 • Read more…
oVirt Engine 3.4.4 Interoperability with Fedora 21
December 19, 2014 • Read more…