issue51:q_r_pp._39-41
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue51:q_r_pp._39-41 [2011/08/01 12:54] – créée auntiee | issue51:q_r_pp._39-41 [2011/08/25 09:23] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | Q I have always edited the grub list, but, in 10.04, if I do, and remove say, four of the repeated entries, they are put back by the system on reboot. | + | **Q I have always edited the grub list, but, in 10.04, if I do, and remove say, four of the repeated entries, they are put back by the system on reboot. |
A The best way to deal with it is to actually remove the old kernels. At boot up, note the final five characters of the oldest kernel, such as 32-31. Run Synaptic Package Manager, and search for that string. You should get half a screen of packages, with two " | A The best way to deal with it is to actually remove the old kernels. At boot up, note the final five characters of the oldest kernel, such as 32-31. Run Synaptic Package Manager, and search for that string. You should get half a screen of packages, with two " | ||
Ligne 7: | Ligne 7: | ||
sudo update-grub | sudo update-grub | ||
- | The grub list should be shorter by two items. | + | The grub list should be shorter by two items.** |
+ | Q J'ai toujours édité la liste grub, mais si je le fais dans la 10.04, par exemple, pour retirer quatre des entrées répétées, | ||
- | Q I can't seem to get my sound running on my Compaq Presario CQ56 with Ubuntu 10.04. | + | R Le meilleur moyen de gérer cela est en fait de retirer les anciens noyaux. Au démarrage, notez les cinq derniers caractères du plus ancien noyau, par exemple 32-31. Exécutez le gestionnaire de paquets Synaptic et recherchez cette chaîne. Vous devriez obtenir un demi-écran de paquets, avec deux éléments « linux-headers » et un « linux-image » installés. Faites un clic droit sur chacun d'eux et sélectionnez « Sélectionner pour suppression complète ». Puis cliquez sur « Appliquer ». |
+ | |||
+ | Après cela, ouvrez Accessoires/ | ||
+ | |||
+ | sudo update-grub | ||
+ | |||
+ | La liste grub devrait avoir raccourci de deux éléments. | ||
+ | |||
+ | **Q I can't seem to get my sound running on my Compaq Presario CQ56 with Ubuntu 10.04. | ||
A Follow the instructions on this page: https:// | A Follow the instructions on this page: https:// | ||
Ligne 18: | Ligne 27: | ||
A Run Synaptic Package Manager, Search for liboverlay and remove it. After a reboot, you should have fat scroll bars. | A Run Synaptic Package Manager, Search for liboverlay and remove it. After a reboot, you should have fat scroll bars. | ||
- | |||
Q I have just installed ubuntu 11.04 on my laptop. Everything is great, but I don't get any sound. | Q I have just installed ubuntu 11.04 on my laptop. Everything is great, but I don't get any sound. | ||
- | A Have a look at https:// | + | A Have a look at https:// |
+ | |||
+ | Q Je n' | ||
+ | |||
+ | R Suivez les instructions sur cette page : https:// | ||
+ | |||
+ | Q J'ai récemment mis à niveau vers Ubuntu 11.04 et les nouvelles barres de défilement me rendent fou. Comment puis-je remettre les anciennes barres de défilement épaisses ? | ||
+ | |||
+ | R Exécutez le gestionnaire de paquets Synaptic, recherchez liboverlay et retirez-le. Après un redémarrage, | ||
+ | |||
+ | Q Je viens d' | ||
+ | R Jetez un oeil à https:// | ||
- | Q I have installed and run Truecrypt, but it doesn' | + | **Q I have installed and run Truecrypt, but it doesn' |
A When you run Truecrypt, it can create a file which is a Truecrypt " | A When you run Truecrypt, it can create a file which is a Truecrypt " | ||
- | If you want to encrypt just a single file, it is probably easier to use the Nautilus file manager. Highlight the file, right-click, | + | If you want to encrypt just a single file, it is probably easier to use the Nautilus file manager. Highlight the file, right-click, |
+ | Q J'ai installé et exécuté Truecrypt, mais il ne semble pas crypter les fichiers. | ||
- | Q Let's say I've got one .avi video with a film with its original audio language (e.g. English) and another .avi with the same film but with a second audio language (e.g. re-dubbed in Italian). Is it possible to get only one .avi video with the film and the two audio languages selectable? | + | R Lorsque vous exécutez TrueCrypt, il peut créer un fichier qui est un « volume » Truecrypt et démonter ou monter des volumes TrueCrypt. Ensuite, vous pouvez coller des fichiers dans et hors de ce volume. Lorsque vous montez un volume, vous devez fournir le mot de passe utilisé pour le créer, et ensuite le contenu est affiché aussi ouvertement que si c' |
+ | |||
+ | Si vous ne souhaitez crypter qu'un fichier unique, il est probablement plus facile d' | ||
+ | |||
+ | **Q Let's say I've got one .avi video with a film with its original audio language (e.g. English) and another .avi with the same film but with a second audio language (e.g. re-dubbed in Italian). Is it possible to get only one .avi video with the film and the two audio languages selectable? | ||
A This command will do it: | A This command will do it: | ||
- | ffmpeg -i input -vcodec copy -acodec copy output.mkv -newaudio -i input2 -acodec copy | + | ffmpeg -i input -vcodec copy -acodec copy output.mkv -newaudio -i input2 -acodec copy** |
+ | Q Disons que j'ai une vidéo .avi avec un film dans sa langue d' | ||
- | Q I installed Ubuntu 11.04 on my netbook, leaving some unused space on the hard drive. I got it all set up the way I liked it, then I installed Android-x86 2.2 in the unused space. Now the boot menu includes only Android. | + | R Cette commande devrait le faire : |
+ | |||
+ | ffmpeg -i input.avi -vcodec copy -acodec copy output.mkv -newaudio -i input2.avi -acodec copy** | ||
+ | |||
+ | **Q I installed Ubuntu 11.04 on my netbook, leaving some unused space on the hard drive. I got it all set up the way I liked it, then I installed Android-x86 2.2 in the unused space. Now the boot menu includes only Android. | ||
A (Thanks to Garvinrick4 in the Ubuntu Forums.) Boot from a LiveUSB flash drive, or a LiveCD if your computer has a CD drive. Open Accessories/ | A (Thanks to Garvinrick4 in the Ubuntu Forums.) Boot from a LiveUSB flash drive, or a LiveCD if your computer has a CD drive. Open Accessories/ | ||
Ligne 53: | Ligne 82: | ||
sudo umount /mnt | sudo umount /mnt | ||
- | sudo reboot | + | sudo reboot** |
+ | Q J'ai installé Ubuntu 11.04 sur mon netbook, en gardant un peu d' | ||
- | Q I installed Google Chromium browser, didn't like it, so I removed it. Now when I click on a link in Evolution 2.30.3, I get a dialogue box telling me: Could not open link. Failed to execute child process "/ | + | R (Merci à Garvinrick4 dans les forums Ubuntu.) Démarrez à partir d'un disque flash LiveUSB ou d'un LiveCD si votre ordinateur possède un lecteur de CD. Ouvrez Accessoires/ |
+ | |||
+ | sudo fdisk -l | ||
+ | |||
+ | (Entrez votre mot de passe lorsqu' | ||
+ | |||
+ | sudo mount /dev/sda1 /mnt | ||
+ | sudo grub-install --root-directory=/ | ||
+ | sudo umount /mnt | ||
+ | sudo reboot | ||
+ | |||
+ | **Q I installed Google Chromium browser, didn't like it, so I removed it. Now when I click on a link in Evolution 2.30.3, I get a dialogue box telling me: Could not open link. Failed to execute child process "/ | ||
A Start Firefox. Click on Edit/ | A Start Firefox. Click on Edit/ | ||
Ligne 67: | Ligne 108: | ||
chmod 750 / | chmod 750 / | ||
- | Make sure you have a strong password they don't know! | + | Make sure you have a strong password they don't know!** |
+ | Q J'ai installé le navigateur Google Chrome, mais je ne l' | ||
- | Q My brother was messing with something to do with the look and feel of Unity, and now I have a crazy drop shadow on my mouse cursor. I hate where the drop shadow is placed and want it back to its default position. | + | R Démarrez Firefox. Cliquez sur Édition/ |
+ | |||
+ | Q Je suis comptable. Mes enfants ont besoin d' | ||
+ | |||
+ | R Vous ne pouvez pas les empêcher d' | ||
+ | |||
+ | chmod 750 / | ||
+ | |||
+ | Assurez-vous d' | ||
+ | |||
+ | **Q My brother was messing with something to do with the look and feel of Unity, and now I have a crazy drop shadow on my mouse cursor. I hate where the drop shadow is placed and want it back to its default position. | ||
A I found it. It's in the nVidia settings of all places. | A I found it. It's in the nVidia settings of all places. | ||
Ligne 77: | Ligne 129: | ||
Q I want to know how to preview sites in progress locally while using Kompozer. | Q I want to know how to preview sites in progress locally while using Kompozer. | ||
- | A Install LAMP (in addition to Linux: Apache, Mysql and PHP), a full web server. The location of the site is /var/www. Copy your php and html files from Kompozer (javascript+images+other web content) there. In the browser you can access it via ' | + | A Install LAMP (in addition to Linux: Apache, Mysql and PHP), a full web server. The location of the site is /var/www. Copy your php and html files from Kompozer (javascript+images+other web content) there. In the browser you can access it via ' |
+ | |||
+ | Q Mon frère a joué avec quelque chose qui a à voir avec l' | ||
+ | |||
+ | R J'ai trouvé. C'est, assez bizarrement, | ||
+ | |||
+ | Q Je voudrais savoir comment prévisualiser les sites en cours de construction au niveau local en utilisant Kompozer. | ||
+ | |||
+ | R Installez LAMP (en plus de Linux : Apache, MySQL et PHP), un serveur web complet. L' | ||
+ | |||
+ | **Tips and Techniques | ||
+ | How hot, version 2.0 | ||
+ | |||
+ | In Issue 43, I revealed one of my hang-ups: I want to know how hot things are, dammit! Then Unity arrived (for me, as a testing environment, | ||
+ | |||
+ | Easier said than done. If someone would like to propose a "Top 5 Conky Tutorials," | ||
+ | |||
+ | I installed lm-sensors before I got into this.** | ||
+ | |||
+ | Trucs et astuces | ||
+ | Quelle température ? Version 2.0 | ||
+ | |||
+ | Dans le numéro 43, j'ai révélé l'un de mes blocages : je veux connaître la température de mes affaires, bon sang ! Puis Unity est arrivé (pour moi, comme un environnement de test, pas comme mon système de production) et les applets ont disparu, apparemment. Conky aurait dû venir à ma rescousse ! | ||
+ | |||
+ | Plus facile à dire qu'à faire. Si quelqu' | ||
+ | |||
+ | J'ai installé lm-sensors avant de me lancer là-dedans. | ||
+ | |||
+ | **I have included my .conkyrc file. Everything up to the word " | ||
+ | |||
+ | " | ||
+ | hddtemp -d /dev/sda (or the name of your hard drive) | ||
+ | |||
+ | I have an Nvidia video card, and I installed a proprietary driver, and apparently that was all I needed for " | ||
+ | |||
+ | For the CPU temperature, | ||
+ | |||
+ | J'ai joint mon fichier .conkyrc. Tout ce qui se trouve avant le mot « texte » a été simplement chipé depuis un site web et semble fonctionner. L' | ||
+ | |||
+ | « Hddtemp » est la température rapportée par le disque dur. Pour l' | ||
+ | hddtemp -d /dev/sda (ou le nom de votre disque dur) | ||
+ | |||
+ | J'ai une carte vidéo Nvidia et j'ai installé un pilote propriétaire ; apparemment, | ||
+ | |||
+ | Pour la température du CPU, tout un tas d' | ||
+ | |||
+ | **My temperature fétiche is not limited to my computer, I also want to know the temperature outside. If you Google conkyforecast, | ||
+ | |||
+ | Again, I piped the output from conkyForecast into Cut, because the raw output included an ugly " | ||
+ | |||
+ | The other items in my conky config are pretty boring: CPU frequency and utilization, | ||
+ | |||
+ | The full text for the Conky discussed here (and shown below) can be seen at: http:// | ||
+ | |||
+ | Mon fétichisme des températures ne se limite pas à mon ordinateur, je veux aussi connaître la température extérieure. Si vous cherchez sur Google conkyforecast [Ndt : prévisions météo pour conky], vous trouverez un endroit pour télécharger ce qui se révèle être un nom de dépôt, qu'il faut ajouter à Synaptic ou à la Logithèque. Ensuite vous pouvez installer le programme conkyforecast proprement dit. Il faut également vous inscrire comme partenaire sur le site weather.com, | ||
+ | |||
+ | Encore une fois, j'ai enchaîné la sortie de conkyforecast avec « cut », parce que le résultat brut contenait un vilain « A » avec un accent. | ||
+ | Les autres éléments de ma config conky sont assez ennuyeux : la fréquence et l' | ||
+ | Le texte intégral des paramètres Conky discutés ici (et affichés ci-dessous) est ici : http:// | ||
issue51/q_r_pp._39-41.1312196094.txt.gz · Dernière modification : 2011/08/01 12:54 de auntiee