-
Xively与树莓派监控温度与湿度
Jul 14, 2015
进入https://www.xively.com/注册登录 添加设备(Add Device) 在Development Devices页面点击Add Device添加设备 …
stuffLinuxRaspberry Piraspi树莓派Humidity传感器湿度温度XivelyJSONSeneor物联网Temperature
-
使用Replace Pioneer按行分割文本
Jul 10, 2015
Replace Pioneer下载地址 http://www.mind-pioneer.com/replace/Download.html 安装后打开,Ctrl+O加载文本文件 File -> Save As -> Save to files–split by lines/chars/bytes 然后选择分割方式,注意批量命名的 # 的个数
-
V版本iPhone5C开启中国电信4G
Jul 10, 2015
首先,使用太极越狱将手机越狱 http://www.taig.com/ 在Cydia中添加http://apt.chinasnow.net源,搜索安装CommCenter patch for ios8 设置iTunes可以刷入运营商文件(.ipcc) …
-
将域名从Godaddy转移到万网
Jul 07, 2015
准备将ltecn.com从Godaddy转到万网 首先在Godaddy的域名管理中,将域名解锁,将Lock状态设置为Off 然后你会收到一封标题为Domain Status Notification的邮件,提醒你域名状态已经修改为Unlocked …
-
Typecho主题Limits
Jul 02, 2015
又造了个简单成马咧的主题,分享给大家! 说明 评论采用多说,请自行替换comments.php内容 没有页面导航,因此请在设置-阅读中,将每页文章数目设大一些(例如:999) 预览图: …
-
树莓派连接DHT11采集温度与湿度
Jun 21, 2015
20250125更新: Release 3.12已发布https://github.com/WiringPi/WiringPi/releases 国内下载地址 wiringpi_3.12_armhf.deb (访问密码: 3705) wiringpi_3.12_arm64.deb (访问密码: 3705) WiringPi-3.12.zip (访问密码: 3705) DHT11介绍 DHT11是一款有已校准数字信号输出的温湿度传感器。 精度湿度+-5%RH, 温度+-2℃,量程湿度20-90%RH, 温度0~50℃。 …
-
Ubuntu下安装Ghost博客系统
Jun 06, 2015
安装Nodejs sudo add-apt-repository ppa:chris-lea/node.js sudo apt-get update sudo apt-get install nodejs 检查是否安装成功 root@hkvps:~# node -v v0.10.37 root@hkvps:~# npm -v 1.4.28 安装Ghost Ghost下载地址https://ghost.org/download/ wget https://ghost.org/zip/ghost-0.6.4.zip unzip ghost-0.6.4.zip -d ghost cd ghost npm install --production 运行Ghost npm start 可以通过127.0.0.1:2368来访问 …
-
Nginx配置SSL证书
May 25, 2015
申请Wosign免费SSL证书 申请地址: https://www.wosign.com/products/free_ssl.htm 申请成功后,收到类似于aquan.me_sha256_cn.zip的文件,解压后包含如下文件 for Apache.zip for IIS.zip for Nginx.zip for Other Server.zip for Tomcat.zip 其中for Nginx.zip中包含如下两个文件,将其上传到VPS自定义位置。 …
-
Typecho主题Read
May 21, 2015
闲暇时参考http://www.yinwang.org/修改制作了一个Typecho主题,命名为Read,分享给大家! …
-
Linux下安装最新版golang
May 11, 2015
ubuntu中可以使用apt-get install golang来安装go,但是版本稍旧 如果需要安装最新版的golang,那就得自己动手咧 安装golang 从官网下载最新版,手动安装 …