
Learn to manage linux logs with syslog and rsyslog, secure and rotate them with logrotate, and forward per-client logs to a centralized server over tcp using tls on port 514.
Audit Linux user passwords with John the Ripper by simulating offline cracking, using shadow and password files to reveal weak credentials and guide password hardening.
Audit file system access with auditd in Linux to track who accessed or modified files. Configure persistent rules, review logs, and generate key-based reports for incident review.
Encourage students to leave a review to improve the course and help others discover it, noting reviews may be delayed by spam filters and can be resolved by contacting support.
Build a chroot jail to isolate a service by creating a jail structure (bin, lib64, dev, etc.), setting root ownership and 755 permissions, and configuring a restricted ssh environment.
This course equips you with essential knowledge and hands-on techniques to secure Linux systems, covering critical aspects of system logging, auditing, data security, and service hardening.
Starting with System Logging and Auditing Essentials, you'll learn how to set up secure Linux logging using syslog and rsyslog, manage system logs with journald, and ensure accountability through robust password management and auditing using John the Ripper. You’ll also explore Auditd for tracking file system access and analyze SUID and SGID permissions to identify potential vulnerabilities. Finally, you’ll learn how to secure your SSH service using fail2ban to protect against brute-force attacks.
Moving into Data Security, you’ll master disk encryption with LUKS, ensuring data protection at rest. You’ll also learn to encrypt individual files with GPG, and secure network traffic using SSH to prevent data breaches.
The Securing Services section empowers you with advanced techniques, including understanding and customizing SELinux to enforce security policies. You’ll explore the concept of chroot jails to contain applications and minimize risks. Finally, you’ll get introduced to LXC containers, setting up and managing lightweight Linux containers for isolating services and enhancing security.
By the end of this course, you’ll possess practical, actionable knowledge to fortify your Linux systems, making you a more proficient and security-conscious Linux administrator.