The following method was tested with FreeBSD 8.2 image bundled into Diablo version of OpenStack. The OpenStack cloud was setup using the procedure given in the following link.
http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf
The following method was tested with FreeBSD 8.2 image bundled into Diablo version of OpenStack. The OpenStack cloud was setup using the procedure given in the following link.
http://cssoss.files.wordpress.com/2011/10/openstackbookv2-0_csscorp.pdf
The GUI version of VLC needs any one of the Desktop Environments.
Gnome Can be installed on FreeBSD 8.1 using the following link:
A FreeBSD or a Linux system in which GUI is not installed can play audio files with the help the following tools:
To install Kqemu-kmod use the following command.
# pkg_add -r kqemu-kmod
To Install Qemu use the following command.
# pkg_add -r qemu
Before installation of the components, Download the compressed snapshot of the ports collection, using the following command
# portsnap fetch
Now extract the snapshot into /usr/ports using the following command
# portsnap extract
Xorg is the default X11 implementation for FreeBSD and can be installed using the following command as the root user
Install apache2.2 using the following command:
# pkg_add -r apache22
For installing Gnome desktop environment in FreeBSD 8.1, the following steps can be used.
Xorg is the default X11 implementation for FreeBSD and can be installed using the following command as the root user
By default, SSH in FreeBSD is configured not to allow login using password. In order to enable the login using password the following steps can be followed: