美文网首页
Ubuntu-16.04-LTS install

Ubuntu-16.04-LTS install

作者: NoteSpace | 来源:发表于2019-08-29 10:24 被阅读0次

    先更新一下系统

    sudo apt-get update 
    sudo apt-get upgrade 
    

    Google pinyin

    sudo apt-get install fcitx fcitx-googlepinyin im-config
    im-config
    

    select fcitx then re-login. Add the new input method through the Text Entry Settings in Sytem settings

    [Vim for c++] (https://github.com/ma6174/vim )

    wget -qO- https://raw.github.com/ma6174/vim/master/setup.sh | sh –x 
    

    remember to edit the information that is automatically inserted into .sh/.c files

    Tmux

    sudo apt-get install tmux
    

    OpenFOAM Related: boost, openmpi, gnuplot

    sudo apt-get install build-essential flex bison git-core cmake zlib1g-dev libboost-system-dev libboost-thread-dev libopenmpi-dev openmpi-bin gnuplot libreadline-dev libncurses-dev libxt-dev 
    
    sudo apt-get install qt4-dev-tools libqt4-dev libqt4-opengl-dev freeglut3-dev libqtwebkit-dev curl 
    

    Latex

    sudo apt-get install texlive-full 
    sudo apt-get install texmaker 
    

    Some essential application in the Appstore

    Simplenote
    wechat
    geany
    codeblocks
    Guake 
    Shutter
    wps-office
    FileZilla
    

    Utilities for CFD

    Gmsh 3.x and Salome

    SSH

    免密码登录
    设置别名

    Unity 主题美化

    remove LibreOffice

    sudo apt-get remove --purge libreoffice* 
    sudo apt-get clean 
    sudo apt-get autoremove 
    

    auto-run scripts when system starts

    sudo vim /etc/rc.local
    

    相关文章

      网友评论

          本文标题:Ubuntu-16.04-LTS install

          本文链接:https://www.haomeiwen.com/subject/gkibectx.html