会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Dream_2017
博客园
首页
新随笔
联系
订阅
管理
2018年10月11日
Ubuntu自带的软件制作U盘启动盘
摘要: ubuntu下有两个方法: 1. 每次都忘记名字,记录一下,使用Startup Disk Creator软件。 2. 使用dd 命令, 下载iso镜像, 把U盘插入系统,U文件要备份,找到U盘挂载节点,例如我的/dev/sdc (注意千万不要搞错,要不可能把其它硬盘文件擦掉了) dd if=Ubun
阅读全文
posted @ 2018-10-11 13:54 Dream_2017
阅读(9036)
评论(0)
推荐(0)
2018年9月25日
beyond
摘要: 1. Beyond Compare 下载与安装(linux与windows均可) http://www.scootersoftware.com/download.php http://www.scootersoftware.com/download.php?zz=kb_linux_install 2
阅读全文
posted @ 2018-09-25 10:18 Dream_2017
阅读(281)
评论(0)
推荐(0)
2018年8月19日
树莓派 GPIO 控制
摘要: Raspberr Pi 官方提供了GPIO的usage,具体位置 https://www.raspberrypi.org/documentation/usage/gpio/ 这里整理了一下使用c语言做开发的实际例子。 常用开源工程简介 树莓派内核中已经编译自带了 gpio 的驱动,我们常通过一些第三
阅读全文
posted @ 2018-08-19 17:34 Dream_2017
阅读(1131)
评论(0)
推荐(0)
2018年8月18日
Docker 常用命令
摘要: 1. Docker 的安装(ubuntu) 2. Docker Hub 3. 镜像仓库操作 3.1 docker pull : 从镜像仓库中拉取或者更新指定镜像 3.2 docker image ls 列出仓库中所有镜像 pi@raspberrypi:~ $ sudo docker image ls
阅读全文
posted @ 2018-08-18 17:13 Dream_2017
阅读(265)
评论(0)
推荐(0)
Installation Home Assistant on Docker
摘要: docker 是个好东西,想着Raspbian 是基于 Debian的系统,那定然是支持 docker的。 而有了docker,再raspberry pi上安装 Home Assistant就有了一种极其简单的方法。 1. 在Raspberry Pi 上安装docker 参考:https://www
阅读全文
posted @ 2018-08-18 15:42 Dream_2017
阅读(2668)
评论(0)
推荐(0)
2018年8月15日
Raspberry Pi 上安装 Home Assistant
摘要: 参考1: https://www.home-assistant.io/docs/installation/virtualenv/ 参考2: https://www.home-assistant.io/docs/installation/raspberry-pi/ 硬件环境:raspberry 3B+
阅读全文
posted @ 2018-08-15 20:37 Dream_2017
阅读(311)
评论(0)
推荐(0)
2018年8月14日
在raspberry pi 上安装 homebridge
摘要: 1. 参考 https://bbs.feng.com/read-htm-tid-11483485.html 2. 参考 https://github.com/nfarina/homebridge/wiki/Running-HomeBridge-on-a-Raspberry-Pi 3. 参考 http
阅读全文
posted @ 2018-08-14 17:49 Dream_2017
阅读(410)
评论(0)
推荐(0)
2018年8月13日
使用设备的usb接口进行串口的输出
摘要: 需求: 1. 现有开发板只支持串口输出,但是现有串口是调试用的, 使用起来及其不方便,特别是对非专业人员来说,更不容易。 2. 现在已知该开发板有usb接口,想利用usb接口作为串口输出用。 所需测试环境: 1. 一根两头都有usb-to-serial芯片的串口线设备 2. linux下的串口终端工
阅读全文
posted @ 2018-08-13 20:19 Dream_2017
阅读(2625)
评论(0)
推荐(0)
公告