Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
logiciels:linux:installation [2015/03/07 23:56] resonance [LAMP pour pluxml] |
logiciels:linux:installation [2015/03/08 00:00] (Version actuelle) resonance [EAGLE] |
||
|---|---|---|---|
| Ligne 30: | Ligne 30: | ||
| ==== pd-extended ==== | ==== pd-extended ==== | ||
| - | sudo add-apt-repository "deb http:// | + | * sudo add-apt-repository "deb http:// |
| - | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 9f0fe587374bbe81 | + | |
| - | sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key D63D3D09C39F5EEB | + | |
| - | sudo apt-get update | + | |
| - | sudo apt-get install pd-extended | + | |
| ==== télécharger ==== | ==== télécharger ==== | ||
| Ligne 40: | Ligne 40: | ||
| ==== liste logiciel ==== | ==== liste logiciel ==== | ||
| - | **sudo apt-get install synaptic xul-ext-lightning unetbootin filezilla grsync libreoffice camorama arduino screen vlc blender subversion git-core git openssh-server openssh-client qjackctl inkscape apache2 mysql-client mysql-server audacity libmp3lame0 sox geany sysinfo xournal audex bluefish libreoffice-l10n-fr libreoffice-help-fr linux-headers-generic build-essential vlc-plugin-jack midisport-firmware kdenlive** | + | sudo apt-get install synaptic xul-ext-lightning unetbootin filezilla grsync libreoffice camorama arduino screen vlc blender subversion git-core git openssh-server openssh-client qjackctl inkscape apache2 mysql-client mysql-server audacity libmp3lame0 sox geany sysinfo xournal audex bluefish libreoffice-l10n-fr libreoffice-help-fr linux-headers-generic build-essential vlc-plugin-jack midisport-firmware kdenlive |
| **Autres** : iw aptitude flashplayer-installer thunderbird-locale-fr codeblocks gparted freemind scribus texlive-latex-base txt2tags freecad vmpk ardour umbrello planner fritzing hydrogen transmageddon geogebra vinagre | **Autres** : iw aptitude flashplayer-installer thunderbird-locale-fr codeblocks gparted freemind scribus texlive-latex-base txt2tags freecad vmpk ardour umbrello planner fritzing hydrogen transmageddon geogebra vinagre | ||
| Ligne 115: | Ligne 115: | ||
| * sudo apt-get install openjdk-7-jdk | * sudo apt-get install openjdk-7-jdk | ||
| - | ===== Configurations ===== | + | ===== Configurations ===== |
| - | * Dans Mozilla : vidéo downloader, wordreference, | + | |
| + | | ||
| * Dans Thunderbird : | * Dans Thunderbird : | ||
| * préférences > Rédaction > dictionnaire > français. | * préférences > Rédaction > dictionnaire > français. | ||
| Ligne 146: | Ligne 147: | ||
| Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/ | Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/ | ||
| - | ++++ Exemple code | | ||
| <code bash> #! /bin/bash | <code bash> #! /bin/bash | ||
| # argument folder | # argument folder | ||
| Ligne 181: | Ligne 181: | ||
| exit 0 | exit 0 | ||
| - | </ | + | </ |