Outils pour utilisateurs

Outils du site


issue79:mon_histoire

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
issue79:mon_histoire [2014/01/21 12:31] – créée andre_domenechissue79:mon_histoire [2014/04/06 16:25] (Version actuelle) andre_domenech
Ligne 1: Ligne 1:
-started with Linux in late 90'sThose were times when Ubuntu didn't exist yetand the most popular distribution was Red Hat Linux. I was then curious about what Linux was, and how it worked. Although Windows had gained total desktop market share at that time, I felt something 'magical' about Linux and its terminal. It was just different and reminded me of the good MS-DOS times when GUI – as it is known nowadays – didn't exist yet for standard users.+** 
 +have two root partitions on sda so that I can test a new version while maintaining an old oneOf courseI have the /home partition separate, and have swap and /tmp partitions on sdb
  
-But I never got into Linux as much as I could. Many distributions appearedand tried many of them, but, from the beginning, my favorite was Ubuntu. Mainly because it was so user friendlyHoweverwith almost all distributions and versions, I had some problems. Some of them didn't work correctly after installation; there were issues with drivers; some even wouldn’t install on my computers because of hardware mismatches – they just didn't workSo my passion for Linux decreased; however I'm always optimistic about each new release.+With the expiration of Lucid Lynx, I needed to upgrade, but I remain very unhappy with Unity, so I decided to try Linux Mint MayaMaya is an LTS version based on Precise, and has an expiration date of April 2017. I chose the Cinnamon version, which runs Gnome 3
  
-Just to clarify – I'm a Microsoft guy. I work with Microsoft products every day and I live from programming in .NET. I'm not planning to change this in the near future; however I’m an open-minded personso decided that I would like to improve my various programming skills and Ubuntu would be a great platform in order to achieve this goal. So I installed Ubuntu 13.04 on a virtual machine – because I don't like using my main operating system (which should be fast, and without any additions installed) for development tasks, and I'm happy with it. It works smoothly and fast without any significant issues. The evolution of virtualization software makes such decisions easier. Frequently, I have installed with dual- or multi-boot using custom partitioning, but it just does not feel right these days.+Prior to the installation, I ran: 
  
-Last week I had a pretty scary moment. I was doing maintenance tasks on moving files between internal and external drives, which I use as a kind of backup. Suddenly, the most important external drive – with the most of my important data – stopped working. It was spinning up at the power on, but Windows didn't manage to mount them into the operating system. I was pretty scared seeing this behavior, because I had already lost one drive in a similar way. There were two possibilities – either the disk was down, or the external enclosure was broken in some way.+dpkg --get-selections >  
 +installed-software 
  
