๐ป Dessert Resources ๐งฎ ๐ฉโ๐ป โจ
Again we are back to naming things, the new network device naming policy is very sweetโฆ ...
Again we are back to naming things, the new network device naming policy is very sweetโฆ ...
This page is about using AGE to replace GPG/PGP for encryption. ...
Letโs build our own Linux operating system for a Raspberry Pi 4 First we need a big build box, something 16 VPC and 32GB RAM from AWS should do the trick. I like this machine: c4.4xlarge Set up the development environment sudo apt update && sudo apt -qy dist-upgrade && sudo apt -qy install gawk wget git diffstat unzip texinfo gcc-multilib build-essential chrpath socat libsdl1.2-dev xterm sed cvs subversion coreutils texi2html docbook-utils python-pysqlite2 help2man desktop-file-utils libgl1-mesa-dev libglu1-mesa-dev mercurial autoconf automake groff curl lzop asciidoc u-boot-tools cpio sudo rsync linux-headers-$(uname -r) locales Additional requirements:...
My 2023 git and GitHub setup guide. ...
For reasons I needed to test a set of osquery rules lately, so I downloaded the official package from https://osquery.io and set about running the installer. For some reason the installation got stuck at a message โWaiting for other installation to completeโ. The installer hangs for a long time, so I explored my options to unblock the installer. ...
What is DevSecOps, and how is it different to the more traditional DevOps team you are used to working with? ...
Should we use the http header PUT or PATCH when updating a record in a CRUD system? ...
A quick how-to guide to get your local git init project onto GitHub. ...
And we are back to naming things, this is my latest network device naming policyโฆ ...
I wondered if I could use my Raspberry Pi 4 as a gateway device to shape and filter my network traffic. It only has one NIC, but OpenBSD supports many USB-NIC devices out of the box. Letโs see how successful this idea is. Update firmware on Raspberry Pi 4 Instructions here: https://github.com/AshyIsMe/openbsd-rpi4 Installing OpenBSD 6.9 on Raspberry Pi 4 Download and checksum install69.img from the OpenBSD 6.9 FTP site. Put the install69....