参考文档:Github: openwrt/openwrt
路由器型号:斐讯 K2
固件型号:PSG1218
docker pull ubuntu
docker image list
查看版本
1
conda --version
查看 conda 下的包
conda list
git log 查看状态
git log
不撤销代码修改
使用 git reset --soft HEAD^
git reset --soft HEAD^
HEAD^
HEAD~1
--mixed
git add .
创建用户
使用 useradd 命令,-m 会在 /home 下为新用户创建家目录
useradd
-m
/home
sudo useradd -m [user_name]
参考文档:
Canonical Netplan
Canonical Netplan Example
Ubuntu Bionic: Netplan
NetworkManager and netplan
使用 v2ray + Websocket + TLS
Web 服务器使用 Nginx
使用的 v2ray 版本:https://github.com/v2fly
v2ray
使用的安装脚本:https://github.com/v2fly/fhs-install-v2ray
白话文教程:https://toutyrater.github.io/