摘要:
原文链接 背景 type AData struct { A string `json:"a"` } type BData struct { B string `json:"b"` } type Message struct { Name string `json:"name"` Id int `js 阅读全文
摘要:
# 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 阅读全文
摘要:
Backgroud Mount samba directly in wsl like linux is difficult Password for root@//filesystem.domain/root: mount error: cifs filesystem not supported b 阅读全文
摘要:
Method systemctl stop [servicename] systemctl disable [servicename] rm /your/service/locations/[servicename] rm /your/service/locations/[servicename] 阅读全文