Ubuntu个人笔记

装机事项:

 

初次装机,要设置root密码

https://jingyan.baidu.com/article/f00622284c0716fbd3f0c8c8.html

 

vi命令

https://blog.csdn.net/xie_xiansheng/article/details/78413306

 

变更网卡名称(enp03xx修改为eth0)

https://blog.csdn.net/meiyoudao_jiushidao/article/details/70232837

 

network is not reachable

https://www.linuxidc.com/Linux/2012-02/55119.htm

 

Ubuntu实用小工具:

 

beyond compare(代码对比工具,终端deb安装方式比较靠谱)

https://blog.csdn.net/yunfeiyang62/article/details/45619127

 

shutter(截图工具,软件源安装)

https://blog.csdn.net/hanshileiai/article/details/46843713

 

teamviewer(远程控制工具,解决dpkg安装失败的问题,https://blog.csdn.net/yjt1325/article/details/79656040

 

autojump(快速跳转工具,源码安装)

https://www.jianshu.com/p/15f0ffaa88d7

 

dupeguru(清除重复文件,软件源安装)

https://linux.cn/article-4920-1.html

 

pycharm(个人比较喜欢的一款编译器,终端tar.gz安装方式比较靠谱)

https://blog.csdn.net/csdn4210/article/details/82382060

 

sublime(轻量化编辑器,用的不太多,软件源安装)

https://blog.csdn.net/u013491946/article/details/77662860

 

vscode(同事推荐的轻量化编辑器,没用过,终端deb安装方式)

https://www.jianshu.com/p/ed27070e1846

 

tree(文件结构树状图,终端tgz安装方式)

https://blog.csdn.net/lvluobo/article/details/81877614

 

fcitx(安装搜狗输入法的前奏,apt-get安装)

http://blog.sina.com.cn/s/blog_14efd1f790102x6to.html

 

sogoupinyin(Ubuntu一定要英文版,所以就要装中文输入法。在输入法选择,搜索sogou的时候,记得反选取消只显示当前语言box)

http://baijiahao.baidu.com/s?id=1596793323914694920&wfr=spider&for=pc

https://blog.csdn.net/areigninhell/article/details/79696751

 

screen(后台运行,保证模型不会因为停电被打断。一定要sudo apt-get安装)

https://blog.csdn.net/Cheese_pop/article/details/78475013

 

ssh(登录服务器,sudo apt-get安装)

https://jingyan.baidu.com/article/9c69d48fb9fd7b13c8024e6b.html

 

Ubuntu基本操作:

Ubuntu换源(上手第一步)

https://blog.csdn.net/qq_35451572/article/details/79516563

 

torch1.1.0(mmdet环境),

 

深度学习相关:

 

基本环境搭建(cuda,cudnn,nvidia,tensorflow1.11.0)

https://blog.csdn.net/henghen9943/article/details/84982376


安装显卡驱动后,循环登陆

https://blog.csdn.net/wang_ys121/article/details/82881716

 

安装显卡驱动后,显示内容变大(解决分辨率变低的问题),直接修改xorg.conf

https://blog.csdn.net/yinxingtianxia/article/details/82503388

 

anaconda(自动集成jupyter notebook)

bash ./Anacondaxxx

 

深度学习框架搭建:

PaddlePaddle(百度家,我主要拿来跑ERNIE)

paddle1.3.1(ERNIE环境), ERNIE

 

配置pytorch。使用pip默认源太慢(conda改清华源后安装会安装不匹配cuda和cudnn版本的torch,所以给pip加临时源安装即可pip install -i https://pypi.tuna.tsinghua.edu.cn/simple torch torchvision),最后torch-1.1.0 torchvision-0.3.0。

 

查看CUDNN版本

https://blog.csdn.net/baidu_32936911/article/details/79774289

Tensorflow, CUDA, CUDNN之间的版本对应关系

https://blog.csdn.net/omodao1/article/details/83241074

驱动与CUDA版本对应

https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html

深度学习硬件选购和主机组装(该系列博客很有用)

http://www.cnblogs.com/xuliangxing/p/7543977.html

深度学习配置环境

https://mp.csdn.net/postedit/84982376 (自己成功的经历)

https://www.cnblogs.com/xuliangxing/p/7575586.html

https://blog.csdn.net/qq_35976351/article/details/79325476

https://medium.com/@vitali.usau/install-cuda-10-0-cudnn-7-3-and-build-tensorflow-gpu-from-source-on-ubuntu-18-04-3daf720b83fe

 

 

pip install慢,一般是源的问题

https://blog.csdn.net/sinat_29694963/article/details/79514930

https://blog.csdn.net/rytyy/article/details/78088682

https://www.cnblogs.com/mosson/p/7379854.html

https://blog.csdn.net/rongyongfeikai2/article/details/68948940

multiple pip version

https://blog.csdn.net/jningwei/article/details/78667422

 

 

pytorch

https://blog.csdn.net/cuclxt/article/details/71305222?utm_source=itdadao&utm_medium=referral

https://blog.csdn.net/xiangxianghehe/article/details/73500031

 

Ubuntu 修改DNS

http://blog.51cto.com/kurolz/1860936

Ubuntu /home空间满,买一个新硬盘挂载

http://bbs.51cto.com/thread-1114146-1-1.html

 

Ubuntu加挂硬盘

https://zhidao.baidu.com/question/1509329786129561980.html

http://blog.51cto.com/11178097/1841205  分区扩容

 

 

libreoffice

https://askubuntu.com/questions/943662/libreoffice-calc-delete-empty-rows

 

Ubuntu自带分屏

http://forum.ubuntu.org.cn/viewtopic.php?t=481884

 

tmux

https://blog.csdn.net/williamyuyuyu/article/details/79283374

 

terminator, 多teminal管理

https://blog.csdn.net/amds123/article/details/70158294

Ubuntu16.04 run方式安装显卡驱动

https://blog.csdn.net/xunan003/article/details/81665835

Ubuntu卸载或者更新了系统python之后,文件抢救不回了

https://blog.csdn.net/u014221090/article/details/73087437

Ubuntu16.04 重置密码(忘记密码)

https://blog.csdn.net/zhuifeng_tjy163163/article/details/78401162

https://jingyan.baidu.com/article/59703552bf8a4c8fc00740b3.html

 

Ubuntu安装Graphviz

https://blog.csdn.net/caiandyong/article/details/44408831

 

spyder启动黑屏

https://blog.csdn.net/wintersweetzeng/article/details/79959336

 

Linux basics

sudo su, sudo -s差异

https://blog.csdn.net/u013895853/article/details/81676379

 

挂载NTFS移动硬盘(NTFS-3G)

https://www.cnblogs.com/GJ-ios/p/6386772.html

修改权限(删除或移动带锁文件或文件夹)

https://blog.csdn.net/nocol123/article/details/70336540

mount

https://blog.csdn.net/commshare/article/details/17020041

pwd

https://www.cnblogs.com/zhwl/p/3670712.html

tar.gz

https://www.jb51.net/LINUXjishu/43356.html

删除

https://www.cnblogs.com/scplee/p/5478992.html

scp

https://www.cnblogs.com/likui360/p/6011769.html (命令详解)

https://blog.csdn.net/tianmingt/article/details/52681310

http://www.runoob.com/linux/linux-comm-scp.html

x-window and terminal switch

https://jingyan.baidu.com/article/e6c8503c447f8ce54f1a18fe.html

 

vim

https://blog.csdn.net/lanxinju/article/details/5727262

https://blog.csdn.net/xiongzhengxiang/article/details/7206691

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值