Category: "Linux"
Integrating Ansible with Hashicorp Vault
- December
- 15
There are several moving parts of this configuration. We’re using a simple example here; your implementation may have different requirements. First, vault should be installed and working in a production configuration. For these examples we have the… more »
Update Unifi Dream Machine Pro certificates with automation
- October
- 27
Since I like to use Letsencrypt for my certificates I wanted to have a method to deploy them and keep them up to date on my Unifi Dream Machine Pro. I did some reading and found that the certs are actually in two different places, one for the web GUI… more »
Change Dell iDRAC system name from Linux cli
- February
- 9
Make sure the shell interface is enabled through the iDRAC web interface. Log in and click on iDRAC settings on the left. Click on the Network/Security tab. Scroll down and find the IPMI Settings. Make sure the Enable IPMI Over LAN box is checked.… more »
Use Letsencrypt certs on Postfix and Dovecot with selinux
- April
- 7
I have my certificates mounted via NFS on all hosts so that it gives me easy access to them for services that use SSL. The workaround I was using for mail services was to mount like this (from /etc/fstab): more »
Fixing pending sector errors on FreeNAS
- January
- 17
I received an alert yesterday on my home NAS unit. It indicated that there was an increase in the number of "pending sectors." Looking into the issue, it's really an error writing to the drive which hasn't been addressed and relocated. So the sector… more »