This post originated from an RSS feed registered with Python Buzz
by Phillip Pearson.
Original Post: Ubuntu and Debian on Windows
Feed Title: Second p0st
Feed URL: http://www.myelin.co.nz/post/rss.xml
Feed Description: Tech notes and web hackery from the guy that brought you bzero, Python Community Server, the Blogging Ecosystem and the Internet Topic Exchange
I've been getting some support e-mails for PeopleAggregator from people running it on Ubuntu, so I thought it was about time I at least set up a vmware install of Ubuntu. There's a mirror in New Zealand, so the 400 meg CD download (for the server version) took less than an hour. The installation was really quick, I guess because I was using the minimal version. Generally it looks very much like plain Debian so far. So now, while Windows XP is my primary OS on this laptop, I have Debian running under colinux, which is what I'm using to write this blog post, and Ubuntu running under vmware. Total memory+swap usage is showing as 0.99 GB right now, which is pretty reasonable for three simultaneous operating systems :-)
I'm going to write down everything I've done to configure it here, in the process of making a "how to install PA on Ubuntu" guide (which will go on the wiki).
Initial setup: vmware with NAT networking. Ubuntu server 6.06.1 install with LVM on an 8GB virtual disk. After installation and some apt-getting, the vmdk file is about 500MB, so it's fairly 'light'.
apt-get install samba emacs21 ssh
[now I can ssh in to the IP address for eth0 with PuTTY, which is nicer than using the vmware console.]
[now I can successfully 'ping ubuntu' from the windows host and access \\ubuntu\phil.]
emacs /etc/hostname /etc/hosts
[change hostname from ubuntu to miniu - ubuntu is a PITA to type! - and s/ubuntu/miniu/g in the ubuntu.mshome.net line in /etc/hosts. if repeating this at home, keep a root shell open in another screen as sudo failed for me the first, until I edited /etc/hosts!.]