Popular content
- KVM install on Ubuntu 9.10 (8,011)
- Drupal development environment on VMware (4,583)
- Drupal LAMP in Virtual Server (3,108)
- Drupal 6 and Ubuntu 9.04 Jaunty (2,558)
- Drupal install (2,501)
- script to start and stop VM guests on VMware server (2,377)
- VMware maintenance tasks (2,305)
VMware
VMware Server 2 install on Ubuntu 9.04
Submitted by doka on 2009, June 28 - 17:25How to install VMware Server 2.0.1 (build 156745) on Ubuntu 9.04 (Jaunty Jackalope).
Go to the VMware download page. Login or register, and you also get two license keys: one for VMware install on Linux hosts, the other one for MS. Download the TAR file for Ubuntu, I use the 32 bit version of VMware Server 2 for Linux Operating Systems.
Then we need to install some Ubuntu packages in order to be able to compile the VMware code:
- Add new comment
- Read more
- 1134 reads
Drupal LAMP in Virtual Server
Submitted by doka on 2009, February 15 - 12:53With some scripting on Ubuntu 8.10 (Intrepid Ibex) we can simple generate fully customised Drupal LAMP development servers, as virtual appliance to VMware, or to other virtualization environments like XEN or KVM. In this how-to I'll show how to use this method to have various development or test servers in one hardware box running Ubuntu 8.10 and VMware Server 2.0.
I'm using a machine with Ubuntu 8.10 (Intrepid Ibex) and VMware Server 2.0, as my host system. VMware Server 2.0 install on Ubuntu 8.10. can be learned here or here. We will need free IP addresses for the virtual machines, so you will need a properly configured DHCP server or a router, as well.
- Add new comment
- Read more
- 3108 reads
VMware Server 2 install on Ubuntu 8.10
Submitted by doka on 2009, January 31 - 12:47How to install VMware Server 2 on Ubuntu 8.10 (Intrepid Ibex).
- Add new comment
- Read more
- 2268 reads
script to start and stop VM guests on VMware server
Submitted by doka on 2008, December 13 - 18:23Even VMware server 2.0 has a nice web GUI on https://localhost:8333/, you can use scripts to start and stop VM guest directly from your terminal.
Before use, you have to set some hard coded parameters, like HOST_USER.
#!/bin/bash
# This script will start/stop/status VMware machine
#
# Written by Ez-Aton
# http://www.tournament.org.il/run
#
# Modified for VMware server 2.0 by doka@wepoca.net
# http://www.wepoca.net
#
#
- Add new comment
- Read more
- 2377 reads
VMware Server 2 install on Ubuntu 8.04
Submitted by doka on 2008, October 25 - 20:03How to install VMware Server 2 on Ubuntu 8.04 LTS host server.
- Add new comment
- Read more
- 2244 reads
VMware server install and configuration
Submitted by admin on 2008, July 9 - 20:07How to install VMware Server 1.0 on Ubuntu, there are a lot's of good stuff out there:
- VMware Server 1.0.6 on Ubuntu 8.04
- VMware Server 1.0.4 on Ubuntu 7.10
http://howtoforge.com/installing-vmware-server-on-ubuntu-8.04
http://howtoforge.com/installing-vmware-server-1.0.4-on-ubuntu-7.10
- Add new comment
- Read more
- 1698 reads
VMware install and maintenance
Submitted by admin on 2008, July 9 - 20:04How to install and maintain VMware Server. Typical tasks and solutions.
- Add new comment
- 1232 reads
Drupal development environment on Ubuntu LAMP
Submitted by doka on 2008, June 22 - 16:42I have started a series of tutorials to describe how to set up a Drupal development environment on Ubuntu 8.04 LTS (Hardy Heron) LAMP server. This LAMP server can be a virtual machine over VMware server.
Session 1: Setting up the LAMP server as a virtual machine
Session 2: Additional components to the LAMP server: webmin, phpMyAdmin, NFS, PHP GD library
Session 3: Configuring the LAMP server: networking, NFS, firewall
Session 4: Drupal install
- doka's blog
- Add new comment
- Read more
- 1336 reads
VMware maintenance tasks
Submitted by doka on 2008, June 8 - 10:55Some hints to VMware maintenance upgrades, new kernel versions, and so on.
Last update on 21.06.2008.
- Add new comment
- Read more
- 2305 reads
Drupal development environment on VMware
Submitted by doka on 2008, January 27 - 15:16I have set up a Drupal development environment, running as a virtual machine on Ubuntu 7.10 (Gutsy) host and VMware Server 1.0.4. It results in an virtual Ubuntu LAMP server, configured for Drupal development. Each configuration tip, PHP or database version, try-and-error game or development project can have its own "guest" environment, but your "host" environment remain clear and simple.

The use case
- Add new comment
- Read more
- 4583 reads