Skip to content

Instantly share code, notes, and snippets.

View jars's full-sized avatar
🏛️
bricks & mortar

Jordan Arsenault jars

🏛️
bricks & mortar
View GitHub Profile
@jars
jars / keth.wallet
Created December 4, 2017 02:04
KETH Wallet for Kovan Faucet
0x5D466567375D9Dc518fb09b9CF44f4FAE5d691aa
@jars
jars / hacker-radiio
Last active December 29, 2022 16:25
Music For Hackers
Music For Hackers
==
To a hacker, there's something distracting about booting up a GUI to listen to your tunes. You live your life in the terminal, you treat the mouse like a high voltage tap.
So give these commands a run in the terminal, and toss on your headphones.
sudo apt-get install mplayer
echo "alias defcon-start='nohup mplayer http://sfstream1.somafm.com:6200 > /dev/null 1>&2 &'" >> ~/.bashrc
echo "alias defcon-stop='killall -9 mplayer'" >> ~/.bashrc