最近一直想整一个磁盘阵列,然后看见角落里吃灰的树莓派,看着 4 个空空的 USB 口有点感慨,于是就突发奇想着在树莓派上用 4 个 U 盘来做磁盘阵列 这里我选用的是台电很便宜的 64G U 盘,淘宝上 25 块就能弄到一个,我买了 4 个(反正 U 盘坏了也可以保修) 磁盘阵列最大的好处就是某个设备坏了数据不会丢失,替换损坏的设备就可以继续正常使用 在多次测试后我最终选择了比较…
网上挂载 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 …