zoukankan      html  css  js  c++  java
  • ubuntu 14.04安装后必须的配置

    1、修改更新源

          sudo gedit /etc/apt/sources.list

          sudo apt-get update && sudo apt-get upgrade

          搜狐更新源:    

    deb http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu/ trusty main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu/ trusty-security main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu/ trusty-updates main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu/ trusty-proposed main restricted universe multiverse
    deb-src http://mirrors.sohu.com/ubuntu/ trusty-backports main restricted universe multiverse

    2、安装输入法,默认输入法无法选择文字。

         #sudo apt-get remove ibus #在14.04下会卸载除了ibus之外的其他软件,甚至包括unity,导致重启后桌面环境消失

         sudo apt-get install fcitx fcitx-googlepinyin #安装后可以直接使用,无需卸载ibus

    3、安装附加显卡驱动

    4、安装额外版权受限程序

          sudo apt-get install ubuntu-restricted-extras

    5、下载安装wps,visualbox,chrome

          sudo dpkg -i *.deb

          sudo apt-get install -f  #安装出错后使用

    6、安装guake,FileZila,shutter

          sudo apt-get install guake filezilla shutter git

    7、在软件中心安装dropbox,remmina,Unity Tweak Tool

    8、安装jdk7

         sudo add-apt-repository ppa:webupd8team/java
         sudo apt-get update
         sudo apt-get install oracle-java7-installer

    9、安装ntfs管理器,开机自动挂在windows分区

         sudo apt-get install ntfs-config

         sudo ntfs-config  #需要root权限启动

    10、安装wqy字体,奇怪的是为什么14.04没有自带wqy?我明明已经是中文环境

         sudo apt-get install ttf-wqy-zenhei ttf-wqy-microhei xfonts-wqy

     

  • 相关阅读:
    Dynamic Method Binding in Delphi 动态方法绑定
    Server Memory Server Configuration Options 服务器内存服务配置选项
    最大化系统并发连接数.Windows.reg
    js一行代码解决各种IE兼容问题
    [原创]如果软件在网络磁盘中或移动磁盘中运行时需要解决 exception C0000006 异常问题
    用 ghostscript 转化PDF文件为图片 的参数设置
    GhostScript应用一例:使用GhostScript强行修改加密PDF
    Win7 Win8 Win10取不到机器码的处理办法
    WCAG
    页面被iframe与无刷新更换url方法
  • 原文地址:https://www.cnblogs.com/jerry2005/p/3641749.html
Copyright © 2011-2022 走看看