I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\
With almost no bandwith at home, I needed a way to download DOOM that didn't involve blocking the home internet line for two days.
Using steamcmd you can use any computer to download steam games.
- Install it
- Open it and loging with your username and password:
login username password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # bip32 derived address display thingy with transaction notification | |
| # buZz github.com/buzztiaan | |
| # democlip on https://www.youtube.com/watch?v=e_V9V7n2p_I | |
| # depends on: | |
| # - pycoin (with small patch for DOGE : https://github.com/richardkiss/pycoin/issues/332) | |
| # - jq |