zoukankan      html  css  js  c++  java
  • 新装ubuntu12.04需要敲的命令集合

    1.sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup

       sudo gedit /etc/apt/sources.list

       copy: 

    #网易 Ubuntu 11.10 源(速度很快) 
    deb http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse 
    deb-src http://mirrors.163.com/ubuntu/ precise main universe restricted multiverse
    deb http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-security universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-proposed universe main multiverse restricted
    deb http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-backports universe main multiverse restricted
    deb-src http://mirrors.163.com/ubuntu/ precise-updates universe main multiverse restricted

    sudo apt-get update 

    2.sudo apt-get install synaptic

    3.sudo apt-get install rar

    4.===========chrome======================

    sudo apt-get install libxss1

    wget -O google-chrome_amd64.deb http://goo.gl/iXDWk

    sudo dpkg -i google-chrome*.deb

    5.==========右键terminal=========================

    sudo apt-get install nautilus-open-terminal

    nautilus -q

    6.==========sogou====================

    sudo apt-get remove ibus

    sudo apt-get remove fcitx*

    sudo add-apt-repository ppa:fcitx-team/nightly
    sudo apt-get update

    sudo apt-get install fcitx fcitx-config-gtk  fcitx-sogoupinyin

    sudo apt-get install fcitx-table-all
    sudo apt-get install im-switch
    im-switch -s fcitx -z default

    Unable to locate package fcitx-sogoupinyin

    7.===============ifort=====================

    sudo apt-get install build-essential

         sudo apt-get install libstdc++5

         sudo apt-get install alien

         sudo apt-get install g++-multilib

        安装jre

    -------------------------------------------------------------

     ./install.sh

    source <path>/intel/bin/ifortvars.sh intel64

    8.

  • 相关阅读:
    Python机器学习笔记:使用sklearn做特征工程和数据挖掘
    Python numpy中矩阵的用法总结
    Python机器学习笔记:K-近邻(KNN)算法
    Python机器学习笔记:Logistic Regression
    python机器学习笔记:ID3决策树算法实战
    Mysql 多表查询详解
    JavaScript cookie操作实现点赞功能
    js操作cookie
    【IntelliJ IDEA】idea上提交代码到GitHub,已经提交了 但是GitHub上却没有的解决办法
    Mybatis分页插件PageHelper的配置和使用方法
  • 原文地址:https://www.cnblogs.com/Tur-mann/p/3766593.html
Copyright © 2011-2022 走看看