Set auto kms in Padavan
Shell command in SSH computer_name=`nvram get computer_name` sed -Ei '/_vlmcs._tcp/d' /etc/storage/dnsmasq/dnsmasq.conf nvram set lan_domain="lan" echo "srv-host=_vlmcs._tcp.l…
RaspberryPi run Kodi
Install KODI and addon sudo apt install kodi kodi-peripheral-joystick kodi-inputstream-rtmp kodi-inputstream-adaptive kodi-visualization-shadertoy kodi-visualization-waveform …
Samba Server setup
Simple Samba file sharing server setup This is a minimal Samba setup to let other machines access files on a Debian machine. Install Samba Server and Samba Client sudo apt-get…
Aria2c安装配置
获取最新版下载地址 https://github.com/aria2/aria2/releases 获取并解压文件 wget https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.gz tar -xzvf aria2*.tar.gz cd a…