Outils pour utilisateurs

Outils du site


issue105:q._et_r

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Prochaine révision
Révision précédente
issue105:q._et_r [2016/01/31 15:08] – créée andre_domenechissue105:q._et_r [2016/02/06 14:50] (Version actuelle) andre_domenech
Ligne 1: Ligne 1:
-Q I want to install VLC Media Player. What password can I use to authenticate?+**Q I want to install VLC Media Player. What password can I use to authenticate?
  
 A (Thanks to grahammechanical in the Ubuntu Forums) When we install Ubuntu, we are asked to set a username & password. That username is the name we log into Ubuntu with, and that password authenticates logging in with that username. A (Thanks to grahammechanical in the Ubuntu Forums) When we install Ubuntu, we are asked to set a username & password. That username is the name we log into Ubuntu with, and that password authenticates logging in with that username.
Ligne 8: Ligne 8:
 Q Can't pair bluetooth keyboard logitech k480 with Ubuntu 15.10. Q Can't pair bluetooth keyboard logitech k480 with Ubuntu 15.10.
  
-A (Thanks to jeremy31 in the Ubuntu Forums) You need to press the button on the keyboard for "Windows/Android/Chrome OS" to put it in discovery mode. Then use the bluetooth GUI to search. (Gord adds: This answer applies to most Bluetooth devices, irrespective of OS.)+A (Thanks to jeremy31 in the Ubuntu Forums) You need to press the button on the keyboard for "Windows/Android/Chrome OS" to put it in discovery mode. Then use the bluetooth GUI to search. (Gord adds: This answer applies to most Bluetooth devices, irrespective of OS.)**
  
 +Q Je voudrais installer le lecteur de média VLC. Quel mot de passe puis-je utiliser ?
  
-Q I have an old PC that has Windows XP which I rarely use. I want to try Ubuntu OS.+R (Merci à grammechanical sur les forums Ubuntu.) Lors de l'installation d'Ubuntu, nous devons choisir un nom d'utilisateur et un mot de passe. Ce nom d'utilisateur est celui avec lequel nous nous connectons à Ubuntu et ce mot de passe authentifie la connexion sous ce nom. 
 + 
 +Une fois connecté à Ubuntu, nous pouvons accomplir la plupart des tâches sans devoir authentifier ce que nous faisons. Mais certaines tâches existent que nous seules pouvons accomplir et pour ces tâches-là, nous sommes invités à donner notre mot de passe. Nous saisissons alors le mot de passe créé lors de l'installation d'Ubuntu. 
 + 
 +Q Je n'arrive pas a faire reconnaître le clavier bluetooth Logitech k480 par Ubuntu 15.10. 
 + 
 +R (Merci à jeremy31 sur les forums Ubuntu.) Il faut appuyer sur le bouton du clavier pour « Windows/Android/ChromeOS » pour le rendre visible. Ensuite, utilisez l'interface graphique bluetooth pour le chercher. (Gord ajoute : Cette réponse s'applique à la plupart des dispositifs bluetooth, quel que soit le système d'exploitation.) 
 + 
 +**Q I have an old PC that has Windows XP which I rarely use. I want to try Ubuntu OS.
  
 A If the old computer has 1 GB of memory, it should be fine with Xubuntu, Lubuntu or Ubuntu Mate. If it has 512 MB of memory, and the video does not steal any of that memory, it should run reasonably well. If it has less than 512 MB, it will not provide a happy experience. A If the old computer has 1 GB of memory, it should be fine with Xubuntu, Lubuntu or Ubuntu Mate. If it has 512 MB of memory, and the video does not steal any of that memory, it should run reasonably well. If it has less than 512 MB, it will not provide a happy experience.
Ligne 34: Ligne 43:
 </Directory> </Directory>
  
-And change the "/var/www/html" to the absolute path to your desired home directory.+And change the "/var/www/html" to the absolute path to your desired home directory.**
  
 +Q J'ai un vieux PC sous Windows XP que je n'utilise guère. Je voudrais essayer Ubuntu.
  
 +R Si le vieil ordinateur a 1 Go de RAM, il devrait bien fonctionner sous Xubuntu, Lubuntu ou Ubuntu Mate. S'il a moins de 512 Mo de RAM (non partagée avec la carte graphique), il devrait fonctionner assez bien. S'il a moins de 512 Mo, votre expérience ne sera pas agréable.
  
 +Compétences nécessaires : comment démarrer sur un DVD ou une clé USB, comment gérer les partitions.
  
 +Q Comment configurer Apache2 comme serveur de pages placées dans un dossier de mon /home ?
  
 +R (Merci à SlidingHorn sur les forums Ubuntu.) D'après ce que je lis, il faudra faire deux modifications :
  
 +Dans /etc/apache2/sites-available/000-default.conf, trouver « DocumentRoot » et changez-le en
  
