Forked from magical/gist:e4a0bcc8c458e4799ab66c95f9592cee
Last active
April 10, 2019 18:55
-
-
Save pono/a4fb9743213d6869ddf81ce6d8e3575c to your computer and use it in GitHub Desktop.
Useful tools and tricks
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
Utilities | |
--------- | |
htop | |
tree | |
atool | |
the_silver_searcher (silversearcher-ag) | |
whois | |
mtr | |
mosh | |
vim | |
zsh | |
most | |
xclip | |
moreutils | |
renameutils | |
units | |
sshfs | |
reptyr | |
progress (https://github.com/Xfennec/progress) || pv || kill -USR1 $ddPID | |
jq | |
mr - https://myrepos.branchable.com/ | |
https://github.com/alols/xcape - steal modifier input, so usable on non-paired keypresses | |
entr - https://bitbucket.org/eradman/entr | |
lshw | |
lspci (pciutils) | |
Shell stuff | |
----------- | |
xonsh.org | |
https://asciinema.org/ terminal recording | |
https://explainshell.com/explain?cmd=find%20.%20-type%20f%20-print0 | |
Backups | |
------- | |
rsync | |
restic | |
Reversing | |
--------- | |
xxd | |
vbindiff | |
nasm | |
Image processing | |
---------------- | |
ImageMagick | |
optipng | |
advancecomp | |
jpegtran | |
gifsicle | |
netpbm | |
feh | |
graphviz | |
Audio processing | |
---------------- | |
sox | |
vorbis-tools | |
vorbisgain | |
Programming | |
----------- | |
python | |
pip | |
virtualenv | |
go | |
golang.org/x/tools/cmd/goimports | |
git | |
https://regexr.com/ | |
Firefox addons | |
-------------- | |
uBlock Origin (https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) | |
HTTPS Everywhere (https://www.eff.org/https-everywhere) | |
Tree Style Tab (https://addons.mozilla.org/en-US/firefox/addon/tree-style-tab/) | |
uMatrix (https://addons.mozilla.org/en-US/firefox/addon/umatrix/) | |
Media | |
----- | |
https://github.com/streamlink/streamlink | |
https://youtube-dl.org/ - patched very often, prefer installing from pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment