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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章