Run nextcloud on docker
docker run -d --name nextcloud -p 8080:80 --restart=always\ -v nextcloud_html:/var/www/html \ -v nextcloud_apps:/var/www/html/custom_apps \ -v nextcloud_config:/var/www/html/c…
thumbnail
使用树莓派搭建RAID磁盘阵列
最近一直想整一个磁盘阵列,然后看见角落里吃灰的树莓派,看着4个空空的USB口有点感慨,于是就突发奇想着在树莓派上用4个U盘来做磁盘阵列 这里我选用的是台电很便宜的64G U盘,淘宝上25块就能弄到一个,我买了4个(反正U盘坏了也可以保修) 磁盘阵列最大的好处就是某个设备坏了数据不会丢失,替换损坏的设备就可以继续正常使用 在多次测试后我最终选择了比较…
thumbnail
CentOS7使用GCSF挂载Google Drive到本地目录
网上挂载Google Drive一般都是使用rclone,但这个方法有许多局限性(比如使用filerun无法识别),于是我就找到了一个它的替代方案:GCSF,据说比google-drive-ocamlfuse快4-7倍。这里就说一下在CentOS7下如何安装GCSF来挂载Google Drive到本地目录。 GCSF项目地址:https://git…
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…