2017-04-04 更新
記一下個人裝 Ubuntu 後, 會做的基本設定。
- sudo apt-get install aptitude
- sudo aptitude update
- 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
- sudo apt-file update
- git clone git://github.com/fcamel/configs.git
- cd configs && ./install.sh # 裝我個人用的設定檔, 如 vim, bash, screen
若需要裝 java, 另外需做:
- sudo aptitude install python-software-properties
- sudo add-apt-repository "deb http://archive.canonical.com/ natty partner"
- sudo aptitude update
- 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。
日後想到什麼再補。
沒有留言:
張貼留言