-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ay-Liffe edited this page May 18, 2023
·
3 revisions
Welcome to the bash wiki aka random notes!
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 or ./bashrc
How to access Go Repositories: export GOROOT=/urs/lib/go export GOPATH=$HOME/goo export PATH=$GOPATH/bin:$GOROOT/bin:$PATH