What is apt-proxy and how to install it on Ubuntu 24.04

Ubuntu apt-cacher-ng

Apt Proxy on Ubuntu is a powerful tool, particularly useful in environments where multiple machines require frequent software updates or installations; it acts as an intermediary server, caching packages to reduce bandwidth usage and speed up subsequent downloads. By configuring an apt proxy, administrators can ensure that, rather than each machine individually downloading packages from ... Read more

[SOLVED] The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key

Here is the solution if you've got the following error message when updating package lists on Debian (apt-get update): The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key The sury.org Debian package repository has changed its package signing key. To fix the error, just download the new key: apt-key adv --fetch-keys https://packages.sury.org/php/apt.gpg Finally, ... Read more

Postfix Submission vs. Submissions (SMTPS) port

Postfix submission vs submissions port

In Postfix configuration, particularly on Debian and Ubuntu systems, you might come across terms like "submission" and "submissions" when looking into the Postfix /etc/postfix/master.cf file. This article explains the differences and use cases for both ports. Postfix Submission Port 587 This is the standard port for email submission as defined by the Internet Message Access ... Read more

How to enable port 587 (submission) in postfix

Postfix Port 587

pSome internet access providers have port 25 disabled in their routers to prevent spam. If you run your own email server in a data center, you might have to enable the submission port (587) in postfix to be able to send emails from your local email client to your own mail server. Enable Submission Port ... Read more

How to convert RPM software packages to Debian (.deb)

The world of Linux is diverse, Linux distributions using different package management systems. RPM (Red Hat Package Manager) and Debian's DEB are two of the most common package formats. Occasionally, users of Debian-based systems might need to install software that's only available in the RPM format. This guide covers converting RPM packages to DEB format, ... Read more

How to open winmail.dat files on Ubuntu and Debian Linux

Open winmail.dat on Linux

Winmail.dat files are a unique file format utilized primarily by Microsoft Outlook. These files serve as containers for attachments sent through emails formatted in rich-text. This format can cause compatibility issues, particularly when users of non-Microsoft email clients, such as those on Linux systems, receive attachments. What is a Winmail.dat File? When an Outlook user ... Read more