上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
摘要: 如在uEnv.txt中, uboot中: include/configs/am43xx_evm.h 阅读全文
posted @ 2017-11-06 13:30 aaronGao 阅读(489) 评论(0) 推荐(0)
摘要: #git 如何实现vimdiffgit config --global diff.tool vimdiff git config --global difftool.prompt false git config --global alias.d difftool 然后使用 git d 打开对比代码 阅读全文
posted @ 2017-11-06 11:37 aaronGao 阅读(2841) 评论(0) 推荐(0)
摘要: 转自:http://blog.csdn.net/giantpoplar/article/details/47657303 前面说到的进程间的通信,所通信的进程都是在同一台计算机上的,而使用socket进行通信的进程可以是同一台计算机的进程,也是可以是通过网络连接起来的不同计算机上的进程。通常我们使用 阅读全文
posted @ 2017-11-02 14:11 aaronGao 阅读(14962) 评论(2) 推荐(2)
摘要: 两台机器公用键盘鼠标 如果是Linux: 下载synergy相关的deb包,然后 阅读全文
posted @ 2017-11-01 10:12 aaronGao 阅读(241) 评论(0) 推荐(0)
摘要: 1. 如果设置为非block模式: open(device, O_RDWR | O_NDELAY | O_NONBLOCK); 2. 如果设置为block模式,且读固定字节数返回则termios.c_cc[VTIME]=0, termios.c_cc[VMIN]=nbytes. 且open设备设置为 阅读全文
posted @ 2017-10-29 22:21 aaronGao 阅读(840) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/Genesis-007/p/5219960.html 查看系统安装了哪些deb包: dpkg -l 打包: dpkg -b dir result.deb 安装: dpkg -i result.deb 版本升级: control中Package修改版 阅读全文
posted @ 2017-10-28 16:53 aaronGao 阅读(2788) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/jiu0821/p/5999566.html Debian的时区配置 一. 修改时区 1. 查看当前时区 命令 : "date -R" 2. 修改设置Linux服务器时区方法 A命令 : "tzselect" 方法 B 仅限于RedHat Linu 阅读全文
posted @ 2017-10-25 21:41 aaronGao 阅读(4879) 评论(0) 推荐(0)
摘要: 在uboot阶段power down掉phy芯片 mdio为uboot支持命令 7:phy芯片地址 0:phy芯片工作模式寄存器地址 0x800: 寄存器的11bit置高为power down模式 阅读全文
posted @ 2017-10-23 20:38 aaronGao 阅读(1642) 评论(0) 推荐(0)
摘要: 1. dig domain, 通过server可以查到该域名被哪个server给解析了 2. dig @dns domain 不走/etc/resolve.conf,直接走指定的dns 转自:http://www.cnblogs.com/daxian2012/archive/2013/01/10/2 阅读全文
posted @ 2017-10-20 15:39 aaronGao 阅读(2353) 评论(0) 推荐(0)
摘要: 转自:http://www.cnblogs.com/liuyou/archive/2012/07/29/2614338.html 命令和工具 # watch ntpq -p # ntpq -p, /etc/init.d/ntp status, # ntpstat # ntpdate, nptdate 阅读全文
posted @ 2017-10-20 15:19 aaronGao 阅读(13814) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页