Skip to content
Ay-Liffe edited this page May 18, 2023 · 3 revisions

Welcome to the bash wiki!

A list of the most useful Linux commands that I need to remember: •Tracert •Grep •tcpdump •nmap •nslookup •netstat •top •pid •kill •awk •sed

#alias is hidden in .zschrc

How to access Go Repositories: export GOROOT=/urs/lib/go export GOPATH=$HOME/goo export PATH=$GOPATH/bin:$GOROOT/bin:$PATH

Clone this wiki locally