Home
Blog
About Me
AVD without Android Studio
Jul 16, 2024
How to run a virtual android device without installing Android Studio.
SOLID Principles
Nov 06, 2022
The basics of SOLID software design.
Clean Code
Nov 06, 2022
A very brief introduction to writing clean code inspired by Robert C. Martin's lessons.
Debian Basics
Sep 27, 2022
A description of the basic architecture of debian.
Debian - Setup GPG/SSH for Github
Nov 10, 2022
Setting up GPG/SSH keys to sign github commits.
Docker Basics
Mar 20, 2023
Basic commands and concepts of docker.
Dockerfile Basics
Mar 23, 2023
Basic usage and concepts of dockerfiles.
ESP8266 - WS2815 LED Strip
Mar 02, 2023
A quick example of how to interface WS2815 LEDs using an ESP8266.
HP Microserver Gen8 - 10GBit/s upgrade
Dec 01, 2022
Upgrading a HP Microserver Gen8 with an 10Gbit/s NIC.
Local HTTPS Server
Nov 19, 2023
Setting up a HTTPS server that works in your local network by becoming a Certificate Authority.
Nginx - Rate Limiting
Sep 23, 2022
An example of setting up rate limiting using ngx_http_limit_req_module and fail2ban.
Nginx - Reverse Proxy
Sep 23, 2022
rdiff - patching files
Sep 16, 2022
An example of how to use rdiff to apply a differential patch to a remote file.
Reverse Engineering - Introduction
Nov 06, 2022
An introduction to reverse engineering by examining and modifying a simple application.
Self Hosted Mailserver
Jun 08, 2024
How, why and why not to setup your own mailserver.
ST-Link/V2 Setup
Sep 15, 2022
Setting up the ST-Link/V2 programmer for STM8/STM32 microcontrollers.
STM32F030F4 - Bare Metal - Blink
Sep 15, 2022
STM32F030F4 - Bare Metal - Getting Started
Sep 15, 2022
TIG Stack - Monitoring Systems
Sep 28, 2022
An introduction to the TIG Stack and one way to set it up to monitor a system.
WSL: Connect to external network
Feb 18, 2023
Connecting WSL to an external network instead of the default host-only internal virtual network so it acts as a normal device on the local network.
WSL - Use SSH Keys From Host
Jan 03, 2023
Using SSH keys from the windows host inside a WSL guest.