Debian
How to enable port 465 (smtps) in postfix mailserver
More and more internet access providers are closing port 25 to reduce spam except for connections to their own mail…
How to Install Gradle Build Tool on Debian 11
Gradle is a build automation tool that is based on a concept called ‘incremental builds’. It speeds up the development…
[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…
How to prevent a Linux system user from logging into the system
The shell setting in /etc/passwd determines whether a Linux system user may log in via the shell or over SSH.…
Get a list of all virtual hosts which are defined in all apache configuration files
Have you ever looked in the apache config files to see where a website's virtual host is defined? The apache2ctl…
Get the name of the newest file in a directory on the linux shell
If you have a directory with many files (a few thousand in my case) and need to know which one…