Centos 6 安裝中文支援、ipython 以及 virtualbox guestaddtion

來源:互聯網
上載者:User

安裝中文支援(預設為英文)

  1. yum -y groupinstall chinese-support
  2. 修改/etc/sysconfig/i18n,將LANG修改為LANG="zh_CN.UTF-8"
  3. 重啟,生效。

 

安裝ipython

  1. Download the latest epel-release rpm from

    http://download.fedora.redhat.com/pub/epel/6/i386/
  2. Install epel-release rpm:
    # rpm -Uvh epel-release*rpm
  3. Install ipython rpm package:
    # yum install ipython


在虛擬機器中的情況下安裝GuestAddtion

需要安裝linux kernel headers 以及 development tools,命令:

  • yum -y install kernel-devel
  • yum -y groupinstall "development tools" 
  • yum -y update


更改主機名稱(hostname)

  1. uname -a 查看hostname
  2. sudo hostname tiny ,讓hostname立刻生效。
  3. vi /etc/hosts 修改原hostname為 tiny
  4. vi  /etc/sysconfig/network 修改原hostname為 tiny,這樣可以讓reboot重啟後也生效
  5. reboot重啟,uname -a 重新檢查下。


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.