NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
horim80
Nov 22, 2013Guide
Virtualbox on OS6 NAS
Hi all, I know that it's possible to install VirtualBox on legacy x86 NAS. What about OS6? Does anyone knows how to install VirtualBox on OS6? Thanks.
JMehring
Dec 01, 2013Apprentice
Here are the other dependencies I mentioned in post above. More that likely you will only need 'x-window-system' and maybe 'xvfb'
#!/bin/sh
apt-get update
#General
#--------
apt-get install vim git sensors telnet
#For Bitcasa
#-----------
apt-get install x-window-system
apt-get install xvfb
apt-get install liblog4cxx10 libprotobuf7 libqtgui4
dpkg -i bitcasa_0.9.6.99_amd64.deb
cp Xvfb /etc/init.d/
cp bitcasa /etc/init.d/
update-rc.d Xvfb defaults
update-rc.d bitcasa default
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!