Linux Audit

Linux security and system management

Linux Audit is one of the few blogs dedicated to Linux security. We aim for high-quality articles to explain security concepts and how they apply to Linux systems.

Interested in a particular subject or want to look around? The glossary might be a great start.

Did you know?

You can monitor ongoing and new connections linked to a process

lsof -a -i -r 1 -p 1234

Also 💙 the command-line or terminal? Have a look at the command-line tips.

Latest articles

How to display directory contents sorted by modification time

Learn how to sort the output of the ls command to list a directory contents by its modification time.

How to schedule a periodic task with systemd

Schedule a repeating task via systemd by using a timer. Learn how to configure and use it.

How to check if systemd is being used or active

Learn how to quickly confirm that systemd is being used as your system and service manager.

How to add a SSH key to the SSH agent

Learn how to load and use your SSH key together with a SSH agent.

How to see all enabled services with systemctl

The systemctl command can be used to show all service units and filter those that are enabled.

Using a RSS feed reader? See links in footer to stay up-to-date!

Recent changes

Topics

Auditing

Inspect your systems with security tools and manually by knowing what to look for.

Latest article (of 59):
How to secure a Linux system

Auditing »

Automation

Save time by learning how to automate manual and repeating tasks.

Latest article (of 12):
Shell scripting

Automation »

Compliance

Everything related to compliance, such as security auditing and system hardening.

Latest article (of 15):
GDPR Compliance: Technical Requirements for Linux Systems

Compliance »

File systems

Everything about storing data on a file system

Latest article (of 21):
How to display directory contents sorted by modification time

File systems »

Hardening

Apply defenses to your Linux systems and make them less vulnerable.

Latest article (of 30):
How to secure a Linux system

Hardening »

Linux

Everything related to Linux, from the basics of system administration to running services and securing them.

Latest article (of 37):
How to block POST requests in nginx

Linux »

Software

Configure, maintain, and monitor software applications

Latest article (of 33):
How to show all installed packages with pacman

Software »

System administration

Learn generic Linux and security concepts with the articles in our system administrator category

Latest article (of 196):
How to display directory contents sorted by modification time

System administration »

Vulnerabilities

Know what vulnerabilities could be present on your systems and how to harden your Linux environment.

Latest article (of 12):
Show vulnerable packages on Arch Linux with arch-audit

Vulnerabilities »

Web

Let’s build a better web together

Latest article (of 23):
Hardening nginx with systemd security features

Web »