Ubuntu + windows 7 dual boot
J’ai finalement terminé l’installation de windows 7 et d’ubuntu en dual boot…
1. j’ai installé win 7
2. j’ai installé 9.04
Le boot de win7 était brisé… J’ai inséré le DVD d’install de 7 et j’ai réparé… Ça a fonctionné!
J’ai eu aussi des problèmes matériel, ma carte de son Sigmatel avec un chipset intel 802801… J’ai installé le drivers pour vista que j’ai trouvé sur le site de DELL pour mon xps m1330 et tout à fonctionné!
Pour l’instant, je suis agréablement surpris par win 7… je vais continuer à l’essayer pendant quelques temps… J’ai bien hâte de voir la version finale de Karmic aussi!
How to burn CD/DVD from command line on ubuntu server
Once again, as a note for myself!
from this site: http://www.debuntu.org/2006/06/03/61-how-to-burn-dvds-from-the-command-line
sudo apt-get install dvd+rw-tools
Pour un répertoire
growisofs -dvd-compat -input-charset=ISO-8859-1 -Z /dev/dvdrw -R -J -pad "/home/commun/download/folderToBurn"
Pour un fichier ISO…
growisofs -dvd-compat -Z /dev/dvdrw=./fichierISO.iso
SSH port forwarding for VNC
ssh port forwarding! I always forget the params for this… So here is a cheat sheet from security focus
ssh -L 5900:10.31.31.34:5900 yourserver.com -l remoteUserOnServeur
The first 5900 is the port on your PC (the one you are using NOW!). 10.31.31.34 is the IP on the remote private network that can be different from the server ip. The second 5900 is the port to forward calls to on the remote machine. And voilà! You can now open a vncviewer on your PC and connect to localhost to view the desktop on 10.31.31.34!
