VirtualBox Auto Start VM Centos Fedora RedHat

Scenario / Question: How do I get my VirtualBox Guest VM’s to start and stop when the host system reboots, shutdown, or starts. Solution / Answer: Create an init.d script so that VirtualBox Guest VM are controlled as a system service. Install VirtualBox VM Service script The original [continue...]

Fedora 11 external network and internal network

Scenario / Question: I have a computer connected to external network with one network card and connected to internal network with another network card. I want to have all external traffic use one nic and all internal traffic use another nic. Solution / Answer: If you do not require NAT or [continue...]

VirtualBox Modify VM Settings

Scenario / Question: How do I modify the parameters of my VM in VirtualBox from the command line Solution / Answer: Use the tool VBoxManage Install VirtualBox “Install VirtualBox without GUI or Headless” Create a VirtualBox VM guest “VirtualBox Headless VM” VirtualBox [continue...]

VirtualBox Controlling Headless VM

Scenario / Question: How do I control my VirtualBox VM’s from the command line Solution / Answer: Use the tool VBoxManage Install VirtualBox “Install VirtualBox without GUI or Headless” Create a VirtualBox VM guest “VirtualBox Headless VM” Controlling the [continue...]

VirtualBox Headless VM

Scenario / Question: How do I control VirtualBox from the linux command line CLI Solution / Answer: Use the included tools VBoxManage and VBoxHeadless First Install VirtualBox from this post: “Install VirtualBox without GUI or Headless” VBoxManage for controlling VirtualBox on the [continue...]

Install VirtualBox without GUI or Headless

Scenario / Question: How do I install VirtualBox on a linux server that does not have a GUI installed or Xorg. Solution / Answer: VirtualBox can be installed on a headless server, and can be controlled with VBoxManage and VBoxHeadless from the command line. Install VirtualBox 3.0 There are two [continue...]

Lighttpd and PHP

How do I get Lighttpd to work with PHP Instal Lighttpd web server Follow the following tutorial: “Lighttpd and Centos 5” Add PHP support to Lighttpd web server Install lighttpd-fastcgi and php-cli # yum install lighttpd-fastcgi php-cli Configure the Config files to enable PHP for [continue...]

Lighttpd and Centos 5

What is Lighttpd “Security, speed, compliance, and flexibility — all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other [continue...]

Nagios NRPE to Monitor Remote Linux Server

Scenario / Question: How do I monitor a remote linux system using Nagios Solution / Answer: Use th NRPE daemon to execute Nagios plugins on the remote server and report back to the monitoring host server. NRPE Remote Server Installation and Setup Create Nagios user account on remote server to [continue...]

How to Setup freeNX on Centos 5

Scenario / Question: How do I setup freeNX on a remote server system and connect to it. Solution / Answer: Installing the freeNX server software on the remote server machine and using the NoMachine freenx client to connect to it from you local machine. Installing freeNX Server: On the server [continue...]

Next Page »