Ubuntu16.04配置

  1. 优化界面的小工具

    apt install unity-tweak-tool
    
  2. 卸载libreoffice

    apt remove libreoffice-common
  3. vim

    apt install vim
    
  4. 搜狗输入法
    地址:http://pinyin.sogou.com/linux/?r=pinyin
    dpkg -i <.deb file name>
    如果依赖没有安装,就apt-get update,apt-get -f install,apt-get upgrade。
    系统设置 - 语言支持 - 键盘输入法系统:fcitx - 注销

  5. QQ
    地址:http://www.ubuntukylin.com/application/show.php?lang=cn&id=279
    解压后分别安装
    apt -f install

  6. chrome浏览器
    http://www.linuxidc.com/Linux/2016-05/131096.htm

  7. WPS
    地址: http://community.wps.cn/download/
    安装
    apt -f install

  8. 网易云音乐
    http://music.163.com/#/download
    dpkg -i ….

  9. jdk
    地址:http://www.oracle.com/technetwork/java/javase/downloads/index.html
    解压 - 重命名(jdk) - 移动到 usr/local/
    gedit /etc/profile 增加

    export JAVA_HOME=/usr/local/jdk  
    export JRE_HOME=${JAVA_HOME}/jre  
    export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib  
    export PATH=${JAVA_HOME}/bin:$PATH
  10. android studio
    地址: http://www.android-studio.org/
    让Android Studio支持中文输入,在开头的注释下面输入

    export XMODIFIERS="@im=fcitx" 
    export GTK_IM_MODULE="fcitx" 
    export QT_IM_MODULE="fcitx"
  11. 安装最新版python
    Python下载地址

    tar -xvf Python-3.6.4.tar.xz
    cd Python-3.6.4
    ./configure
    make
    make install
  12. 安装pip
    apt install python3-venv python3-pip

  13. mysql

    apt-get install mysql-server mysql-client
  14. workbench地址

  15. 版本管理工具

    apt install subversion git

    安装目录: which svn/git

  16. 解决双系统时间问题

    sudo hwclock --systohc --localtime
  17. 安装man中文帮助文档
    下载地址:https://github.com/lidaobing/manpages-zh
    在解压后出来的文件夹中运行:

    ./configure --prefix=/usr/local/zhman --disable-zhtw
    make
    make install
    
    vi ~/.bashrc
    alias cman='man -M /usr/local/zhman/share/man/zh_CN'
    source .bashrc

    安装完毕,man命令查看英文帮助文档,cman命令查看中文帮助文档

  18. 安装FileZilla

    sudo apt-get install filezilla
    sudo apt-get install filezilla-common //中文支持
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值