Skip to main content

Recently Updated Pages

EmuDeck Systems List

Public

3do: 3DO ags: Adventure Game Studio Game Engine amiga: Commodore Amiga amiga1200: Commodore Amig...

Updated 2 days ago by Chase

Restart Windows Audio Service Script

Public

Place the following into a .bat file and run it. @echo off :: Run as Admin set "params=%*" cd /d...

Updated 4 weeks ago by Chase

Ghost Snippets

Public

Place any of the following in your Code Injection settings. Found in: Ghost Admin -> Settings -> ...

Updated 2 months ago by Chase

Reset Repo Commits

Public

Linux export GIT_RESET_USER=yourUserNameOrOrgName export GIT_RESET_REPO=yourRepoName export bypas...

Updated 6 months ago by Chase

Resizing HDD (Linux)

Public

Resize disk with any solution (GParted, etc). Use lsblk to get the partition you want to expand....

Updated 6 months ago by Chase

Regex

Public

Empty Lines after if/else/while/for (if |else |else if |for |while ).+\n\n Resources Regex Tes...

Updated 6 months ago by Chase

Prune Docker

Public

docker image prune -a -f docker volume prune -f docker network prune -f

Updated 6 months ago by Chase

HTML Redirects

Public

Redirect to another site with HTML. <!-- index.html --> <meta http-equiv="refresh" content="0; ur...

Updated 6 months ago by Chase

Saving chmod +x in a Git Repo

Public

export fileType=.sh git config core.fileMode true find . -type f -iname "*$fileType" -exec chmod ...

Updated 8 months ago by Chase

GitHub API: Organization Membership

Public

This simple curl command will set your membership to public/private for any organization. A use c...

Updated 8 months ago by Chase