Linux

Installare VMWare Server 1.0.6 su Ubuntu Hardy Heron 8.04

Inviato da admin il Ven, 06/06/2008 - 14:11
Per installare VMWare Server 1.0.6 su Ubuntu Hardy Heron 8.04:

* Installare i pacchetti necessari:
 sudo aptitude install build-essential linux-kernel-devel linux-headers-generic xinetd
* Registrarsi sul sito per ricevere il numero di serie

* Scaricare il pacchetto di installazione e scompattarlo:
 cd /tmp  wget -c http://download3.vmware.com/software/vmserver/VMware-server-1.0.6-91891.tar.gz  tar xf VMware-server-1.0.6-*.tar.gz
* Installarlo seguendo i defaults:
Etichette

Avoid Ubuntu Hardy 8.10 Freeze when lid is closed on HP 6510b

Inviato da admin il Mar, 05/20/2008 - 15:53

After upgrading to Hardy, I noticed that the bug 157691 has not been fixed.

If you experience a crash when you close the lid cover of your HP 6510b business notebook, try this:

echo 1 | sudo tee /proc/acpi/video/C098/DOS > /dev/null

If this works, add the command

echo 1 > /proc/acpi/video/C098/DOS

to /etc/rc.local.

Etichette