mirror of
https://github.com/0xdade/HackerStuff.git
synced 2025-10-29 16:59:27 +00:00
4 lines
171 B
Bash
4 lines
171 B
Bash
alias tcheck="curl -s https://check.torproject.org | cat | grep -m 1 Congratulations | xargs"
|
|
alias icanhazip="curl icanhazip.com"
|
|
alias newnym="sudo service tor restart"
|