Blog

Apache 2.4 Access Log Configuration & Location on Synology DSM 7

You need to be familiar with connecting to your Synology using SSH and working with Linux commands to proceed. In DSM 7.1.1-42962 Update 6, Apache logging configuration is done in /usr/local/etc/apache24conf/httpd22.confThere is an entry for the Error Log but not the Access Log.You need to add the CustomLog item below: The /run directory has the […]

Error sending Server Messages with Exim4 in Debian

Debian has been installing Exim4 as the default MTA since at least Debian Stretch. When I tried to use it to send service messages (specifically fail2ban ban reports including whois information) on a new bookworm server, the messages would bounce with an Exim “message has lines too long for transport” error. Most modern MUAs like […]

Obtaining detailed Synology UPS Information

Synology uses a customized version of Network UPS Tools (NUT) for controlling and sharing its connected UPS. In Control Panel | Hardware & Power | UPS, DSM displays minimal information about the connected UPS. Synology only provides one NUT tool – upsc – but this tool can give you detailed information about the UPS. If […]

Access a device on another subnet connected to your current network

Use a Raspberry Pi to change default IP Addresses on newly installed devices in a remote Control Panel We have many control systems out in the field connected to our office using IPSEC VPNs. Each control system needs its own subnet (usually a 192.168.x.x/24) to make this work. So, a problem arises if a new […]

Adding Non-Free Drivers to a Debian Installation

When you install a new version of Debian from scratch, you may need “non-free” drivers for things like a Wireless Network Adapter. If these drivers are not GPL-licensed, then Debian will not include them in the installation image. You can work around this by installing the non-free image from a location such as http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/10.7.0+nonfree/amd64/iso-cd/ for […]

Upgrade VirtualBox to latest version

If you already have VirtualBox installed on Debian, it only takes a couple of minutes to upgrade to the latest version. In this case, I will be upgrading Debian Stretch from v6.0.x to v6.1.x All the prerequisites on https://www.virtualbox.org/wiki/Linux_Downloads have been met since this is an upgrade. Open Terminal and run these commands: sudo apt-get […]

Using Synology Self-signed SSL Certificates internally with Windows & Linux

When setting up secure Intranets, it is often necessary to configure the servers with SSL certificates that have not been issued by a trusted certification authority. While browsers such as Firefox allow you to add an exception, even permanently, to the site in question, opening that website in Chrome will produce an error notice each […]

Productivity Suite v3.5.3.3 breaks .adpro File Association

I recently upgraded my PLC Programming PCs running Win7 Pro from Automation Direct (automationdirect.com) Productivity Suite v3.5.2.2 to v3.5.3.3. When I did so, my file association for .adpro files quit working forcing me to open the Productivity Suite software first and selecting the project file to open instead of just double-clicking the .adpro file in […]