
ubuntu
屋顶数☆☆
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu16.04wifi连接问题
笔者为联想R720电脑,经过弯路绕绕最终连接上了WIFI输入命令查看:rfkill list all结果如下0:ideapad_wlan: Wireless LANSoft blocked: noHard blocked:yes1:ideapad_bluetooth: BluetoothSoft blocked: noHard blocked: yes2:phy0: Wire...原创 2019-05-26 01:44:26 · 246 阅读 · 0 评论 -
ubuntu未找到命令
export PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin这样所有的命令就都回来了,如果以前配置了比如JDK的环境变量,可以再看下环境变量回来没:echo $PATHconda:未找到命令export PATH=~/anaconda3/bin:$PATH参考:https://blog.csdn....转载 2019-05-30 16:15:28 · 3721 阅读 · 0 评论 -
ubuntu 编译时候对pthread_creat未定义
按照如下指令gcc编译时候出现如下错误$ gcc daima.c -o out/tmp/ccv054QI.o:在函数‘main’中:daima.c:(.text+0x175):对‘pthread_create’未定义的引用daima.c:(.text+0x190):对‘pthread_create’未定义的引用daima.c:(.text+0x1a1):对‘pthread_join’未定...原创 2019-06-03 09:28:16 · 856 阅读 · 0 评论 -
ubuntu16.04打开ipynb文件
在命令行输入如下发现没有安装,用sudo命令安装fyx@fyx-pc:~$ ipython notebookCould not start notebook. Please install ipython-notebookfyx@fyx-pc:~$ sudo apt-get install ipython-notebook下载安装完成后在终端输入ipython noteboo...原创 2019-06-04 18:18:30 · 3417 阅读 · 0 评论