由于之前沒用過桌面版的ubuntu锐墙,所以記個(gè)筆記
ubuntu系統(tǒng)安裝
- download :ubuntu 18.04
- U盤安裝制作軟件:https://rufus.akeo.ie/
pycharm安裝:
- download:https://www.jetbrains.com/pycharm/download/#section=linux
- 安裝步驟
1.根目錄新建文件夾Applications卿拴,將下載文件解壓到/opt
2.配置應(yīng)用桌面訪問:在/opt/pycharm-2018.2.4下創(chuàng)建文件pycharm.desktop,內(nèi)容如下:
[Desktop Entry]
Name=Pycharm
Comment=Pycharm IDEA IDE
Exec=/Applications/pycharm-2018.2.4/bin/pycharm.sh
Icon=/Applications/pycharm-2018.2.4/bin/pycharm.png
Terminal=false
StartupNotify=true
Type=Application
Categories=Development;IDE;
3.將pycharm.desktop鏈接到/usr/share/applications
ln -s /opt/pycharm-2018.2.4/pycharm.desktop /usr/share/applications
至此可以從desktop訪問pycharm
其他開發(fā)軟件安裝
- 數(shù)據(jù)庫mysql安裝:
sudo apt install mysql-server-5.7
- docker安裝:
參見官方文檔 https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-docker-ce-1 - python3.6安裝:
sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6
- 安裝pip:
wget https://bootstrap.pypa.io/get-pip.py
sudo python3.6 get-pip.py
pip修改為阿里云源:
主目錄下新建文件夾.pip,新建文件pip.conf黄绩,內(nèi)容如下:
#~/.pip/pip.conf
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
ssh連接配置
1.在主目錄下新建.ssh文件夾
2.在.ssh文件夾下生成公私鑰
ssh-keygen -t rsa -C "username@example.cn"
3.將公鑰拷貝給需要登錄的服務(wù)器
ssh-copy-id -i id_rsa.pub root@47.93.50.50
4.配置ssh config, 在.ssh下新建文件config噪奄,內(nèi)容如下:
Host test
HostName 47.93.50.51
User root
IdentityFile ~/.ssh/id_rsa
ServerAliveInterval 30
用法:ssh test
推薦應(yīng)用
下載相應(yīng)的.deb安裝文件安裝即可:
安裝:sudo dpkg -i package_name.deb
卸載:sudo apt-get remove package_name
倍洽:下載安裝文件,解壓后直接運(yùn)行BearyChat文件即可
Electronic-wechat(微信)
瀏覽器chrome 刷钢、搜狗輸入法
網(wǎng)易云音樂無法啟動(dòng):
sh -c "unset SESSION_MANAGER && netease-cloud-music"
圖像處理 GIMP(photoshop alternative)
其他應(yīng)用:http://www.reibang.com/p/4adbfd83b29f
窗口控制
窗口放屏幕左邊:super+left arrow
窗口放屏幕右邊:super+right arrow
窗口全屏幕:super+up arrow
窗口恢復(fù)之前大小位置:super+down arrow
備注:super 是微軟鍵,其他快捷鍵長按微軟鍵顯示