Public
Public Documentation
Reset Repo Commits
Linux export GIT_RESET_USER=yourUserNameOrOrgName export GIT_RESET_REPO=yourRepoName rm -rf .git ...
GitHub API: Organization Membership
This simple curl command will set your membership to public/private for any organization. A use c...
Saving chmod +x in a Git Repo
export fileType=.sh git config core.fileMode true find . -type f -iname "*$fileType" -exec chmod ...
Prune Docker
docker image prune -a -f docker volume prune -f docker network prune -f
Regex
Empty Lines after if/else/while/for (if |else |else if |for |while ).+\n\n Resources Regex Tes...
HTML Redirects
Redirect to another site with HTML. <!-- index.html --> <meta http-equiv="refresh" content="0; ur...
Resizing HDD (Linux)
Resize disk with any solution (GParted, etc). Use lsblk to get the partition you want to expand....
Ultimate Media Server Guide
Ubuntu Server Download Etcher Download sudo apt update && sudo apt upgrade -y sudo apt in...