Skip to content

Instantly share code, notes, and snippets.

View ylt's full-sized avatar
🕳️
2>&1 > /dev/null

Joe Carter ylt

🕳️
2>&1 > /dev/null
View GitHub Profile
@willurd
willurd / web-servers.md
Last active July 23, 2024 17:12
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@goto-bus-stop
goto-bus-stop / get-rcs.sh
Created September 21, 2015 19:24
RCS deobf
#!/bin/sh
mkdir rcs/$(date '+%m%d')
curl https://code.radiant.dj/rs.min.js -o rcs/$(date '+%m%d')/rs.min.js
node unobfuscate rcs/$(date '+%m%d')/rs.min.js