0x7ff3a2b8c000
mov rdi, rsp
call _start
jmp 0xdeadbeef
xor eax, eax
push rbp
syscall
ret
nop
int 0x80
mov rdi, rsp
call _start
jmp 0xdeadbeef
xor eax, eax
push rbp
syscall
ret
nop
int 0x80
root@pattie ~
notes from the terminal
breaking things on purpose so production doesn't. kubernetes, homelab builds, ci/cd, and the security background to know why it matters.
about this site
notes + writeups from a sysadmin turned devops. still paranoid about security.
expect: things that broke, why they broke, and how i fixed them. kubernetes, homelab, ci/cd, security. no fluff.
session.sh
0xDEADBEEFsudo systemctl restart sshd192.168.1.50:22chmod 27700x7FF3A2B8C000nmap -sV -sC target10.10.14.12:4444uid=0(root)0xCAFEBABEdocker compose up -d172.16.0.1:8080-rwxrws---0xDEADBEEFsudo systemctl restart sshd192.168.1.50:22chmod 27700x7FF3A2B8C000nmap -sV -sC target10.10.14.12:4444uid=0(root)
featured build ~/lab
the homelab
bare-metal kubernetes on a laptop. k3s, flux gitops, self-hosted apps, and everything that breaks along the way.
view the build → $ ls ~/lab
build in progress. first logs landing soon.
// search the archive
$ esc
// browse by category
sysadmin 35 posts cybersecurity 5 posts
tryhackme coming soon
hackerbox coming soon
devops 4 posts thoughts 1 post // latest transmissions
Stratis pools, filesystems, and snapshots
The last ticket in the queue. A proof of concept for Stratis as a modern alternative to LVM plus XFS: build a pool, a filesystem, take a snapshot, and see how it differs from the LVM workflow.
read more →Containers that survive reboot: systemd units and pods
Yesterday's containers vanished after a reboot. Wrap them as systemd user units so they auto-start even when nobody is logged in, and build a three-container pod for the API stack.
read more →Rootless containers with podman: volumes, ports, and SELinux
The dev team's stack is moving to containers. Stand up rootless nginx and redis under an unprivileged user, with a bind-mount, a persistent volume, and SELinux staying enforcing.
read more → /dev/random
// follow the work
no spam, no algorithm. just labs and writeups.