Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomwechsler/securing_linux_systems
Linux security with three different distributions (Rocky Linux, Ubuntu and openSUSE)!
https://github.com/tomwechsler/securing_linux_systems
linux linux-security opensuse rockylinux security ubuntu
Last synced: 3 months ago
JSON representation
Linux security with three different distributions (Rocky Linux, Ubuntu and openSUSE)!
- Host: GitHub
- URL: https://github.com/tomwechsler/securing_linux_systems
- Owner: tomwechsler
- License: mit
- Created: 2024-03-30T09:55:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-13T12:34:16.000Z (9 months ago)
- Last Synced: 2024-04-14T02:36:24.002Z (9 months ago)
- Topics: linux, linux-security, opensuse, rockylinux, security, ubuntu
- Language: Shell
- Homepage:
- Size: 69.3 KB
- Stars: 20
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Securing Linux Systems
Linux security with three different distributions (Rocky Linux, Ubuntu and openSUSE)!## Content of the sections
| Sections | Section description |
|-----|-------------------------------------------|
| A01 | Lab setup with Vagrant |
| A02 | Why Securing Linux Systems
| A03 | Understanding the File Mode or Permissions |
| A04 | Managing Special File Permissions |
| A05 | Extending the File Mode with ACLs |
| A06 | Implementing SELinux |
| A07 | Working with AppArmor |
| A08 | Managing SSH Servers and Connections |
| A09 | Elevating Privileges in Linux |
| A10 | Managing Local Users |
| A11 | Implementing HTTPS with the Apache Web Server |
| A12 | Implementing an openSSL Certificate Server |
| A13 | Implementing Identity Management with openLDAP and SSSD |
| A14 | Hardening Your Linux Systems |
| A15 | Implementing Firewalls with Firewalld |
| A16 | Implement Firewalls with UFW |