摘要: #更新 sudo apt-get update & upgrade -y #安装相关组件 sudo apt-get install nfdump php7.3 rrdtool librrdtool-oo-perl libmailtools-perl libsocket-perl libsocket6 阅读全文
posted @ 2020-08-05 13:23 GarfieldLoveCoffe 阅读(755) 评论(0) 推荐(0)
摘要: 1 # Add the release PGP keys: 2 curl -s https://syncthing.net/release-key.txt | sudo apt-key add - 3 4 # Add the "stable" channel to your APT sources: 阅读全文
posted @ 2020-08-02 22:34 GarfieldLoveCoffe 阅读(187) 评论(0) 推荐(0)
摘要: wget -qO - http://www.webmin.com/jcameron-key.asc | sudo apt-key add - sudo sh -c 'echo "deb http://download.webmin.com/download/repository sarge cont 阅读全文
posted @ 2020-08-02 21:28 GarfieldLoveCoffe 阅读(152) 评论(0) 推荐(0)
摘要: 1. 用电吹风将头部固定环加热,软化后用撬棒剥离,网上说的用热水加热的效果不好 2. 将刷柄放在充电座上,旋转刷柄拧开底部盖子,拔出刷柄底部大密封套,拉出刷柄内主机 3. 用电烙铁分离电池正负极在主板上连接点,替换电池,重新焊接 4. 充电测试,装回主机,头部小塑料圈同样用电吹风机加热后套回 阅读全文
posted @ 2019-10-14 11:09 GarfieldLoveCoffe 阅读(4152) 评论(0) 推荐(0)
摘要: MacBook Pro 2017 无Bar (A1708) 在用USB C口给iPad充电时,突然系统重启,随后USB C口失效,另一个USB C口正常。 尝试重置系统管理控制器,故障解决。 以下为官方操作:https://support.apple.com/en-us/HT201295 How t 阅读全文
posted @ 2019-07-02 09:32 GarfieldLoveCoffe 阅读(1009) 评论(0) 推荐(0)
摘要: # install necessary package first sudo apt-get install apt-transport-https ca-certificates # add release pgp keys curl -s https://syncthing.net/release-key.txt | sudo apt-key add - # add stable ch... 阅读全文
posted @ 2019-03-10 18:08 GarfieldLoveCoffe 阅读(630) 评论(0) 推荐(0)
摘要: 全新安装完毕xigmanas,在virtualization中启用virtualbox,打开phpvirtualbox后报错,无法连接服务器。查看vbox日志,发现有如下错误: 随下载VBoxGuestAdditions.ISO放入在virtualbox设定的文件夹,重启服务器,问题解决。 对应版本 阅读全文
posted @ 2019-02-11 09:54 GarfieldLoveCoffe 阅读(787) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Ru... 阅读全文
posted @ 2019-01-25 13:58 GarfieldLoveCoffe 阅读(634) 评论(0) 推荐(0)
摘要: 有台NAS,不支持wake-on-lan(wol)启动,用arduino进行改造。 使用EtherCard-master库(https://github.com/njh/EtherCard),并修改使其支持wol接收(非UDP包) enc28j60.cpp: net.h: tcpip.cpp: WO 阅读全文
posted @ 2018-10-23 09:20 GarfieldLoveCoffe 阅读(688) 评论(0) 推荐(0)
摘要: 配合scheduler定期执行 阅读全文
posted @ 2018-09-17 09:57 GarfieldLoveCoffe 阅读(1033) 评论(0) 推荐(0)