Skip to content

Instantly share code, notes, and snippets.

View rerpha's full-sized avatar

Jack Harper rerpha

View GitHub Profile
@rerpha
rerpha / .bash_aliases
Last active December 7, 2018 09:01
Stop and remove all docker containers
alias strmc='docker stop $(docker ps -a -q) && docker rm $(docker ps -a -q)'
alias l^='sudo apt update -y && sudo apt upgrade -y && sudo apt autoremove -y'
@PixelSergey
PixelSergey / wireless.md
Last active August 30, 2025 11:20
FTP guide

Transferring files wirelessly between your 3DS and computer

This is especially useful if you do not have an SD card reader or if you do not want to open the New 3DS' pesky shell.

There are two options: the official MicroSD management (New 3DS only) (Requires Windows) or FTPD (must have CFW or homebrew installed).

FTPD is quicker and easier to use in the long run and can be used on all systems and computers (and phones!); however, MicroSD management is official and can be done with a stock system.



@joyrexus
joyrexus / README.md
Last active June 12, 2025 20:55
collapsible markdown

collapsible markdown?

CLICK ME

yes, even hidden code blocks!

print("hello world!")