Equipment HP Pavilion 6745C/700 MHz Celeron/256MB ram. I’m using gvim as an editor. Step 1, Add host to /etc/hosts:sudo gvim /etc/hostsBefore the IPv6 section (if you have one), add:127.0.0.1 latteIn this case “latte” is my virtual hostname.Step 2, Add a new configuration file for the virtual host:cd /etc/apache2/sites-availablecp default latte.confThe naming of the configuration file [...]
Equipment HP Pavilion 6745C/700 MHz Celeron/256MB ram. I’m using gvim as an editor. Step 1, Add host to /etc/hosts:sudo gvim /etc/hostsBefore the IPv6 section (if you have one), add:127.0.0.1 latteIn this case “latte” is my virtual hostname.Step 2, Add a new configuration file for the virtual host:cd /etc/apache2/sites-availablecp default latte.confThe naming of the configuration file [...]
Equipment/Software:HP Pavilion 6745C256 MB ramKubuntu 6.10 (Edgy Eft)eVGA (nVidia) GeForce4 MX 4000 PCII’ve had persistent problems with the i810 on-board vga with virtually every install of Linux that I’ve tried with this PC (with the exception of damnsmalllinux). Between that and its poor performance, I added a MX 4000 to this PC. However, recent distributions [...]
More fallout from upgrading to Edgy Eft, my bluetooth keyboard and mouse no longer worked. This post on ubuntu forums was the best consolidated set of instructions on how to configure bluetooth (which worked without configuration before upgrade, by the way).I ended using “/etc/init.d/bluetooth restart” instead of “/etc/init.d/bluez-utils restart”. However, I’ve only been able to [...]
Ubuntu experiences entry.ATI/Beryl/KDE/Dapper/My Guide
Did a distro upgrade on Kubuntu to 6.10. Everything was working nicely–firefox 2.0, etc… but I hadn’t rebooted yet. My linux box isn’t a critical system at work, it’s subjected to the whims of the neighborhood power grid. Thus, it had to be turned on after the long weekend. This morning, I discovered that I [...]
From the Linux Programmer’s Manual:“On Linux, the function select modifies timeout to reflect the amount of time not slept; most other implementations do not do this. This causes problem both when Linux code which reads timeout is ported to other operating systems, and when code is ported to Linux that reuses a struct timeval for [...]
Upgrading Ubuntu from 6.06 Dapper Drake to 6.10 Edgy Eft
Virtual Hosting using Apache 2 on a linux machineNameVirtualHost in Apache