I build software closest to the metal — protocols, compilers, embedded firmware, and the infrastructure that runs it all. A Linux advocate who believes the kernel is humanity's greatest engineering achievement.
____ / __\ / / / /___ / ____/ \ \ \ \___ \ __/ \____\
# CIS Level 2 + STIG — Ansible task excerpt - name: Enforce FIPS 140-2 mode command: fips-mode-setup --enable when: not fips_enabled.stdout | bool - name: Author SELinux policy module community.general.selinux_permissive: name: podman_rootless permissive: false - name: Lock down SSH lineinfile: { path: /etc/ssh/sshd_config, regexp: '^PermitRootLogin', line: 'PermitRootLogin no' }
Open to systems engineering, infrastructure, low-level, and embedded roles.