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édentesRévision précédente
Prochaine révision
Révision précédente
utilisateurs:binnette [Le 25/11/2012, 20:09] – [Installation] binnetteutilisateurs:binnette [Le 09/12/2023, 22:18] (Version actuelle) – Mint : post install binnette
Ligne 1: Ligne 1:
 ====== Binnette ===== ====== Binnette =====
-Consultant en informatique. Ubuntero depuis 2008 ([[:8.04|Ubuntu 8.04]])+Consultant en informatique. Utilisateur de systèmes GNU/Linux depuis 2008. J'ai débuté avec [[:8.04|Ubuntu 8.04]].
  
 Distributions utilisées actuellement : Distributions utilisées actuellement :
-  * [[:12.10|Ubuntu 12.10]] sur mon [[:asus_f3jv|Asus F3JV]] +  * [[:Linux Mint|Linux Mint Olivia]] sur mon [[:asus_f3jv|Asus F3JV]] 
-  * [[:12.10|Ubuntu 12.10]] sur mon [[:asus_g74sx|Asus G74Sx]]+  * [[https://manjaro.org/ |Manjaro]] sur mon [[:asus_g74sx|Asus G74Sx]]
  
 ===== OS testés ===== ===== OS testés =====
Ligne 13: Ligne 13:
 | | |  Xubuntu  | | | | |  Xubuntu  | |
 ===== Installation ===== ===== Installation =====
 +
 +==== Mint : post install ====
 +  sudo apt-get install wget gpg apt-transport-https
 +  wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
 +  sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg
 +  sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'
 +  sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/edge stable main" > /etc/apt/sources.list.d/vscode.list'
 +  rm -f packages.microsoft.gpg
 +  sudo apt update
 +  sudo apt install vlc qbittorrent code microsoft-edge-stable gimp wine git
 +  sudo flatpak install com.tomjwatson.Emote org.telegram.desktop org.openstreetmap.josm
 +
 ==== Firefox ==== ==== Firefox ====
   * FireGestures https://addons.mozilla.org/fr/firefox/addon/firegestures/   * FireGestures https://addons.mozilla.org/fr/firefox/addon/firegestures/
Ligne 18: Ligne 30:
   * Adblock Plus https://addons.mozilla.org/fr/firefox/addon/adblock-plus/   * Adblock Plus https://addons.mozilla.org/fr/firefox/addon/adblock-plus/
   * Ghostery https://addons.mozilla.org/en-US/firefox/addon/ghostery/   * Ghostery https://addons.mozilla.org/en-US/firefox/addon/ghostery/
 +  * http://imagehost-grabber.com/index.php?page=download
 +  * https://addons.mozilla.org/en-US/firefox/addon/downthemall/
 +  * https://addons.mozilla.org/en-US/firefox/addon/downthemall-anticontainer/
 +  * Keyword.Url : https://www.google.fr/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
 ===== Injection ===== ===== Injection =====
 Pour les versions précédentes à 10.10 : Pour les versions précédentes à 10.10 :
Ligne 25: Ligne 41:
 [[http://blog.macuyiko.com/2010/11/ubuntu-1010-fixed-channel-mon0-1.html|Tutoriel de Macuyiko]] [[http://blog.macuyiko.com/2010/11/ubuntu-1010-fixed-channel-mon0-1.html|Tutoriel de Macuyiko]]
  
-===== Désinstaller ===== 
-<code> 
-sudo apt-get remove gwibber gwibber-service 
-sudo apt-get remove openjdk-6-jre openjdk-6-jre-lib openjdk-6-jre-headless icedtea-6-jre-cacao default-jre-headless 
-</code> 
  
 ===== Bugs rapportés ===== ===== Bugs rapportés =====