This is a personal note for me if I need to install Arch Linux on virtual box again. Arch Linux is unlike Linux Mint, it only comes with a shell after installation you will need to install the software you need by using pacman. Grand reference is to use the Arch Wiki. Live CD There … Continue reading [Linux]Arch Linux installation until xfce desktop
Tag: virtualbox
CentOS 6 does not have make
[root@localhost VBOXADDITIONS_4.0.4_70112]# cat /var/log/vboxadd-install.log /usr/share/VBoxGuestAdditions/test/build_in_tmp: line 55: make: command not found Creating user for the Guest Additions. Creating udev rule for the Guest Additions kernel module. the problem is when I was trying to install guest additions, it turned out it failed to compiled the dkms kernel, i did the install of kernel-devel (which is … Continue reading CentOS 6 does not have make
Solution: Unable to install Oracle_VM_VirtualBox_Extension_Pack-4.1.8-75467 on Win7 64-bit
I was trying to install virtual box extension pack in order to get usb 2.0 support on my VM however I encounter this problem while installing: The problem is because of AntiVirus denied the access of installing the extension pack. I am using ClamAV from Immunet, ClamAV has no disabled or close function to disable … Continue reading Solution: Unable to install Oracle_VM_VirtualBox_Extension_Pack-4.1.8-75467 on Win7 64-bit
Things i do after I install Ubuntu 11.04
1. Update the distribution packages. sudo apt-get update && sudo apt-get upgrade 2. Install flash player plugin. (youtube, xinmsn need flash player) sudo apt-get install flashplugin-nonfree 3. Install wireshark sudo apt-get install wireshark 4. Install Chromium browser sudo apt-get install chromium-browser 5. Install compiled IRPAS. (honestly compiling IRPAS … Continue reading Things i do after I install Ubuntu 11.04
Install VirtualBox into Fedora 14
Finally I have installed and use VirtualBox successfully. Installation is easy, but when I was starting the VDI I created a warning appeared: [root@cyruslab yum.repos.d]# VirtualBox WARNING: The vboxdrv kernel module is not loaded. Either there is no module available for the current kernel (2.6.35.13-91.fc14.i686.PAE) or it failed to load. Please recompile the … Continue reading Install VirtualBox into Fedora 14