Linux
Hi_Panda_CRL
这个作者很懒,什么都没留下…
展开
-
CV开发环境配置(Ubuntu)
opencv和python安装:https://help.ubuntu.com/community/OpenCV?_ga=1.94618655.2009436890.1442748723原创 2015-12-29 20:55:01 · 1121 阅读 · 0 评论 -
ubuntu重新安装所有的package
sudo apt-get install -fsudo dpkg --configure -asudo apt-get cleansudo apt-get update原创 2016-01-18 20:39:32 · 1449 阅读 · 0 评论 -
ubuntu常见问题
1、安装好ubuntu后首先进行upgradesudo apt-get update && sudo apt-get upgrade原创 2015-12-10 20:47:15 · 520 阅读 · 0 评论 -
Ubuntu Linux 环境变量PATH设置
Ubuntu Linux系统环境变量配置文件: /etc/profile : 在登录时,操作系统定制用户环境时使用的第一个文件 ,此文件为系统的每个用户设置环境信息,当用户第一次登录时,该文件被执行。 /etc /environment : 在登录时操作系统使用的第二个文件, 系统在读取你自己的profile前,设置环境文件的环境变量。 ~/.profile : 在登转载 2015-12-21 17:26:51 · 598 阅读 · 0 评论 -
ubuntu install octave
$ sudo apt-get install octave gnuplot原创 2016-01-06 18:53:57 · 605 阅读 · 0 评论 -
Linux常见问题
sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so.8 /usr/lib/x86_64-linux-gnu/libjpeg.so.62原创 2015-11-22 18:59:23 · 650 阅读 · 0 评论 -
shell常用操作
1.查找字符串grep -rn "hello,world!" *原创 2016-05-23 11:11:48 · 428 阅读 · 0 评论 -
Add sudo authority
12原创 2017-04-09 09:10:22 · 865 阅读 · 0 评论 -
Caffe GNU error
*** Aborted at 1491880114 (unix time) try "date -d @1491880114" if you are using GNU date ***PC: @ 0x7fefd5f82cde (unknown)*** SIGSEGV (@0x0) received by PID 2769 (TID 0x7fefea08ca40) from PID 0;原创 2017-04-11 11:11:35 · 1265 阅读 · 2 评论