Advertisement
AleksiReede

petriquittinen

Mar 16th, 2023 (edited)
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.47 KB | None | 0 0
  1. $(dig +short myip.opendns.com @resolver1.opendns.com)
  2. sudo apt install -y bash-completion
  3. if [ -f /etc/bash_completion ]; then
  4.     source /etc/bash_completion
  5. fi
  6. curl cheat.sh
  7. curl cheat.sh/ls
  8. curl cheat.sh/bash/:learn
  9. curl cheat.sh/python/:learn
  10. curl cheat.sh/js/:learn
  11. # install cht.sh locally
  12. curl https://cht.sh/:cht.sh > ~/bin/cht.sh
  13. chmod +x ~/bin/cht.sh
  14. ~/bin/cht.sh python :learn
  15. ~/bin/cht.sh --shell
  16.  
  17. poista gui: sudo apt purge libx11-6 libwayland-client0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement