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