知識(shí)列表
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. 開(kāi)機(jī)自運(yùn)行腳本
Ubuntu
http://jackqdyulei.github.io/2016/03/06/linux-auto-script/
Windows 10
- 批處理
.bat文件語(yǔ)法
@注釋輸出;rem注釋一行
start啟動(dòng)一個(gè)單獨(dú)的窗口以運(yùn)行指定的程序或命令。適應(yīng)于執(zhí)行多個(gè)無(wú)需終止的程序,比如服務(wù)器。
call從批處理程序調(diào)用另一個(gè)批處理程序,調(diào)用后返回調(diào)用程序執(zhí)行后續(xù)腳本。- PowerShell
.ps1文件語(yǔ)法
類(lèi)似于unix
3. 環(huán)境變量設(shè)置
Windows 10
4. ProgLang&Util變量設(shè)置
Golang env設(shè)置
GO111MODULE設(shè)置
go env -w GO1111MODULE=autoGOPROXY設(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. 語(yǔ)法雜項(xiàng)
- 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