安装Ubuntu之后的步骤
主要步骤
常见问题
ImportError: cannot import name main
- sudo gedit /usr/bin/pip
- 更改为
- from pip._internal import main
电脑软件
电脑死机问题
- 大部分情况是显卡问题,需要进入Ubuntu系统的时候选择recovery模式进入系统,然后在系统设置中选择NVIDIA显卡驱动
- 重启电脑
卸载软件
- 卸载亚马逊
sudo apt-get remove unity-webapps-common
- 卸载libreoffice
sudo apt-get remove libreoffice-common
- 删除多余的软件
sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install transmission-common
下载webStorm
- 网址:http://www.jetbrains.com/webstorm/
- 在bashrc中添加:
export PYCHARM_HOME=/home/fansa/Software/WebStorm-191.6707.60/bin
export PATH= P A T H : PATH: PATH:PYCHARM_HOME
下载pycharm community
- 网址:http://www.jetbrains.com/pycharm/download/#section=linux
- 在bashrc中添加:
export PYCHARM_HOME=/home/fansa/Software/pycharm-community-2019.1.1/bin
export PATH= P A T H : PATH: PATH:PYCHARM_HOME
安装输入法
- 下载搜狗输入法:https://pinyin.sogou.com/linux/?r=pinyin
- 安装fcitx:
sudo apt-get install fcitx-frontend-all fcitx-module-dbus fcitx-table-wbpy
- 重启电脑
安装Shutter、ssh
sudo apt-get install shutter ssh
安装Arduino
- 网址:https://www.arduino.cc/en/Main/Software
安装Vscode
- 通过官方PPA安装Ubuntu make
sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
- 使用命令安装visual studio code
umake ide visual-studio-code
安装Chrome
sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/
wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo apt-get update
sudo apt-get install google-chrome-stable
下载switchOmega和安装Chrome插件
下载链接:https:/