Recently Updated Pages
EmuDeck Systems List
3do: 3DO ags: Adventure Game Studio Game Engine amiga: Commodore Amiga amiga1200: Commodore Amig...
Restart Windows Audio Service Script
Place the following into a .bat file and run it. @echo off :: Run as Admin set "params=%*" cd /d...
Ghost Snippets
Place any of the following in your Code Injection settings. Found in: Ghost Admin -> Settings -> ...
Reset Repo Commits
Linux export GIT_RESET_USER=yourUserNameOrOrgName export GIT_RESET_REPO=yourRepoName export bypas...
Resizing HDD (Linux)
Resize disk with any solution (GParted, etc). Use lsblk to get the partition you want to expand....
Regex
Empty Lines after if/else/while/for (if |else |else if |for |while ).+\n\n Resources Regex Tes...
Prune Docker
docker image prune -a -f docker volume prune -f docker network prune -f
HTML Redirects
Redirect to another site with HTML. <!-- index.html --> <meta http-equiv="refresh" content="0; ur...
Saving chmod +x in a Git Repo
export fileType=.sh git config core.fileMode true find . -type f -iname "*$fileType" -exec chmod ...
GitHub API: Organization Membership
This simple curl command will set your membership to public/private for any organization. A use c...