Skip to content

Instantly share code, notes, and snippets.

@gastonrampersad
gastonrampersad / remove_tether_blocking.txt
Created December 24, 2019 17:43
Remove tether blocking
sudo sysctl net.inet.ip.ttl=65
@gastonrampersad
gastonrampersad / set_screenshots_folder.txt
Created December 24, 2019 17:42
Set screenshots folder - Mac OS
defaults write com.apple.screencapture location /Users/<you>/Pictures/screenshots
killall SystemUIServer
@gastonrampersad
gastonrampersad / show_all_files.txt
Last active December 24, 2019 17:40
Show all files - Mac OS
defaults write com.apple.finder AppleShowAllFiles YES