ubuntu
BetterEthan
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
conda 命令
列出当前存在的环境conda env list创建虚拟环境conda create -n my_py_env python=3.6.2conda env create -f environment.yml 删除环境conda remove -n my_py_env --all原创 2022-01-07 16:41:55 · 953 阅读 · 0 评论 -
网线链接手动ip设置注意事项
ubuntu设置信息windows设置信息:默认网关:192.168.1.1子网掩码:192.168.1.1首选DNS:8.8.8.8 / 114.114.114.114ubuntu ping windows不通,反之可以那么可能是windows防火墙未关闭原创 2021-12-03 09:26:16 · 2026 阅读 · 0 评论 -
Jetson Xavier NX/AGX Realsense D435i
1,Realsense sdk安装GitHub - jetsonhacks/installRealSenseSDK: Install the Intel RealSense SDK on the NVIDIA Jetson Development Kitshttps://github.com/jetsonhacks/installRealSenseSDK2. realsense_ros包下载https://github.com/IntelRealSense/realsense-ros.原创 2021-11-19 13:57:59 · 775 阅读 · 0 评论 -
windows 安装 pytorch
1. 安装Anaconda2.添加清华镜像conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/conda config --set show_channel_urls yes3.创立环境(关闭VPN)原创 2021-08-23 09:56:42 · 175 阅读 · 0 评论 -
An unexpected error has occurred. Conda has prepared the above report.
注意是否关闭VPN原创 2021-08-23 09:23:50 · 281 阅读 · 0 评论 -
暗夜精灵6-ubuntu18.04-显卡驱动
直接安装ubuntu18.04困难-先安装16.04再升级更好 安装好系统后,wifi不好使,需要升级内核,我的升级版本为5.6。5.6(5.6.0)才能保证wifi驱动的同时,能安装上2070的显卡驱动。https://blog.youkuaiyun.com/ly869915532/article/details/107571513...原创 2020-09-11 17:14:00 · 1025 阅读 · 0 评论 -
C++关于srand函数使用时间作为种子仍然得到相同数字
例如上面所示,将srand()函数放在for循环里面,每次rand()生成的随机数都是一样的,这并是因为计算机运行很快,造成每次time产生的种子都是一样的(time的时间精度较低,只有55ms),所以得到的随机数也是一样的,所以要把srand()放在循环外面.作者:myleosu链接:https://www.jianshu.com/p/1fd47704d8af来源:简书著作权归作者所...原创 2020-01-25 15:13:56 · 2397 阅读 · 0 评论 -
c++ ubuntu中代码时间测试
#include<sys/time.h>#include<unistd.h>cout<<" TimeStart"<<endl;//时间测量struct timeval tstart,tend;double timeUsed;gettimeofday(&tstart,NULL);/*待测试代码*/ /* CODE ...原创 2020-01-20 08:39:58 · 896 阅读 · 0 评论 -
GitLab操作命令
Command line instructionsYou can also upload existing files from your computer using the instructions below.Git global setupgit config --global user.name "BetterEthan"git config --global user.em...原创 2019-12-31 14:56:25 · 250 阅读 · 0 评论 -
gitlab操作指令
Command line instructionsYou can also upload existing files from your computer using the instructions below.Git global setupgit config --global user.name "BetterEthan"git config --global user.em...原创 2019-07-27 10:36:32 · 474 阅读 · 0 评论 -
t 'gazebo_ros_control' 'manipulation_msgs'.
Could not find the required component 'gazebo_ros_control'sudo apt-get install ros-kinetic-ros-control ros-kinetic-ros-controllerssudo apt-get install ros-kinetic-gazebo-ros-pkgs ros-kinetic-gazebo...原创 2019-07-25 20:10:35 · 434 阅读 · 0 评论 -
Unable to fetch some archives, maybe run apt-get update or try with --fix-mi
在sudo apt-get update的时候会报错。。执行sudo apt-get clean cd /var/lib/apt sudo mv lists lists.old sudo mkdir -p lists/partial sudo apt-get clean sudo apt-get update然后update后就正常运行了htt...原创 2019-07-25 17:18:28 · 15330 阅读 · 4 评论 -
在Ubuntu16.04_ROS_kinetic上安装kinect2的驱动和bridge
官方文档:libfreenect2:https://github.com/OpenKinect/libfreenect2iai_kinect2:https://github.com/code-iai/iai_kinect2#opencl-with-amdlibfreenect2下载文件git clone https://github.com/OpenKinect/libfr...原创 2018-08-10 08:15:52 · 680 阅读 · 0 评论 -
ubuntu beyond compare安装
安装wget http://www.scootersoftware.com/bcompare-4.2.9.23626_amd64.debsudo apt-get updatesudo apt-get install gdebi-coresudo gdebi bcompare-4.2.9.23626_amd64.deb卸载sudo apt-get remove bcompare...原创 2019-04-17 16:55:53 · 575 阅读 · 0 评论 -
Ubuntu 16.04安装搜狗输入法
http://blog.topspeedsnail.com/archives/6955原创 2018-08-09 10:31:42 · 247 阅读 · 0 评论 -
Ubuntu 16.04+ 显卡驱动 + CUDA 9.1安装 + ZED SDK测试
由于zed摄像头需要支持cuda的显卡,所以我们需要对我们系统配置cuda toolkit。安装依赖包sudo apt-get install libprotobuf-dev libleveldb-dev libsnappy-dev libopencv-dev libhdf5-serial-dev protobuf-compiler sudo apt-get install --no...原创 2018-08-09 12:17:14 · 3460 阅读 · 0 评论
分享