-
IE 4 Linux
Internet Explorer on Linuxhttp://webexpose.org/2007/01/07/internet-explorer-7-on-linux/ http://www.tatanka.com.br/ies4linux/page/InstallationIEs 4 Linux needs two packages: cabextract and Wine. You can install them using your Linux package manager (synaptic, apt-get, yum, emerge etc) or go to their sites. wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gztar zxvf ies4linux-latest.tar.gzcd ies4linux-*./ies4linux
-
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…