2011年9月23日 星期五

安裝完 Ubuntu 後的初步設定

2017-04-04 更新

記一下個人裝 Ubuntu 後, 會做的基本設定。

  1. sudo apt-get install aptitude
  2. sudo aptitude update
  3. sudo aptitude install build-essential apt-file checkinstall manpages-dev htop rsync screen cdargs openssh-server mosh vim git subversion exuberant-ctags cscope python-dev python-setuptools id-utils python-pip
  4. sudo apt-file update
  5. git clone git://github.com/fcamel/configs.git
  6. cd configs && ./install.sh # 裝我個人用的設定檔, 如 vim, bash, screen

若需要裝 java, 另外需做:

  1. sudo aptitude install python-software-properties
  2. sudo add-apt-repository "deb http://archive.canonical.com/ natty partner"
  3. sudo aptitude update
  4. sudo aptitude install sun-java6-jdk

若是用 Parallel 的話,裝完 Parallel 附的 Ubuntu 後要作的事:

  • 修改網路:Actions -> Configure -> Hardware -> Network -> 選 Ethernet,這樣會自己有獨立的 LAN IP
  • 新增硬碟空間:在關閉 OS 的情況下,Actions -> COnfigure -> Hardware -> Hard Disk 1 -> Edit,然後調整大小。作完後重開 VM。再用 gparted 動態調大 partition 大小。需要先刪掉 swap, 再刪 extended partition,才有空間調 root partition。

日後想到什麼再補。

沒有留言:

張貼留言

在 Fedora 下裝 id-utils

Fedora 似乎因為執行檔撞名,而沒有提供 id-utils 的套件 ,但這是使用 gj 的必要套件,只好自己編。從官網抓好 tarball ,解開來編譯 (./configure && make)就是了。 但編譯後會遇到錯誤: ./stdio.h:10...