Allow Postfix to call custom scripts by using mail aliases
| |

Allow Postfix to call custom scripts by using mail aliases

Using custom mail aliases to run scripts is an existing practice. However, on modern Linux distributions it is blocked as a security risk. Following Postfix common guidelines do not allow for it to run the scripts. It reports the script as called, however – it does actually nothing. This has been verified on Oracle Linux…

WordPress Multi-Site on Docker – How to Add Apache mod_headers to Solve CORS Issues and php File Size Limit
|

WordPress Multi-Site on Docker – How to Add Apache mod_headers to Solve CORS Issues and php File Size Limit

I’ve been using a WordPress Docker for some time now. My Docker is invoked through the docker-compose toolset, and it generally functions well. However, at times, specific configurations are needed. For instance, when adjusting the PHP file size limitation or adding mod_headers to address CORS issues on WordPress. The key is to override the Docker…

Replace Old NTP Commands With “chronyc” on a Modern Linux

Replace Old NTP Commands With “chronyc” on a Modern Linux

With the migration of Enterprise Linux to ‘chronyd’ ntp clock toolset, some of the more common commands were deprecated, and do not exist anymore. In this article I will go over the most common uses I have in the context of NTP, and how to address them using ‘chronyc’ command line. Perform ‘ntpdate’ command A…

Gain Control of the Storage Controller Loading Order
|

Gain Control of the Storage Controller Loading Order

I encountered an intriguing issue recently after replacing my motherboard. Some block devices underwent a change in their order, causing /dev/sda to appear as /dev/sdy due to a modification in the PCI-e enumeration. This change, though seemingly insignificant, led to an unexpected consequence. Since the disk was subject to a specific mdadm filter, its altered…