This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Create a VBox VM # | |
| ==================== | |
| VBoxManage createvm --name "Ubuntu 10.10 Server" --register | |
| VBoxManage modifyvm "Ubuntu 10.10 Server" --memory 256 --acpi on --boot1 dvd --nic1 bridged --bridgeadapter1 eth0 | |
| VBoxManage createhd --filename Ubuntu_10_10_Server.vdi --size 10000 | |
| VBoxManage storagectl "Ubuntu 10.10 Server" --name "IDE Controller" --add ide | |
| VBoxManage storageattach "Ubuntu 10.10 Server" --storagectl "IDE Controller" --port 0 --device 0 --type hdd --medium Ubuntu_10_10_Server.vdi | |
| VBoxManage storageattach "Ubuntu 10.10 Server" --storagectl "IDE Controller" --port 1 --device 0 --type dvddrive --medium /home/ubuntu-10.10-server-amd64.iso |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set tabstop=4 | |
| set softtabstop=4 | |
| set shiftwidth=4 | |
| " textmate like set invisibles. | |
| " ctrl-v u25b8 for ▸ and ctrl-v u00ac for ¬ | |
| set listchars=tab:▸\ ,eol:¬ | |
| set list | |
| set nohls |
NewerOlder