文章目录
配置环境变量导致:由于/usr/bin 不在PATH 环境变量中,故无法找到该命令。
https://blog.youkuaiyun.com/qq_45461784/article/details/99573110?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param&depth_1-utm_source=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel_param
ssh配置仍需要密码
文件权限问题
参考:https://blog.youkuaiyun.com/shi_xin/article/details/81392033
删除用户:进入root模式,userdel 用户名
kill -9 进程号:强制杀死进程
彻底删除软件及其配置文件,以重新下载
apt-get remove xxx
dpkg -P xxx
apt-get install xxx
实验踩坑
1.报错:对pthread_create未定义的引用
方案: Gcc -o 文件名 文件 -lpthread
2.报错:makefile:2: *** missing separator. Stop. make 之后出现的错误,
解决方法:在gcc -o hello helloword.c前面用TAB键,而不是空格空格空格….
参考:https://www.nowcoder.com/discuss/463682
未解决:
Ubuntu 16.04 unknown display 更改分辨率失败
xrandr 显示当前分辨率(加*的)