Skip to content

Instantly share code, notes, and snippets.

@robertu7
Last active August 29, 2015 14:18
Show Gist options
  • Save robertu7/df86caa61c0afa62fe4e to your computer and use it in GitHub Desktop.
Save robertu7/df86caa61c0afa62fe4e to your computer and use it in GitHub Desktop.
Linux 常用命令
# 查看端口佔用
sudo netstat -plunt
# 設置持久環境變量
vim ~/.bash_proflle
export XXX=xxxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment