J'ai d'abord un peu joué avec Leopard…
Apache est déjà installé, pour le faire tourner:
System Preferences > Sharing > Web Sharing: enable
Pour PHP:
sudo vi /etc/apache2/httpd.conf
Décommenter (enlever #) la ligne:
#LoadModule php5_module libexec/apache2/libphp5.so
Pour MySQL, le télécharger sur http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg et l'installer.
voir aussi: Installing Drupal on Mac OS X 10.5 Leopard
cf. UbuntuLinux pour une vue générale.
J'ai pris la version beta (release dans 12 jours). Installation standard ; j'ai mis une swap comme 3e partition et une ext4 de 40 Go pour Jaunty.
Ça tourne bien, je dois encore arranger la résolution avec l'écran 22'' HpW2007h (c'est 1152 x 870 max).
En console:
xrandr --output VGA --mode 1680x1050
Ensuite: System > Preferences > Display Et sélectionner la résolution 1680 x 1050
Pour l'imprimante, je l'ai installée via CUPS comme expliqué sur la page ImprimanteLaser.
Pour avoir Ubuntu par défaut: EFI boot order
Il suffit de commenter la ligne correspondant au CD-ROM dans /etc/fstab ( source)
J'ai fait comme expliqué sur le site officiel:
1. Start > System > Administration > Update Manager 2. Click the Check button to check for new updates. 3. If there are any updates to install, use the Install Updates button to install them, and press Check again after that is complete. 4. A message will appear informing you of the availability of the new release. 5. Click Upgrade. 6. Follow the on-screen instructions.
Effectué quelques jours après le release.
Problèmes:
Solution:
30/06/2010
Extras:
sudo aptitude install vim nedit ubuntu-restricted-extras libgtk2.0-dev openssh-server glchess
A faire:
options rfkill master_switch_mode=0
10/03/2011: problème de vidéos avec Youtube: c'est tout rouge dans Chromium. Solution: dans Firefox, click droit sur une vidéo > Settings > disable hardware acceleration ( source)
cat /etc/default/keyboard sudo vi /etc/xdg/lxsession/Lubuntu/desktop.conf sudo udevadm trigger --subsystem-match=input --action=change
Bien qu'Adobe ne supporte plus flash pour Linux, il est possible de l'obtenir avec Chromium, il faut installer le paquet pepperflashplugin-nonfree, (cf. https://wiki.debian.org/PepperFlashPlayer).