PVE通过命令为CT容器添加网卡并配置IP

Linux  PVE 

语法格式pct set <ctid> --net<网卡序号> name=net<网卡序号>,bridge=<桥接接口>,ip=<ip表达式>,gw=<网关>案例静态配置执行前开始执行root@pve:~# pct set 109

命令行测速


命令行测速 | e-Science Document南京大学命令行测速

Linux禁止某个用户通过SSH登录

Linux 

配置在配置文件vim /etc/ssh/sshd_config添加以下内容DenyUsers <用户名>例如DenyUsers l然后重启systemctl daemon-reload&&systemctl restart ssh效果liu@SSH:/$ cat /etc

PVE开启IPV6

Linux  PVE 

echo "net.ipv6.conf.all.accept_ra=2net.ipv6.conf.default.accept_ra=2net.ipv6.conf.vmbr0.accept_ra=2net.ipv6.conf.all.autoconf=2net.ipv6.conf.default.a

Dockerfile源码编译安装Nginx


通过Dockerfile实现自定义版本安装Nginx

Linux调整时区为亚洲-上海时区

Linux 

timedatectl set-timezone Asia/Shanghai效果root@download:~# dateWed May 8 08:09:22 UTC 2024root@download:~# timedatectl set-timezone Asia/Shanghairoot@d

脚本安装niulink节点


f=start-smallbox-b-v1.sh;wget https://download.niulinkcloud.com/init/$f&&bash $f

Docker配置cgroup存储驱动


mkdir -p /etc/dockertxt='{ "exec-opts": ["native.cgroupdriver=cgroupfs"], "registry-mirrors": ["https://docke

建议


PearOS使用改进建议使用场景:Linux桌面 + 虚拟化服务器 + PCDN跑量机器 + 个人NAS + Wi-Fi热点,多合一网络基础支持自定义WAN/LAN口LAN支持IPV6分发给WIFI或者其他网线连接的设备(优先级高)支持指定IP、IP组、MAC走向指定WAN口(借鉴爱快)支持IP限速

Go语言从字符串中匹配IPV6公网地址

开发  GO 

package mainimport ("fmt""net""regexp")func Ipv6PatternStr(data string) []net.IP {var ips []net.IP// 使用正则表达式匹配以240开头,可能包