会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
朗个里个浪
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
下一页
2021年2月24日
curl出错443
摘要: curl -sSL https://bit.ly/2ysbOFE | bash -s 如果遇到curl: (7) Failed to connect to bit.ly port 443: Connection refused 则查找bit.ly对应的IP,在/etc/hosts里添加上。
阅读全文
posted @ 2021-02-24 15:51 langyong
阅读(1653)
评论(0)
推荐(0)
2020年12月22日
用remastersys打包ubuntu系统为可用于安装的iso文件
摘要: 0.准备好打包工具 remastersys_3.0.4-2_all.deb 网上的一个链接:http://pan.baidu.com/s/1i3tYPKT 密码:qvyd 1.强制安装 sudo dpkg --force-all -i remastersys_3.0.4-2_all.deb rema
阅读全文
posted @ 2020-12-22 09:11 langyong
阅读(37)
评论(0)
推荐(0)
2020年11月25日
libopencv_core.so.2.4: cannot open shared object file: No such file or directory)
摘要: just open file called /etc/ld.so.conf.d/opencv.conf, then insert /usr/local/opencv/ then type: sudo ldconfig
阅读全文
posted @ 2020-11-25 18:29 langyong
阅读(794)
评论(0)
推荐(0)
pip下载使用清华源
摘要: -i https://pypi.tuna.tsinghua.edu.cn/simple
阅读全文
posted @ 2020-11-25 16:25 langyong
阅读(358)
评论(0)
推荐(0)
yolov3_weights下载
摘要: 参考:https://blog.csdn.net/qq_40902709/article/details/110120200 https://pan.baidu.com/s/1ANoo-OHq30D5lpRptYqEHQ 8pz7
阅读全文
posted @ 2020-11-25 16:24 langyong
阅读(1804)
评论(0)
推荐(0)
2020年11月23日
ubuntu18换源
摘要: sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak sudo gedit /etc/apt/sources.list # 阿里源 deb http://mirrors.aliyun.com/ubuntu/ bionic main restr
阅读全文
posted @ 2020-11-23 10:11 langyong
阅读(903)
评论(0)
推荐(0)
2020年11月22日
ubuntu添加拼音输入法sunpinyin
摘要: 1.System Settings–>Language Support–>Install/Remove Languages(chinese simplefied) 注销一下,重新登陆 2.安装ibus sudo apt-get install ibus ibus-clutter ibus-gtk i
阅读全文
posted @ 2020-11-22 16:35 langyong
阅读(670)
评论(0)
推荐(0)
2020年11月15日
corb-slam安装教程
摘要: 0.requirements ubuntu 14.04 ROS indigo ORBSLAM2 1.0.0 boost 1.安装ubuntu14.04 2.安装ros indigo http://wiki.ros.org/indigo/Installation/Ubuntu 3.安装ORBSLAM2
阅读全文
posted @ 2020-11-15 21:20 langyong
阅读(429)
评论(0)
推荐(0)
2020年11月14日
杀死ros node
摘要: 1.杀死指定节点 rosnode kill /node_name 2.根据关键字杀死节点 os.system("rosnode kill $(rosnode list) | grep 关键字")
阅读全文
posted @ 2020-11-14 20:51 langyong
阅读(2532)
评论(0)
推荐(0)
shell脚本中打开新终端,新tab
摘要: 参考:https://blog.csdn.net/Alone121/article/details/84143319 1.设置标题 gnome-terminal --title="new title" 2.打开多个终端,多个tab gnome-terminal --window --window #
阅读全文
posted @ 2020-11-14 10:43 langyong
阅读(6781)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
下一页
公告