Learn how to install OverlayFS on Linux and use it to protect files by configuring overlaying filesystems.
Also find me here:
Baeldung Author
Ahmed Shibani
As a Linux Systems Engineer, I dance through the digital realm like a penguin on a mission. 🐧 When I'm not crafting impeccable code or managing servers, you'll find me nestled in the cozy embrace of my favorite armchair, engrossed in a good book. 🔍 I'm a dedicated open source advocate, spreading the gospel of freedom, collaboration, and a future unshackled by proprietary software. 🌐 When I'm not debugging, you can bet I'm delving into the mysteries of the universe through the pages of novels. I devour words like code, savoring each page like it's the last line of a perfectly written script. 📖 #OpenSourceEnthusiast #BookwormExtraordinaire
Here's what I've written (so far):
Baeldung on Linux
- All
- Network Configuration (5)
- Security (4)
- Administration (4)
- Networking (3)
- Filesystems (2)
- Web (1)
- Service Management (1)
- Processes (1)
- Installation (1)
- Boot Process (1)
How to Check Internet Speed from the Linux Command Line
Filed under Networking
Learn how to check the download and upload speed for the internet connection via Linux command line.
How to Set Packet Rate Limit Through iptables
Filed under Network Configuration, Security
Learn how to use iptables in Linux to limit the packet rate and combat DoS and other attacks.
How to Set up an SSTP Server on Linux
Filed under Networking
This tutorial is a guide on how to configure a Secure Socket Tunneling Protocol (SSTP) VPN server on Linux using SoftEther VPN Server, an open-source and freeware cross-platform multi-protocol VPN implementation. It covers the installation and configuration of SoftEther VPN on Linux, including software requirements, downloading, compiling the server, and its verification.
Allowing Traffic From a Domain With Dynamic IP Address
Filed under Network Configuration, Security
Explore different options to configure firewall rules to allow access from a dynamic IP address.
How to Determine a Specific File Responsible for High I/O
Filed under Administration
Learn ways to identify files linked with an abnormally high input or output bandwidth utilization.
Getting Notification When systemd Service Fails
Filed under Service Management
Learn how to use the systemd OnFailure feature to trigger notifications and how to configure notification channels over Slack and email.