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:53] resonance |
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 48: | Ligne 48: | ||
| http:// | http:// | ||
| - | **sudo apt-get install php5 libapache2-mod-php5**\\ | + | * **sudo apt-get install php5 libapache2-mod-php5** |
| - | **sudo aptitude install php5-gd**\\ | + | |
| - | **sudo / | + | |
| - | **sudo a2enmod rewrite**\\ | + | |
| - | http:// | + | |
| Ligne 112: | Ligne 112: | ||
| ==== ANDROID STUDIO ou SDK ==== | ==== ANDROID STUDIO ou SDK ==== | ||
| - | + sudo apt-get install openjdk-7-jdk | + | * télécharger sdk |
| + | * 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. | ||
| * préférences > avancés > paramètre de configuration > cherche mail.server.default.dup_action, | * préférences > avancés > paramètre de configuration > cherche mail.server.default.dup_action, | ||
| * Filezilla : ftp | * Filezilla : ftp | ||
| - | |||
| ==== .HTACCESS / APACHE ==== | ==== .HTACCESS / APACHE ==== | ||
| - | sudo a2enmod rewrite\\ | + | * sudo a2enmod rewrite |
| - | sudo nano / | + | |
| - | Search for “DocumentRoot / | + | |
| - | <pre> | + | |
| - | < | + | |
| - | | + | |
| - | </ | + | |
| - | </ | + | |
| - | sudo service apache2 restart | + | |
| ==== Audio ==== | ==== Audio ==== | ||
| Ligne 147: | Ligne 143: | ||
| * cat ~/ | * cat ~/ | ||
| * Coller dans " | * Coller dans " | ||
| - | |||
| ==== SCRIPT THUNAR ==== | ==== SCRIPT THUNAR ==== | ||
| Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/ | Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/ | ||
| - | ++++ Exemple | + | <code bash> |
| - | #! /bin/bash | + | |
| # argument folder | # argument folder | ||
| Ligne 187: | Ligne 181: | ||
| exit 0 | exit 0 | ||
| - | ++++ | + | </ |
| - | + | ||
| - | + | ||
| - | + | ||