Wiki

Reso-nance numérique | Arts et cultures libres

Outils du site


logiciels:linux:installation

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

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://apt.puredata.info/releases `lsb_release -c | awk '{print $2}'` main" +  * sudo add-apt-repository "deb http://apt.puredata.info/releases `lsb_release -c | awk '{print $2}'` main" 
-sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 9f0fe587374bbe81 +  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key 9f0fe587374bbe81 
-sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key D63D3D09C39F5EEB +  sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-key D63D3D09C39F5EEB 
-sudo apt-get update +  sudo apt-get update 
-sudo apt-get install pd-extended+  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://linuxandfriends.com/how-to-enable-mod_rewrite-in-ubuntu-linux/\\ http://linuxandfriends.com/how-to-enable-mod_rewrite-in-ubuntu-linux/\\
  
-**sudo apt-get install php5 libapache2-mod-php5**\\ +  * **sudo apt-get install php5 libapache2-mod-php5** 
-**sudo aptitude install php5-gd**\\ +  **sudo aptitude install php5-gd** 
-**sudo /etc/init.d/apache2 restart**\\ +  **sudo /etc/init.d/apache2 restart** 
-**sudo a2enmod rewrite**\\ +  **sudo a2enmod rewrite** 
-http://libgd.bitbucket.org/+  http://libgd.bitbucket.org/
  
  
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, gosthery, screenshot, adBlock, FireBug+ vie privée historique + moteurs de recherches IxQuick+ 
 +  * Dans Mozilla : vidéo downloader, wordreference, gosthery, screenshot, adBlock, FireBug+ vie privée historique + moteurs de recherches IxQuick
   * 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, mettre 1 pour éviter les doublons ([[http://www.libre-astux.info/908/thunderbird-eliminer-les-doublons.html|lien]])      * préférences > avancés > paramètre de configuration > cherche mail.server.default.dup_action, mettre 1 pour éviter les doublons ([[http://www.libre-astux.info/908/thunderbird-eliminer-les-doublons.html|lien]])
   * Filezilla : ftp   * Filezilla : ftp
- 
  
 ==== .HTACCESS / APACHE ==== ==== .HTACCESS / APACHE ====
-sudo a2enmod rewrite\\ +  * sudo a2enmod rewrite 
-sudo nano /etc/apache2/sites-available/000-default.conf\\ +  sudo nano /etc/apache2/sites-available/000-default.conf 
-Search for “DocumentRoot /var/www/html” and add the following lines directly below:\\ +  Search for “DocumentRoot /var/www/html” and add the following lines directly below: 
-<pre> +    <Directory "/var/www/html"> AllowOverride All </Directory> 
-<Directory "/var/www/html"> +  sudo service apache2 restart
-    AllowOverride All +
-</Directory> +
-</pre> +
-sudo service apache2 restart +
  
 ==== Audio ==== ==== Audio ====
Ligne 147: Ligne 143:
   * cat ~/.ssh/id_rsa.pub   * cat ~/.ssh/id_rsa.pub
   * Coller dans "Manage SSH keys" de gitorious.org   * Coller dans "Manage SSH keys" de gitorious.org
- 
  
 ==== SCRIPT THUNAR ==== ==== SCRIPT THUNAR ====
 Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/Softs/resize/resize.bash %N 1200x1200 sur les dossiers Thunar > Editer > Action personnalisée > Ajouter > Resize > bash ~/Softs/resize/resize.bash %N 1200x1200 sur les dossiers
  
-++++ Exemple code +<code bash> #! /bin/bash
-#! /bin/bash+
 # argument folder # argument folder
  
Ligne 187: Ligne 181:
  
 exit 0 exit 0
-++++ +</code>
- +
- +
- +
  
/home/resonancg/www/wiki/data/attic/logiciels/linux/installation.1425768835.txt.gz · Dernière modification: 2015/03/07 23:53 de resonance