-Top questions at Askubuntu+DocumentRoot /path/to/new/root 
 + 
 +Dans /etc/apache2/apache2.conf, trouvez : 
 + 
 +<Directory /var/www/html/> 
 +Options Indexes FollowSymLinks 
 +AllowOverride None 
 +Require all granted 
 +</Directory> 
 + 
 +Et remplacez le « /var/www/html » par le chemin absolu vers le dossier souhaité dans home. 
 + 
 +**Top questions at Askubuntu
  
 * What is the meaning of the `|` symbol in the shell? * What is the meaning of the `|` symbol in the shell?
Ligne 57: Ligne 84:
  
 * How to charge my Ubuntu phone's battery off my Ubuntu laptop's battery? * How to charge my Ubuntu phone's battery off my Ubuntu laptop's battery?
-http://goo.gl/GilP6p+http://goo.gl/GilP6p** 
 + 
 +Les questions les plus populaires sur Askubuntu 
 + 
 +* Que veut dire le symbole « | » dans le shell ? 
 +http://goo.gl/wME5NU 
 + 
 +* J'ai installé un programme en téléchargeant le code source, puis en lançant « sudo make install ». Comment faire en sorte que « apt-get » le sache ? 
 +http://goo.gl/7Vcpl0 
 + 
 +* Pourquoi ^C, ^V, etc. s'affichent-ils dans le terminal quand je me sers du raccourci clavier Ctrl+touche ? 
 +http://goo.gl/AA09Ov 
 + 
 +* Lister tous les fichiers récemment modifiés (de façon récursive). 
 +http://goo.gl/wV3e1Z 
 + 
 +* Comment charger la batterie de mon téléphone Ubuntu sur la batterie de mon ordinateur portable sous Ubuntu ? 
 +http://goo.gl/GilP6 
 + 
 +**
  
 * Where should I keep my personal files while keeping the pathname short?  * Where should I keep my personal files while keeping the pathname short? 
Ligne 69: Ligne 115:
  
 * How to set the default program to open a certain file-type in a certain folder?  * How to set the default program to open a certain file-type in a certain folder? 
-http://goo.gl/1BQ1LK+http://goo.gl/1BQ1LK**
  
 +* Où devrais-je stocker mes fichiers personnels tout en gardant le nom de chemin court ?
 +http://goo.gl/zMfj1Z
  
 +* Comment ne saisir le mot de passe qu'une seule fois dans un script bash nécessitant sudo ?
 +http://goo.gl/fLesVY
  
 +* Est-il possible de minimiser une fenêtre dans une boîte sur Unity ?
 +http://goo.gl/LTRICz
  
 +* Comment régler le programme par défaut pour ouvrir un certain type de fichier dans un dossier précis ?
 +http://goo.gl/1BQ1LK
  
 +**Tips and Techniques
  
 +Why?
  
 +Why would someone install Linux with an "LVM" disk, when they don't know what that means?
  
 +Why would someone install Linux with a software RAID, when they have not spent the time required to understand how software RAID works?
  
 +Why would someone assume that their computer will work forever, when their car won't?**
  
 +Trucs et astuces
  
 +Pourquoi ?
  
 +Pourquoi quelqu'un installerait-il Linux avec un disque « LVM » quand il ne sait pas ce que cela veut dire ?
  
 +Pourquoi quelqu'un installerait-il Linux avec un logiciel RAID, quand il n'a pas pris le temps nécessaire pour comprendre le fonctionnement du logiciel RAID ?
  
- +Pourquoi quelqu'un penserait-il que son ordinateur fonctionnera jusqu'à le fin des tempsalors que sa voiturenon ?
- +
- +
- +
- +
- +
- +
- +
- +
- +
- +
-Tips and Techniques +
- +
-Why? +
- +
-Why would someone install Linux with an "LVM" disk, when they don't know what that means? +
- +
-Why would someone install Linux with a software RAIDwhen they have not spent the time required to understand how software RAID works? +
- +
-Why would someone assume that their computer will work foreverwhen their car won't?+
  
issue105/q._et_r.1454249322.txt.gz · Dernière modification : 2016/01/31 15:08 de andre_domenech