-I had to quickly find a way to retrieve files from the diskThey were important for me and I needed them fastBut the problem was that this external drive is an old ATA and I had no possibility of plugging it into my current PC. I had to find the reason why the disk wasn't mounting on my computerThen, I thought thatinstead of spending some money and losing time to findbuy and wait for new external enclosure, I could use my really old PC which was put in the closet for couple of yearsI grabbed itput an empty hard drive insideand powered onIt has single core processor1 GB of RAMmakes strange noisesbut it'working. I needed an operation system only in order to retrieve filesSo my natural first thought was to install Ubuntu 13.04 which I had burned on CD earlierInstallation was quite fast; it took about 20 minutes and had Ubuntu running – with its full Unity experience. I have to say that didn'expect such good performance with such an old hardwareIt is not super fast but it runs quite well.+on my Lucid partition to make it easier to reinstall the packages I have been using 
 + 
 +The installation ran flawlessly – something we have come to expect from Linux and Debian- based distributions in particularAmong other things, I noted that my wireless is working again, which has been up and down during my time with LucidThat alone makes me wish I had installed Mint a year ago.  
 + 
 +Following the installation, I ran software update, installed the restricted video driver, and confirmed that my home directory was still intactAgainno problems.  
 +** 
 + 
 +J'ai deux partitions root sur sda pour que je puisse tester une nouvelle version tout en gardant une ancienne. Bien sûr, ma partition /home est séparée et les partitions swap et /tmp sont sur sdb. 
 + 
 +Avec l'expiration de Lucid Lynx, j'avais besoin de mettre à niveau, mais Unity continue à m'exacerber, alors j'ai décidé d'essayer Linux Mint Maya. Maya est une version LTS basé sur Precise, dont la date d'expiration est Avril 2017. J'ai choisi la version Cinnamon, qui tourne sous Gnome 3. 
 + 
 +Avant l'installation, j'ai lancé : 
 + 
 +dpkg --get-selections >  
 +installed-software  
 + 
 +sur ma partition Lucid pour rendre plus facile la réinstallation des paquets que j'ai utilisés. 
 + 
 +L'installation s'est déroulée parfaitement ; c'est une chose que nous attendons maintenant de Linux et des distributions basées sur Debian en particulier. Entre autres choses, j'ai constaté que ma connexion sans fil fonctionne à nouveau, alors qu'elle a eu des hauts et des bas pendant ma période Lucid. Ce seul point me fait regretter de n'avoir pas installé Mint un an plus tôt. 
 + 
 +Après l'installation, j'ai mis à jour les logiciels, installé le pilote vidéo propriétaire, et confirmé que mon dossier personnel /home restait intact. Encore une fois, pas de problèmes. 
 + 
 +** 
 +tried:  
 + 
 +dpkg --set-selections <  
 +installed-software.txt  
 +dselect  
 + 
 +as well as:  
 + 
 +sudo dpkg --clear-selections  
 +sudo dpkg --set-selections <  
 +installed-software.txt sudo  
 +aptitude install  
 + 
 +trying to reload the packages I previously installed. After about 10 minutes of thinkingboth of these failed. They offered me some kind of manual method of resolving dependencies, but that seemed like more trouble, especially since I didn't know what all the dependencies were. I tried trimming the list of all "lib*" and packages which might have been loaded because something depended on them, and still had no luck.  
 + 
 +Finally, I opened the list in one window and Synaptic in another, and manually set everything I wanted. It would be really nice if there were a get-selections command that only got the top level packages, i.e. with nothing depending on them, which could then be used to reload packages when you have done fresh install of a different version of Linux 
 +** 
 + 
 +J'ai essayé : 
 + 
 +dpkg --set-selections <  
 +installed-software.txt  
 +dselect  
 + 
 +et aussi : 
 + 
 +sudo dpkg --clear-selections  
 +sudo dpkg --set-selections <  
 +installed-software.txt sudo  
 +aptitude install  
 + 
 +pour essayer de recharger les paquets que j'avais précédemment installés. Après environ 10 minutes de réflexionles deux ont échoué. Ils m'ont offert une méthode manuelle quelconque pour résoudre les dépendancesmais celle-ci ne me disait rien qui vaille, surtout que je ne savais pas ce qu'étaient toutes ces dépendancesJ'ai essayé de retirer de la liste tous les « lib* » et les paquets qui auraient pu être chargés parce que des trucs en dépendaient età nouveauje n'ai pas eu de chance. 
 + 
 +Enfinj'ai ouvert la liste dans une fenêtre et Synaptic dans une autre et j'ai choisi manuellement tout ce que je voulais. Ce serait vraiment bien s'il y avait une commande get-selections qui ne prendrait que les paquets de haut niveau, c'est-à-dire dont rien ne dépend d'eux, qui pourraient ensuite être utilisés pour recharger les paquets quand vous avez fait une nouvelle installation d'une version différente de Linux. 
 + 
 +** 
 +OPERATIONS  
 + 
 +like a bare desktop, and always set a black backgroundwas quickly able to set four workspacesand saw them numbered 1 through 4 in my menu bar. Some of the tools regularly use had been updated, which means they set their configuration after being launchedFor those which then had two .conf files, I was quickly able to set the configuration choices wanted 
 + 
 +Movies and emulators in particular ran very slowly. The new graphical system monitoring tool is cute, but requires a huge percentage of CPU horsepower. Instead, used top to demonstrate what was taking all the time. Cinnamon itself is the culprit, requiring about 5% of one CPU when quiescent, and an entire CPU when something which does screen writes is active. would hope that the Cinnamon developers put some thought into optimizing it. My next laptop will probably be a 4-core, but that doesn'mean that window manager which requires an entire CPU for itself is a good thing 
 + 
 +I will probably look for and download Gnome 2, which would make this effectively the MATE version of Mint Maya, to see if the heavy CPU load is present there as well. I'll write and let you know how it works. 
 +** 
 + 
 +OPÉRATIONS 
 + 
 +J'aime un bureau nu et j'ai toujours mis un fond noir. J'étais rapidement en mesure de créer quatre espaces de travail et de les voir numérotés de 1 à 4 dans la barre de menu. Certains des outils que j'utilise régulièrement avaient été mis à jour, ce qui signifie qu'ils se configuraient après avoir été lancés. Pour ceux qui avaient alors deux fichiers .conf, j'étais rapidement en mesure de définir les choix de configuration que je voulais. 
 + 
 +Les films et les émulateurs en particulier tournaient très lentement. Le nouvel outil de surveillance du système graphique est mignon, mais nécessite un énorme pourcentage de puissance CPU. Au lieu de cela, j'ai utilisé top pour déceler ce qui prenait énormément de temps. Cinnamon est lui-même le coupable, nécessitant environ 5 % d'un des processeurs lorsqu'il est au repos et un processeur entier quand quelque chose qui écrit sur l'écran est actif. J'ose espérer que les développeurs de Cinnamon font l'effort de réfléchir à son optimisation. Mon prochain ordinateur portable aura probablement 4 cœurs, mais cela ne signifie pas qu'un gestionnaire de fenêtres qui nécessite un processeur entier pour lui tout seul soit une bonne chose. 
 + 
 +Je vais probablement rechercher et télécharger Gnome 2, qui permettrait d'utiliser efficacement la version MATE de Mint Maya, pour voir si la lourde charge CPU y est présente aussi. J'écrirai pour vous en donner des nouvelles.
  
-Having prepared this computer with a working Ubuntu, I plugged my external drive and... it worked. All data was there without any broken partitions or corrupted files. Quick connect to Windows share, and I was able to copy all files into my working SATA internal hard drive. Thanks Ubuntu - you saved my money and my time, and restored my old computer to life. 
issue79/mon_histoire.1390303884.txt.gz · Dernière modification : 2014/01/21 12:31 de andre_domenech