Outils pour utilisateurs

Outils du site


maison2:configuration_open_wrt:xubuntu_sous_virtualbox

Ceci est une ancienne révision du document !


configuration reseau pour dristri debian

solution sur https://forums.virtualbox.org/viewtopic.php?f=6&t=24383: boot une première foi sur la nouvelle machine

  1. /etc/udev/rules.d/70-persistent-net.rules remplancer ethx par eth0
  2. ou récupérer l'adresse MAC dans /etc/udev/rules.d/70-persistent-net.rules et mettre a jours la configuration de VirtualBox
  3. ou configurer /etc/network/interfaces avec ethX , mais non portable

pour verifier /sbin/ifconfig

Gedit

définir d'autres résolution

En bref, d'abord l'installation des additions clients:

  1. Cliquer Périphériques - Installer les additions clients dans le menu de la fenêtre Virtualbox
  2. Dans un terminal en root, taper en séquence:
    1. cd /media/cdrom0
    2. sudo sh ./VBoxLinuxAdditions.run
    3. ctrl-Alt + backspace (pour redémarrer X)

Ensuite, une fois de retour dans votre session, taper dans un terminal:

  • sudo dpkg-reconfigure -phigh xserver-xorg
  • choisissez vboxvideo comme pilote de serveur X
  • choisissez les résolutions d'écran désirées (la plus élevée sera sélectionnée par défaut, alors

choisir celle de votre écran pour la plus élevée)

  • en superutilisateur, éditez le fichier: /etc/X11/xorg.conf
  • remplacez votre mouse par vboxmouse et sauvegardez le fichier

Voila, en redémarrant, vous devriez avoir la résolution d'écran maximum que vous avez entrée

divers

zinit app

  • trouver le SXX le plus grand dans /etc/rcS.d coller juste apres l’entête : /home/fred/zinitapp_perso &

repertoire partagé :

  • mount -t vboxsf wingate /home/fred/wingate

create a script

  1. As root, save the script to /etc/ExampleName.sh ( the first line of the script must be #!/bin/sh )
  2. Still as root, give the script execute permission chmod 0755 /etc/ExampleName.sh
  3. Edit /etc/rc.local (again, as root) and add the full path to your script above the exit 0 line (place a nice comment above the edit, explaining the command to your older self – any line that starts with a # is a comment)

- If your script requires X, you can add the lines of the script to the bottom of the /etc/gdm/Init/Default script, right before 'exit 0'. Or call it from the Default script. This is the way to add xmodmap changes to all users.

* http://www.commentcamarche.net/faq/7214-faire-le-menage-dans-ubuntu-residus-de-configuration-paquets

perfo xubuntu

maison2/configuration_open_wrt/xubuntu_sous_virtualbox.1330432973.txt.gz · Dernière modification : 02/2012 de fred