issue73:certifie_linux
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
issue73:certifie_linux [2013/10/15 20:50] – fcm_-_ekel | issue73:certifie_linux [2013/10/16 11:51] (Version actuelle) – auntiee | ||
---|---|---|---|
Ligne 3: | Ligne 3: | ||
Addendum | Addendum | ||
- | À ma grande horreur, après vous avoir tous fièrement | + | À ma grande horreur, après vous avoir tous fièrement |
**.bashrc | **.bashrc | ||
Ligne 9: | Ligne 9: | ||
. bashrc | . bashrc | ||
- | Le fichier .bashrc contient les changements | + | Le fichier .bashrc contient les changements dans le terminal |
... | ... | ||
Ligne 20: | Ligne 20: | ||
**If you remember from last month, I wanted to change how folders and files were listed when I used ls. I wanted to: i) list files & folders vertically; and ii) list directories first. The more observant of you will realise that the aliases listed above determine the functionality of ll, la & l not ls. The ls alias is sitting above them amidst some code. In my .bashrc file, it looks like the code below.** | **If you remember from last month, I wanted to change how folders and files were listed when I used ls. I wanted to: i) list files & folders vertically; and ii) list directories first. The more observant of you will realise that the aliases listed above determine the functionality of ll, la & l not ls. The ls alias is sitting above them amidst some code. In my .bashrc file, it looks like the code below.** | ||
- | Si vous vous souvenez du mois dernier, j'ai voulu changer la façon dont les dossiers et fichiers étaient répertoriés lorsque j' | + | Si vous vous souvenez du mois dernier, j'ai voulu changer la façon dont les dossiers et les fichiers étaient répertoriés lorsque j' |
... | ... | ||
Ligne 33: | Ligne 33: | ||
**For Ubuntu 12.04 LTS, ls is preset to list files and folders in different colors. Hence, an alias already exists for ls, as seen in the code above. I merely need to add my two preferences to the existing alias.** | **For Ubuntu 12.04 LTS, ls is preset to list files and folders in different colors. Hence, an alias already exists for ls, as seen in the code above. I merely need to add my two preferences to the existing alias.** | ||
- | Pour Ubuntu 12.04 LTS, ls est préréglé pour lister fichiers et dossiers dans différentes couleurs. Par conséquent, | + | Pour Ubuntu 12.04 LTS, ls est préréglé pour lister |
... | ... | ||
Ligne 44: | Ligne 44: | ||
Following this small success, I added two more aliases to make my Ubuntu-ing a little quicker.** | Following this small success, I added two more aliases to make my Ubuntu-ing a little quicker.** | ||
- | Enregistrez le fichier .bashrc, redémarrez l' | + | Enregistrez le fichier .bashrc, redémarrez l' |
- | Pour aller plus loin | + | Pour crâner un peu : |
- | Après ce petit succès, j'ai ajouté deux autres | + | Après ce petit succès, j'ai ajouté deux autres |
Ligne 58: | Ligne 58: | ||
**Also, I often turn on my puter and want to open both a browser and my email, but not always. So I added one more alias for this:** | **Also, I often turn on my puter and want to open both a browser and my email, but not always. So I added one more alias for this:** | ||
- | De la même manière, je me démarre souvent mon ordinateur et je veux ouvrir à la fois un navigateur et mon courrielleur, mais pas toujours. J'ai donc ajouté un alias pour cela: | + | Et aussi, je démarre souvent mon ordinateur et veux ouvrir à la fois un navigateur et mon client mail, mais pas toujours. J'ai donc ajouté un alias pour cela : |
#open evolution & firefox together | #open evolution & firefox together | ||
Ligne 66: | Ligne 66: | ||
- | Une chose importante à noter à propos de ce morceau de code le && manquants entre Evolution et Firefox, qui serait nécessaire | + | Une chose importante à noter à propos de ce morceau de code : les && manquants entre Evolution et Firefox, qui seraient nécessaires |
**To finish, please tell how you use alias on your machine. | **To finish, please tell how you use alias on your machine. | ||
Ligne 72: | Ligne 72: | ||
NB. The alias command & .bashrc is a part of LPIC learning statement 1.105.1 Customize and use the shell environment. (weight: 4)** | NB. The alias command & .bashrc is a part of LPIC learning statement 1.105.1 Customize and use the shell environment. (weight: 4)** | ||
- | Pour finir, s'il vous plaît dites moi comment vous utilisez | + | Pour finir, s'il vous plaît, dites-moi comment vous utilisez |
- | NB. La commande alias & .bashrc est une partie de la déclaration apprentissage LPIC 1.105.1 | + | NB. La commande alias & .bashrc est une partie de la déclaration |
issue73/certifie_linux.1381863010.txt.gz · Dernière modification : 2013/10/15 20:50 de fcm_-_ekel