摘要: 原文链接 背景 type AData struct { A string `json:"a"` } type BData struct { B string `json:"b"` } type Message struct { Name string `json:"name"` Id int `js 阅读全文
posted @ 2021-07-07 18:03 SangriaChant 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: # create swap file dd if=/dev/zero of=/.swap bs=1048576 count=4096 # format swap mkswap /.swap # start swap swapon /.swap # check free -h # onboot ech 阅读全文
posted @ 2021-04-13 11:38 SangriaChant 阅读(53) 评论(0) 推荐(0) 编辑
摘要: Backgroud Mount samba directly in wsl like linux is difficult Password for root@//filesystem.domain/root: mount error: cifs filesystem not supported b 阅读全文
posted @ 2021-03-19 11:03 SangriaChant 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Method systemctl stop [servicename] systemctl disable [servicename] rm /your/service/locations/[servicename] rm /your/service/locations/[servicename] 阅读全文
posted @ 2021-03-18 09:21 SangriaChant 阅读(633) 评论(0) 推荐(0) 编辑
/* 看板娘 */