
linux
熟练工
这个作者很懒,什么都没留下…
展开
-
ubuntu16.04 env build
// must , otherwise the python install failedsudo apt-get install zlib1g-devubuntu16.04如何正确安装python3.6.5? - 知乎install cmakesudo apt install libssl-devVim安装YouCompleteMe汇总_jilong407的博客-优快云博客install gccVim安装YouCompleteMe汇总_jilong407的博客-C..原创 2021-10-19 14:00:47 · 135 阅读 · 0 评论 -
UDPNM 以太网网络管理
软件逻辑相对清晰,需要仔细阅读该图详解UDPNM测试 - 知乎硬件上需要满足可以通过以太网唤醒可以查阅相关供应商PHY data sheet :Low power signal detect(LPSD)我们通常在做以太网唤醒时,需要设计LPSD,软件上需要通过udp广播报文...原创 2021-10-19 09:17:03 · 2906 阅读 · 0 评论 -
linux进程启动耗时以及先后顺序
systemd-analyze blame // 列举出每个服务的启动耗时systemd-analyze plot > bootup.svg //图形化展示启动耗时原创 2021-10-13 14:31:31 · 216 阅读 · 0 评论 -
Could NOT find Boost (missing: Boost_INCLUDE_DIR log log_setup system thread)
CMake Error at /usr/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Boost (missing: Boost_INCLUDE_DIR log log_setup system thread)cmake .. -DBoost_DEBUG=ONif you using the cross compile evn, pl...原创 2021-10-12 15:10:34 · 5398 阅读 · 1 评论 -
Git初始化以及相关命令使用
创建自己的ssh密钥ssh-keygen -t rsa -b 4096 -C "long.ji@nio.com"执行命令之后会生成密钥和公钥Your identification has been saved in /home/yourself/.ssh/id_rsa.Your public key has been saved in /home/yourself/.ssh/id_rsa.pub.复制公钥,并保存在github账号设置里面User Setting -&g...原创 2021-10-09 14:28:18 · 88 阅读 · 0 评论 -
Vim Ack搜索技巧
直接上干货:GuideMan Page全字匹配搜索:Ack -w 200 (全字匹配搜索200)原创 2021-10-02 17:53:57 · 250 阅读 · 0 评论 -
[syslog-ng] error: skipping "folder/syslog" because parent directory has insecure permissions
Logrotate 执行失败Log :error: skipping "/user/log/syslog" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive in config...原创 2019-09-12 16:14:29 · 1904 阅读 · 0 评论