Linux汇总:http://www.javashuo.com/article/p-dojeygnv-gw.htmljavascript
Ubuntu经常使用软件安装(小集合)http://www.cnblogs.com/dunitian/p/6670560.htmlhtml
sudo apt update
sudo apt upgrade
sudo apt dist-upgradejava
sudo apt autoremove gedit
sudo apt autoremove firefox*
sudo apt autoremove ibus # 装完输入法再卸载node
sudo apt install openssh-server -ypython
deepin-terminal
mysql
sudo apt install deepin-terminal -y or sudo apt-get install tmux
sudo apt install git -ylinux
参考文章:http://www.javashuo.com/article/p-ebtdeagu-dr.htmlgit
sudo add-apt-repository ppa:a-v-shkop/chromium sudo apt-get update sudo apt-get install chromium-browser
sudo apt install filezilla -ygithub
flameshot gui
deepin-screenshot
golang
sudo apt install deepin-screenshot -y or sudo apt install flameshot -y
设置快捷键参考:(设置-设备-键盘)
http://www.javashuo.com/article/p-kyaabfmh-ky.html
添加一下源:(回车) sudo add-apt-repository ppa:peek-developers/stable 更新源: sudo apt update 安装软件: sudo apt install peek -y 设置快捷键:`Ctrl+Alt+G`
sudo apt install deepin-image-viewer -y
sudo apt-get install smplayer -y
sudo apt install rdesktop -y
sudo apt install mysql-server
sudo apt install redis-server
sudo snap install redis-desktop-manager
sudo apt install htop -y
直接用谷歌桌面快捷键
http://www.javashuo.com/article/p-beakklbd-dm.html
有须要再安装,如今基本上都是HTML5
sudo apt install flashplugin-installer
有须要再安装:
sudo apt-get install virtualbox
Ubuntu 18.04 安装Virtual Box or VMWare workstation Pro 14 https://www.cnblogs.com/dunitian/p/9125432.html
安装过程出错就使用:sudo apt install -f
而后再安装
sudo dpkg -i sogoupinyin*.deb
sudo dpkg -i foxitreader*.deb
sudo dpkg -i wps-office*.deb
sudo dpkg -i google-chrome*.deb or chromium sudo add-apt-repository ppa:a-v-shkop/chromium sudo apt-get update sudo apt-get install chromium-browser
sudo dpkg -i code*.deb
Go:Go
Python:Python
JS、CSS压缩:Minify
Git历史插件:Git History
Markdown:Markdown All in One
JetBrains快捷键:IntelliJ IDEA Keybindings
tar -zxvf Postman*.tar.gz sudo mv Postman /opt/Postman sudo cp ~/下载/desktops/postman.desktop /usr/share/applications/
参考:http://www.javashuo.com/article/p-kyaabfmh-ky.html
Anaconda3
+ VSCode Python Path Config
sudo sh Anaconda3*.sh
参考:https://www.cnblogs.com/dotnetcrazy/p/9158715.html 根据提示,添加环境变量(最新版本已经不用本身添加了) echo 'export PATH="/home/dnt/anaconda3/bin:$PATH"' >> ~/.bashrc 更新一下 source ~/.bashrc
换源:
code .condarc channels: - https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ - https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ - https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/ - https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/ - https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/ - https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ - defaults show_channel_urls: true
or
conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/main/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/conda-forge/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/msys2/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/bioconda/ conda config --add channels https://mirrors.ustc.edu.cn/anaconda/cloud/menpo/ conda config --set show_channel_urls yes
参考:https://www.cnblogs.com/dotnetcrazy/p/9095793.html pip install --user yapf pip install --user pycodestyle 安装Python代码格式化工具 "python.pythonPath": "/home/dnt/anaconda3/bin/python", // 设置Python的代码格式化 "python.formatting.provider": "yapf", // 设置Python的代码检查 "python.linting.flake8Path": "pycodestyle", "python.linting.flake8Enabled": true
生成配置文件: jupyter-notebook --generate-config 打开配置文件: code ~/.jupyter/jupyter_notebook_config.py 设置默认路径: c.NotebookApp.notebook_dir = '/home/dnt/桌面/work' https://www.cnblogs.com/dotnetcrazy/p/9552419.html
Jupyter-Notebook服务器自定义密码 http://www.cnblogs.com/dotnetcrazy/p/9824004.html 图标美化: https://www.cnblogs.com/dotnetcrazy/p/8760189.html sudo cp ~/图片/jpg/logo.png ~/anaconda3/lib/python3.7/site-packages/notebook/static/base/images/logo.png 临时远程访问:`jupyter-notebook --ip=*` https://www.cnblogs.com/dotnetcrazy/p/9552419.html
破解思路:https://www.cnblogs.com/dotnetcrazy/p/9711763.html
http://www.cnblogs.com/dotnetcrazy/p/10118756.html
sudo apt-get install nodejs npm sudo npm install -g cnpm --registry=https://registry.npm.taobao.org sudo cnpm install -g ijavascript ijsinstall
http://www.javashuo.com/article/p-qgzbfpec-dd.html
sudo apt install golang sudo apt install libzmq3-dev pkg-config go get -u github.com/gopherdata/gophernotes mkdir -p ~/.local/share/jupyter/kernels/gophernotes cp ~/go/src/github.com/gopherdata/gophernotes/kernel/* ~/.local/share/jupyter/kernels/gophernotes/ echo 'export PATH="/home/dnt/go/bin:$PATH"' >> ~/.bashrc source ~/.bashrc gophernotes
http://www.javashuo.com/article/p-gamwcnkv-em.html
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ wget -q https://packages.microsoft.com/config/ubuntu/18.04/prod.list sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list sudo apt-get install apt-transport-https sudo apt-get update #若是只是想运行netcore,那安装运行环境便可:sudo apt-get install dotnet-runtime-2.2 sudo apt-get install dotnet-sdk-2.2
XMind8 Setup and Crack:http://www.javashuo.com/article/p-bfcfbwga-cx.html
http://www.javashuo.com/article/p-caihwgow-cr.html
卸载libreOffice
sudo apt-get remove libreoffice-common
删除Amazon的连接
sudo apt-get remove unity-webapps-common # 旧版
sudo apt remove ubuntu-web-launchers # 新版
删除火狐:
sudo apt remove firefox # 新版
删除不经常使用的软件
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot onboard deja-dup
sudo apt-get remove gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install
http://www.javashuo.com/article/p-tulqotvl-ch.html
Ubuntu不得不说的就是这个apt
出问题的处理 :(换源就不说了/etc/apt/sources.list
)
# 通常删除这几个锁文件,而后再从新配置下就能够了 sudo rm /var/lib/dpkg/lock sudo rm /var/lib/dpkg/lock-frontend sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock # 简写(千万注意空格,否则你就是rm -rf / + 跑路了) # sudo rm /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock sudo rm /var/lib/dpkg/lock-frontend # 从新配置下 sudo dpkg --configure -a
Linux网络那点事
http://www.javashuo.com/article/p-xulcawzr-by.html
怎么添加用户到sudo用户组
http://www.javashuo.com/article/p-srzhcrdr-w.html