Ubentu和ROS一些实用但是很容易忘掉的命令行

Linux常用的命令

查看Ubentu当前版本:lsb_release -a

查看虚拟机的IP地址:ifconfig -a

检查显卡是否支持GPU运算:ubuntu-drivers devices

删除命令:rm

强制删除命令不提示:rm-rf

批量删除:rm-rf *.whl(. + 文件后缀名)

pip临时换源:

pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple

上一篇:Unity3D Drag and Drop


下一篇:ROS学习笔记(三)——ROS的简单了解