One for all,all for one.
2016年3月10日 星期四
Requirement.parse('cairocffi>=0.7')
›
# pip install --upgrade cairocffi
2016年3月6日 星期日
WProgram.h: No such file or directory
›
1. change "WProgram.h" to "Arduino.h" 2. #if ARDUINO >= 100 #include "Arduino.h" #else #include ...
2016年2月23日 星期二
mplayer play speed
›
$ mplayer file.mpg -speed 0.1 --speed= 0.5 = 0.5x 1 = original 10 = 10x References : [MPlayer-users] slowing down a video clip ...
SSH no matching host key type found. Their offer: ssh-dss
›
$ ssh -p 1234 -oHostKeyAlgorithms=+ssh-dss -oPubKeyAcceptedKeyTypes=+dsa root@192.168.1.1 References : OpenSSH7 Unable to negotiate ...
2016年2月22日 星期一
Debian Hotplugged Network Interface
›
# vi /etc/network/interfaces allow-hotplug usb0 auto usb0 iface usb0 inet dhcp
2016年2月11日 星期四
Weewx Raw/LOOP Data Plugin (raw.py)
›
Copy the extra/plugins/weewx/raw.py file into $WEEWX_HOME/bin/user/ vi weewx.conf [Databases] [[raw_mysql]] database_name = we...
2016年1月14日 星期四
configure: error: no libevent found
›
# apt-get install libevent-dev
‹
›
首頁
查看網路版