-
Research on adding a wireless card using WPA in Ubuntu
I’ve just begun to research WPA + PCI wireless card in Ubuntu. Follow installation instructions for ndiswrapper:http://ndiswrapper.sourceforge.net/mediawiki/index.php/Installation Using a ZyXEL card:http://ndiswrapper.sourceforge.net/mediawiki/index.php/List#Z Tools to use: iwconfig – to configure wireless network interface. iwlist wlan0 scan – scan for access points using wlan0 interface WPA with ndiswrapper:http://ndiswrapper.sourceforge.net/mediawiki/index.php/WPA
-
Log of setting up a “test” virtual server on apache2 under Linux.
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 latte In 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…
-
Manually adding a PCI display card.
Equipment/Software: HP Pavilion 6745C 256 MB ram Kubuntu 6.10 (Edgy Eft) eVGA (nVidia) GeForce4 MX 4000 PCI I’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…
