issue84:q_r
Différences
Ci-dessous, les différences entre deux révisions de la page.
Prochaine révision | Révision précédente | ||
issue84:q_r [2014/09/11 14:31] – créée auntiee | issue84:q_r [2014/10/29 14:28] (Version actuelle) – andre_domenech | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ** | ||
Q Upgrading some software the other day, now the computer will boot only in recovery mode and only to the command line. What should I do? | Q Upgrading some software the other day, now the computer will boot only in recovery mode and only to the command line. What should I do? | ||
Ligne 26: | Ligne 27: | ||
If this does not work then try to boot an older kernel by choosing advanced options for your distribution. It might boot into GUI, but look awful, but then you can try to fix it from there. | If this does not work then try to boot an older kernel by choosing advanced options for your distribution. It might boot into GUI, but look awful, but then you can try to fix it from there. | ||
+ | ** | ||
+ | Q J'ai mis à jour des logiciels l' | ||
+ | R (Merci beaucoup à Roy « linuxcanuck » dans le groupe Yahoo Ubuntu Linux.) Cela se produit généralement quand une mise à niveau est partielle. | ||
+ | |||
+ | Démarrez en mode de récupération, | ||
+ | |||
+ | Allez ensuite dans un terminal root et faites : | ||
+ | |||
+ | sudo apt-get install -f | ||
+ | |||
+ | (Cela va corriger une mise à niveau incomplète de paquets déjà téléchargés.) | ||
+ | |||
+ | Puis faites : | ||
+ | |||
+ | sudo apt-get update | ||
+ | |||
+ | (Cela va ajouter de nouveaux paquets qui auraient été absents auparavant.) | ||
+ | |||
+ | Puis : | ||
+ | |||
+ | sudo apt-get upgrade | ||
+ | |||
+ | (Cela va télécharger et installer les mises à jour.) | ||
+ | |||
+ | Ressortez vers le mode de récupération puis choisissez dans la liste de mise à jour grub. Redémarrez. | ||
+ | |||
+ | Si cela ne fonctionne pas, essayez de démarrer un noyau plus ancien en choisissant les options avancées de votre distribution. Il se peut qu'il lance une interface graphique qui semble horrible, mais vous pouvez alors essayer de le réparer à partir de là. | ||
+ | |||
+ | ** | ||
Q I have a root (/) partition and a home (/home) partition. If I set up virtual machines in Virtualbox, will they use space in my root partition? | Q I have a root (/) partition and a home (/home) partition. If I set up virtual machines in Virtualbox, will they use space in my root partition? | ||
Ligne 36: | Ligne 66: | ||
A (Thanks to TheFu in the Ubuntu forums) Check out the HD Homerun network tuners. They work best when connected to your router by Ethernet cable. | A (Thanks to TheFu in the Ubuntu forums) Check out the HD Homerun network tuners. They work best when connected to your router by Ethernet cable. | ||
+ | ** | ||
+ | |||
+ | Q J'ai une partition racine (/) et une partition d' | ||
+ | |||
+ | R Non, les machines virtuelles vont utiliser l' | ||
+ | |||
+ | Q Je veux regarder ou enregistrer la télé numérique à distance (over-the-air OTA). Que dois-je prendre comme appareil ? | ||
+ | R (Merci à TheFu sur les forums Ubuntu.) Regardez les tuners réseau HD Homerun. Ils fonctionnent le mieux quand ils sont connectés à votre routeur par un câble Ethernet. | ||
+ | |||
+ | ** | ||
Q How can I transfer files between two Linux systems using just an Ethernet cable, with no router? | Q How can I transfer files between two Linux systems using just an Ethernet cable, with no router? | ||
Ligne 47: | Ligne 87: | ||
And on the other one, this command: | And on the other one, this command: | ||
- | |||
sudo ifconfig eth0 10.1.1.2 netmask 255.255.255.0 broadcast 10.1.1.255 | sudo ifconfig eth0 10.1.1.2 netmask 255.255.255.0 broadcast 10.1.1.255 | ||
Ligne 56: | Ligne 95: | ||
rsync -r -a -v -e "ssh -l satimis" | rsync -r -a -v -e "ssh -l satimis" | ||
+ | ** | ||
+ | Q Comment puis-je transférer des fichiers entre deux systèmes Linux en utilisant seulement un câble Ethernet, sans routeur ? | ||
+ | R (Merci à SeijiSensei sur les forums Ubuntu.) Les cartes réseau modernes sont capables « d' | ||
+ | |||
+ | Une fois que les ordinateurs sont connectés, vous devez leur donner des adresses IP. Sur un système, exécutez la commande suivante : | ||
+ | |||
+ | sudo ifconfig eth0 10.1.1.1 netmask 255.255.255.0 broadcast 10.1.1.255 | ||
+ | |||
+ | Et sur l' | ||
+ | |||
+ | sudo ifconfig eth0 10.1.1.2 netmask 255.255.255.0 broadcast 10.1.1.255 | ||
+ | |||
+ | Vous pouvez utiliser la commande ping pour vérifier qu'ils se voient réciproquement. | ||
+ | |||
+ | Pour copier des fichiers, utilisez rsync, par exemple : | ||
+ | |||
+ | rsync -r -a -v -e "ssh -l satimis" | ||
+ | |||
+ | ** | ||
Top new questions at Askubuntu | Top new questions at Askubuntu | ||
Ligne 74: | Ligne 132: | ||
* Can a Windows virus transfer to Ubuntu? | * Can a Windows virus transfer to Ubuntu? | ||
http:// | http:// | ||
+ | ** | ||
+ | Nouvelles questions fréquentes sur AskUbuntu : | ||
+ | |||
+ | * Quelles sont les alternatives à Ubuntu One ? | ||
+ | http:// | ||
+ | |||
+ | * Que signifie l' | ||
+ | http:// | ||
+ | |||
+ | * Comment faire pour que « man » fonctionne pour les commandes et mots clés internes du shell ? | ||
+ | http:// | ||
+ | |||
+ | * Mon fournisseur d' | ||
+ | http:// | ||
+ | |||
+ | * Est-ce qu'un virus peut se transférer de Windows à Linux ? | ||
+ | http:// | ||
+ | |||
+ | ** | ||
* What's wrong with my cat? | * What's wrong with my cat? | ||
http:// | http:// | ||
Ligne 86: | Ligne 163: | ||
* encrypting text editor? | * encrypting text editor? | ||
http:// | http:// | ||
+ | ** | ||
+ | * Quel est le problème avec mon cat ? [Ndt : jeu de mot sur cat=chat(animal)=commande de conCATenation de texte.] | ||
+ | http:// | ||
+ | |||
+ | * Comment lister les utilisateurs actif sur Ubuntu ? | ||
+ | http:// | ||
+ | |||
+ | * Est-ce que les liens en dur sont la même chose que les raccourcis de Windows ? | ||
+ | http:// | ||
+ | |||
+ | * Un éditeur de texte cryptant ? | ||
+ | http:// | ||
+ | ** | ||
Tips and Techniques | Tips and Techniques | ||
Ligne 103: | Ligne 193: | ||
Installing the kernel went smoothly, as I jumped from 3.2 to 3.13. However, it said I was running in Fallback Mode after rebooting. I needed to install the new video driver to get back to normal. | Installing the kernel went smoothly, as I jumped from 3.2 to 3.13. However, it said I was running in Fallback Mode after rebooting. I needed to install the new video driver to get back to normal. | ||
+ | ** | ||
+ | Trucs et Astuces | ||
+ | |||
+ | Obtenir la dernière version | ||
+ | |||
+ | J'ai récemment parcouru un guide de l' | ||
+ | |||
+ | Mon pilote actuel est celui de Linux Mint 13 LTS. Il fonctionne très bien, mais je me demandais si j' | ||
+ | |||
+ | http:// | ||
+ | |||
+ | http:// | ||
+ | |||
+ | D' | ||
+ | |||
+ | L' | ||
+ | |||
+ | ** | ||
Partway through the procedure, I was running Linux from the command line! Fortunately, | Partway through the procedure, I was running Linux from the command line! Fortunately, | ||
Ligne 111: | Ligne 219: | ||
There' | There' | ||
+ | ** | ||
+ | |||
+ | Au milieu du processus, j'ai lancé Linux à partir de la ligne de commande ! Heureusement, | ||
+ | |||
+ | Y avait-il une différence ? Oui, mais assez peu. J' | ||
+ | |||
+ | Les lecteurs de longue date savent que j'ai une obsession des températures et je pense que les mises à niveau ont réduit la température du processeur et de la carte graphique de deux ou trois degrés. Je n'en suis pas certain, mais je pense que l' | ||
+ | |||
+ | Il y a un effet secondaire majeur : Linux Mint 17, la prochaine version LTS, sortira dans quelques semaines et je ne vais pas me dépêcher de l' |
issue84/q_r.1410438719.txt.gz · Dernière modification : 2014/09/11 14:31 de auntiee