知識列表
1. 網(wǎng)絡(luò)配置
- Ubuntu網(wǎng)絡(luò)配置
http://einverne.github.io/post/2019/08/ubuntu-linux-mint-network-configuration.html
https://wiki.ubuntu.org.cn/UbuntuManual:%E7%BD%91%E7%BB%9C%E8%AE%BE%E7%BD%AE
https://www.howtoforge.com/linux-basics-set-a-static-ip-on-ubuntu- Ubuntu網(wǎng)卡配置
https://zhuanlan.zhihu.com/p/65480107
2. 開機自運行腳本
Ubuntu
http://jackqdyulei.github.io/2016/03/06/linux-auto-script/
Windows 10
- 批處理
.bat
文件語法
@
注釋輸出;rem
注釋一行
start
啟動一個單獨的窗口以運行指定的程序或命令。適應(yīng)于執(zhí)行多個無需終止的程序阿纤,比如服務(wù)器。
call
從批處理程序調(diào)用另一個批處理程序账胧,調(diào)用后返回調(diào)用程序執(zhí)行后續(xù)腳本。- PowerShell
.ps1
文件語法
類似于unix
3. 環(huán)境變量設(shè)置
Windows 10
4. ProgLang&Util變量設(shè)置
Golang env設(shè)置
GO111MODULE
設(shè)置
go env -w GO1111MODULE=auto
GOPROXY
設(shè)置
go env -w GOPROXY=https://goproxy.io,direct
https://goproxy.io/git config
設(shè)置
https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup
5. 語法雜項
- URL結(jié)構(gòu)
[scheme:]//[user[:password]@]host[:port][/path][?query][#fragment]
eg: http://user:pass@example.com:8042/over/there?name=ferret#nose
6. USB安裝系統(tǒng)
7. Vi/Vim使用
$ vimtutor