Ubuntu Environment 配置

Ubuntu Environment

2019.6.20 -  2019.6.23 Lym Lin

  • ubutnu 19.04

General

  • Windows 10和Ubuntu 16.04双系统时间错误的调整 yes

  • Ubuntu 网络文件互传

    win 中 winscp

    ifconfig 查看ip 地址

  • change sources Aliyun sudo vi sources.list

 1     cp /etc/apt/sources.list /etc/apt/sources.list_backup
 2     sudo vi /etc/apt/sources.list
 3     
 4 deb http://mirrors.aliyun.com/ubuntu/ disco main restricted universe multiverse 
 5 deb-src http://mirrors.aliyun.com/ubuntu/ disco main restricted universe multiverse 
 6 deb http://mirrors.aliyun.com/ubuntu/ disco-security main restricted universe multiverse 
 7 deb-src http://mirrors.aliyun.com/ubuntu/ disco-security main restricted universe multiverse 
 8 deb http://mirrors.aliyun.com/ubuntu/ disco-updates main restricted universe multiverse 
 9 deb-src http://mirrors.aliyun.com/ubuntu/ disco-updates main restricted universe multiverse 
10 deb http://mirrors.aliyun.com/ubuntu/ disco-backports main restricted universe multiverse 
11 deb-src http://mirrors.aliyun.com/ubuntu/ disco-backports main restricted universe multiverse 
12 deb http://mirrors.aliyun.com/ubuntu/ disco-proposed main restricted universe multiverse 
13 deb-src http://mirrors.aliyun.com/ubuntu/ disco-proposed main restricted universe multiverse
14 15     sudo apt-get update
16     sudo apt-get upgrade

 

  • Update system

    1 sudo apt update
    2 sudo apt -y upgrade

     

  • Vim

    1 sudo apt update
    2 sudo apt -y upgrade
  • StarDict

  • http://download.huzheng.org/zh_CN/
  • 解压后移动
    sudo mv stardict* /usr/share/stardict/dic
  • Typora

1     sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE
2     sudo add-apt-repository 'deb http://typora.io linux/'
3     sudo apt-get update
4     sudo apt-get install typora
5     sudo apt-get upgrade

 

  • Wine

1     sudo apt-get update
2     wget -nc https://dl.winehq.org/wine-builds/winehq.key
3     sudo apt-key add winehq.key
4     sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ disco main'
5     sudo apt install --install-recommends winehq-stable

 

    sudo apt  install git
    git  clone https://github.com/wszqkzqk/deepin-wine-ubuntu.git
    cd deepin-wine-ubuntu
    ./install.sh

下载并安装所需要的deepin-wine容器
    Tim
微信
百度网盘
sudo dpkg -i *.deb

Tim-Flash
下载需要的 install_flash_player_ppapi.exe
将下载的安装文件放入 ~/.deepinwine/Deepin-TIM/drive_c 下,即 TIM 所在 Wine C 盘根目录
打开一个 Terminal ,执行:`WINEPREFIX=~/.deepinwine/Deepin-TIM deepin-wine "c:\\install_flash_player_ppapi.exe"`

  • Chrome

下载ubuntu amd64 deb 二值文件

  • acrobat reader

    1     sudo apt-get install gdebi-core
    2     wget ftp://ftp.adobe.com/pub/adobe/reader/unix/9.x/9.5.5/enu/AdbeRdr9.5.5-1_i386linux_enu.deb
    3     sudo gdebi Adbe*.deb

     

  • R

  • R studio

    # R
        # 密钥
        sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9
        # 仓库
        sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu disco-cran35/'
        # 更新
        sudo apt update
        sudo apt upgrade
        sudo apt install r-base
    # R studio 下载老系统上的版本 
        wget https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.2.1335-amd64.deb
        sudo dpkg -i rstudio-1.2.1335-amd64.deb
        解决依赖问题
        sudo apt -f install
        sudo dpkg -i rstudio-1.2.1335-amd64.deb
        # rstudio / 直接图形工具进行登录  -->    R version 3.6.0 (2019-04-26) 
     
  • Anaconda

1 install *.sh file
2  bash *.sh
4  automate download

 

  • Code 

  snap

  • cocomusic -github deb 文件

posted @ 2019-06-23 23:34  lymlin  阅读(250)  评论(0)    收藏  举报