PVE自用记录
openwrt跑Easymosdns
Mikrotik 静态路由设置
mikrotik fakeip ipv4配置添加 proxy_v4 标签/routing table add name=proxy-v4 fib地址列表添加fakeip v4段及添加tg v4网段及奈菲v4网段/ip firewall address-list add list=proxy_ipv4 addres...
DSM7(linux)macvlan,并互通宿主机
自建订阅转换 – Subconverter+Subweb+MyUrls
Ubuntu all in one记录基本写完,剩余的慢慢补吧
Docker Image更新推送通知
Ubuntu all in one:Vgpu记录
宿主机安装vgpu驱动 安装必要的软件包: apt -y install curl gcc build-essential libglvnd-dev pkg-config dkms 上传驱动vgpu: 驱动下载地址:https://github.com/justin-himself/NVIDIA-VGPU...
Ubuntu all in one:wol远程唤醒记录
前言: wol远程唤醒:在BIOS里开启Wake on lan, ubuntu也需要设置,才能支持Wake on Lan 开始: 安装ethtool: sudo apt-get install ethtool 查看网卡名称: ip addr 我这里是enp7s0,可能是et...
Ubuntu all in one: 内核更换
开始: 先查看内核:uname -r 如果为6.x内核需要先降级为5.x内核,这里为使用的是第三方内核xanmod, 下载内核: https://sourceforge.net/projects/xanmod/files/releases/lts/5.15.95-xanmod1/ ...