Admin
HTB
Docker
Remove stopped containers:
docker rm $(docker ps --all --quiet --no-trunc --filter 'status=exited')
Remove unused images:
docker rmi $(docker images --quiet --filter 'dangling=true')
Git
Slightly modified answer from “Make the current commit the only (initial) commit in a Git repository” on Stack Overflow:
git checkout --orphan newBranch
git add --all # Add all files and commit them
git commit --message="Initial commit."
git branch --delete --force master # Deletes the master branch
git branch --move master # Rename the current branch to master
git push --force --set-upstream origin master # Force push master branch to github
git gc --aggressive --prune=all # remove the old files
Ecology
- Beekeeping
- Tools list
- Poultry farming
- Chickens
- Composting
- Vermicomposting
Sustainability
- Garbage Warrior (2007) — Earthships
- Reversing the Mississippi (2016) — Open Source Ecology and the Global Village Construction Kit
- Earthships – America’s Off-Grid Desert Community (2021) — Earthships
Development
Logic
Phaser
Version 3
- Buttons
Retro game development
Sega Genesis (Mega Drive)
- Mega Drive Architecture: A practical analysis by Rodrigo Copetti
- Awesome Mega Drive Development: A curated list of Sega Mega Drive development resources
- How I built my own Sega Mega Drive hardware dev kit from scratch
Communications
Wireless
- DJI Wi-Fi Protocol Reverse Engineering
- DJI OcuSync 2.0: What You Need to Know About This FPV Transmission System
- Hacking the DJI Phantom 3 Drone
- Drone Security and the Mysterious Case of DJI’s DroneID
- What Is DJI OcuSync And How Does It Work?
- DroneBridge — a system based on the WifiBroadcast approach. A bidirectional digital radio link between two endpoints is established using standard WiFi hardware and a custom protocol. DroneBridge is optimized for use in UAV applications and is a complete system.
- Wifibroadcast – Analog-like transmission of live video data
- DragonOS Focal Decoding Captured DJI DroneID Bursts (Ocusync, GNU Radio, Octave, GR-DroneID) part 2
- Open Source Ardupilot Software vs DJI Software
- WhiteFox Defense | DroneFox — Omni-directional drone detection, identification, and mitigation system.