• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






泽兵

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页

2019年6月17日

SSH远程登录出现 WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 解决办法
摘要: ssh-keygen -f "/root/.ssh/known_hosts" -R 172.21.136.107 ssh username@172.21.136.107 if 出现 permission denied please try again. ssh 要修改root的ssh权限,即修改 / 阅读全文
posted @ 2019-06-17 10:24 兵航 阅读(4182) 评论(0) 推荐(0)
 

2019年6月11日

kernel offset disabled qemu ubuntu
摘要: https://unix.stackexchange.com/questions/117041/running-kernel-on-qemu 阅读全文
posted @ 2019-06-11 10:24 兵航 阅读(2245) 评论(0) 推荐(0)
 

2019年6月10日

"Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel". Stop.
摘要: Ubuntu: apt install libelf-dev apt install libssl-dev CentOS: yum install elfutils-libelf-devel 阅读全文
posted @ 2019-06-10 19:55 兵航 阅读(10630) 评论(0) 推荐(0)
 

2019年6月4日

Ubuntu交叉编译arm的Linux内核
摘要: 下载 arm-linux-gcc-5.4.0.tar 链接:https://pan.baidu.com/s/1Xp7HJWv_BWMeeoHB0Rbhaw 提取码:l0wt 解压并在 /etc/profile 中最后一行添加路径 : export PATH=$PATH:/home/ubt/arm/5 阅读全文
posted @ 2019-06-04 21:01 兵航 阅读(1557) 评论(0) 推荐(0)
 
Ubuntu网络配置
摘要: https://www.jianshu.com/p/ea4bca38e5d7 阅读全文
posted @ 2019-06-04 19:24 兵航 阅读(166) 评论(0) 推荐(0)
 

2019年5月31日

python中super()解析
摘要: http://funhacks.net/explore-python/Class/super.html 阅读全文
posted @ 2019-05-31 20:23 兵航 阅读(152) 评论(0) 推荐(0)
 

2019年5月30日

C++中map和pair
摘要: https://blog.csdn.net/daaikuaichuan/article/details/79475973 阅读全文
posted @ 2019-05-30 17:08 兵航 阅读(1060) 评论(0) 推荐(0)
 

2019年5月25日

结构指针
摘要: 和数组不同,结构变量的名字并不是结构变量的地址,必须使⽤&运算符 阅读全文
posted @ 2019-05-25 11:04 兵航 阅读(145) 评论(0) 推荐(0)
 

2019年5月22日

Ubuntu16.04安装caffe
摘要: https://github.com/BVLC/caffe/wiki/Ubuntu-16.04-or-15.10-Installation-Guide https://github.com/BVLC/caffe/issues/4843 https://github.com/dungba88/caff 阅读全文
posted @ 2019-05-22 14:16 兵航 阅读(110) 评论(0) 推荐(0)
 
Ubuntu全盘备份与恢复,亲自总结,实测可靠
摘要: https://blog.csdn.net/sinat_27554409/article/details/78227496 阅读全文
posted @ 2019-05-22 10:36 兵航 阅读(554) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 9 ··· 15 下一页