分类: 我的草稿箱

25 篇文章

Useful commands in Linux
Reset IP address ip addr flush dev eth0 Reset system env export PATH=/usr/sbin:/bin:/usr/local/sbin:/usr/local/share/bin:$PATH Set the hardware clock from the current system t…
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…