CentOS


3
If you’re running the Ubiquiti UniFi Controller on a Linux box (I run mine on CentOS), the default instructions from UBNT walk you through building a simple SysV init script to run the Java .jar file as a service. I was in a tinkering mood, so I re-wrote the SysV startup script on my […]

Improved Startup Script for Ubiquiti UniFi Controller on Unix / ...


5
UPDATE: I’ve written an automated script that performs all the steps in this article in less than 60 seconds. Feel free to follow the steps below if you want full manual control, or download my script to make your life even easier. 🙂 Ubiquiti Networks’ Java-based UniFi Controller software has a […]

Upgrade Your Linux UniFi Controller Version in 5 Minutes


Linux Uptime 13
If you’re looking for the fastest and easiest way to get DMARC verification working on a RedHat (Fedora, RHEL or CentOS) mail server, I highly recommend OpenDMARC. I’m a bit biased, as I currently maintain the OpenDMARC package in the Fedora and EPEL repositories. This article will help you install the […]

Installing OpenDMARC RPM via Yum with Postfix or Sendmail (for ...



Why doesn't it look different? 14
Here’s the scenario: you’ve set up Dynamically Allocated Storage for the hard drive on your Guest VM in VirtualBox and you’ve run out of space — even though your Actual Size is smaller than the Virtual Size (this happened to me recently when my Virtual Size was 10 GB, and […]

Resize a Fedora, CentOS, or Windows Dynamic Guest Virtual Disk ...


Linux Uptime 6
CentOS 7 was released recently, and so I fired up my build VM so I could attempt to build the OpenDKIM package for submission to EPEL. But the compile barfs on strlcat/strlcopy, because RHEL/CentOS doesn’t have libbsd available (yet?). The libbsd package was a requirement for the package to work […]

Rant: Why is there no libbsd for CentOS 7?


1
If you’re trying to set up an Apache web server on CentOS  as your origin server for Google PageSpeed service, you need to take certain steps to make sure that Apache can see (and also log) the IP address of the visiting host. Otherwise, all you’ll see in your Apache log files […]

Configuring Apache on CentOS 6 for Google PageSpeed Service



Postfix 2.9 Upgrade 6
I’ve previously written a how-to for compiling Postfix from source on a CentOS 5 box. I recently tried following the same steps on a CentOS 6 box, to upgrade from Postfix 2.6.6 which is installed by default. I’m glad to report that the same instructions will work just fine to upgrade […]

Building Postfix 2.10 on RHEL6 / CentOS 6 from Source


8
I often say there are only two types of data: data that is backed up, and data that is waiting to be lost. Even if you’re the most contentious hax0r who always backs up your data, if your backups are stored in the same physical location as the source data, […]

How to Back Up a Linux Server to Amazon S3 ...




4
This is one of those blog posts that’s more written for my own benefit to refer to later than for the benefit of the Web-at-large, but if someone else happens to stumble upon it and it helps you out, then cool. 🙂 I had to migrate a Fedora box (the […]

How to set up two NICs on different subnets with ...


DKIM Test Message 145
For those who want or need to compile and install OpenDKIM from the source code, you can follow the instructions I wrote in this article. If you’re looking for the fastest and easiest way to get OpenDKIM running on a RedHat or CentOS system, I currently maintain the OpenDKIM package in […]

Installing OpenDKIM RPM via Yum with Postfix or Sendmail (for ...




11
You don’t need a Windows Media Center PC to share pictures, videos, or music with an Xbox 360. If you’ve got a Fedora / RHEL/ CentOS box on your home network and you’d like to use it as a UPnP and DLNA Media Server so that you can stream files […]

How to set up uShare media server on Fedora / ...


21
Before proceeding with this tutorial, and at the risk of possibly overstating what is obvious to some, I want to make three things clear:

How to get DKIM and DomainKeys working with Postfix on ...


18
This blog post builds on the same workaround explained in my older post about how to install the 32-bit version of Dell OMSA 6.3 on a 64-bit version of RHEL / CentOS 5.5 on a PowerEdge server so you can manage a PERC 4 RAID adapter. Dell’s newer OMSA 6.4 […]

“No controllers found” fix: set up Dell OMSA 6.4 32-bit ...



74
UPDATE 7/11/15: The following procedure will work on RHEL/CentOS 7, 6, and 5 systems to upgrading from those systems’ default versions to Postfix 3.02. CentOS (a non-commercial clone of RedHat’s RHEL) is my server operating system of choice because it’s extremely stable and widely-used. One of the reasons it’s so stable is […]

Building Postfix on RHEL / CentOS from Source


15
UPDATE: If you’d like to run the newer OMSA 6.4, please read this updated blog post. If you’d rather install OMSA 6.3, then please continue! If you’re running a 64bit version of RHEL 5.5 or CentOS 5.5 on a slightly older Dell PowerEdge server with a PERC 4 or earlier […]

“No controllers found” fix: set up Dell OMSA 6.3 32-bit ...


4
The current (as of this writing) versions of Dell’s OpenManage Server Administration software (OMSA) isn’t backward compatible with older hardware like the Dell PowerEdge 2650. However, if you want to install OMSA on a PE2650, you’re in luck. Using the Dell Linux Repository, you can have OpenManage 5.5 (which is plenty […]

How to Install Dell OMSA 5.5 on a Dell PowerEdge ...



3
If you’ve ever tried to reset the password on a Dell Remote Access Card III (DRAC3), then you probably already know that trying to manage a DRAC III in a Linux environment can be frustrating – especially since current (as of this writing) versions of Dell’s OpenManage Server Administration software (OMSA) […]

Reset a DRAC III using racadm on a Dell 2650 ...


1
Since the default version of ImageMagick installed by yum on CentOS 5.5 is  6.2.something, and you want to be able to do all the cool stuff that ImageMagick 6.5.* and 6.6.* can do, you’re gonna have to compile it from source yourself. Don’t worry – it’s easy, and it works.

How to Get ImageMagick 6.5.x or 6.6.x Working on CentOS ...


Linux Uptime 180
Update! RPMs and Yum now available. I build and maintain the RPM packages of OpenDKIM for RHEL/CentOS and Fedora, which are available with Yum. For a much quicker and easier way to install OpenDKIM, read this. Of course, if you still prefer to go old-skool and compile your own binaries […]

How to get DKIM (DomainKeys Identified Mail) working with Postfix ...




17
One of my web servers sent me this email this morning: Subject: The certificate for ServerName.com has expired ################# SSL Certificate Warning ################ Certificate for hostname 'ServerName.com', in file (or by nickname): /etc/pki/tls/certs/server.crt The certificate needs to be renewed; this can be done using the 'genkey' program. Browsers will not […]

Renewing a Self-Signed SSL Certificate on Fedora/CentOS