RECOMMENDED Amnezia Premium: Works Where Other VPNs Fail

Unblockable AmneziaWG 2.0 & XRay protocols. Perfect for lag-free access to ChatGPT, Claude AI, global freelance marketplaces, and restricted streaming networks with clean RAM-only privacy.

Systems & Infrastructure
Validating SPF and DKIM at SMTP-time with exim
0150
In our recent articles we've discussed creating SPF-records to avoid spoofed mails, and the creation and setup for DKIM-signing emails, for a similar purpose.
Systems & Infrastructure
Performing IMAP queries via curl
0179
Most people are familiar with curl, the tool that allows you to make HTTP-requests, and FTP-requests, via the command-line. Recently it gained the ability
Network & Privacy
Offering IPv4-only services over IPv6
0185
Although IPv6 is clearly the way of the future there are some software services which only support IPv4 access. Here we'll show a simple approach
Systems & Infrastructure
How to install Ubuntu 18.04 with a working environment Unity
0158
Download Ubuntu mini.iso 2. Create a bootable media from the image file mini.iso. You can use the utility Etcher is a GUI tool to create bootable USB of
Systems & Infrastructure
Implementing two factor authentication with perl
0184
Two factor authentication is a system which is designed to improve security, by requiring a second factor, in addition to a username/password pair, to
Systems & Infrastructure
Installing the Go programming language on Debian GNU/Linux
0194
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. In this brief article we'
Systems & Infrastructure
Simplifying repetitive Apache configuration with mod_macro
0125
Apache is one of the more flexible webservers, and most of this is achieved via the use of various extension modules bundled with it, or externally available.
Systems & Infrastructure
Analysing performance problems with systemd
0158
Now that Systemd is the default init-system in fresh installations of Debian GNU/Linux it is worth highlighting some of the new features.