顯示具有 VirtualBox 標籤的文章。 顯示所有文章
顯示具有 VirtualBox 標籤的文章。 顯示所有文章

2015年8月30日 星期日

[virtualbox] install ubuntu server guest addition

用ubuntu server

前置作業
http://reneeciou.blogspot.com/2014/06/ubuntu-desktopvirtualbox-guest-additions.html

以指令安裝
http://reneeciou.blogspot.com/2014/06/ubuntu-desktopvirtualbox-guest-additions.html


2015年3月10日 星期二

[Ubuntu] 編輯 vim

必要安裝:
參考 http://hanmajor.blogspot.tw/2013/10/ubuntuc.html

開啟vimrc:
vim ~/.vimrc

自動縮排
set ai
set shiftwidth=4
set tabstop=4
顯示顏色
syntax on
顯示行數
set number
set smartindent
set autoindent

[Ubuntu] 安裝VMware Tools

1. Open Terminal

2. type in:
sudo -s
(enter password)
apt-get install build-essential gcc

3. Manage -> Install VMware Tools

4. http://pcnotes.fser-hk.com/2013/06/vmware-player-ubuntuvmware-tools.html