网上挂载Google Drive一般都是使用rclone,但这个方法有许多局限性(比如使用filerun无法识别),于是我就找到了一个它的替代方案:GCSF,据说比google-drive-ocamlfuse快4-7倍。这里就说一下在CentOS7下如何安装GCSF来挂载Google Drive到本地目录。 GCSF项目地址:https://git…
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…
Update kernel Install ELRepo Repository rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org rpm -Uvh https://www.elrepo.org/elrepo-release-7.0-3.el7.elrepo.noarch.rpm I…
Install Install MateDesktop VNC and xrdp apt-get install ubuntu-mate-core ubuntu-mate-desktop -y apt-get install tightvncserver -y apt-get install xrdp -y Setting xrdp echo ma…
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…
Install KODI and addon sudo apt install kodi kodi-peripheral-joystick kodi-inputstream-rtmp kodi-inputstream-adaptive kodi-visualization-shadertoy kodi-visualization-waveform …
Clone Driver git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git cd rtl8812AU_8821AU_linux Install DKMS and Kernel headers sudo apt install dkms raspberrypi-ke…