floss:config_ubuntu

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
floss:config_ubuntu [2012/07/04 08:38] villersdfloss:config_ubuntu [2016/08/31 04:11] (Version actuelle) villersd
Ligne 1: Ligne 1:
 ====== Configuration type d'un PC sous Ubuntu ====== ====== Configuration type d'un PC sous Ubuntu ======
 +
 +Présentation générale de Ubuntu : [[http://dane.ac-lyon.fr/spip/GNU-Linux-Ubuntu-de-la-decouverte-298?ticket=]]
  
 Configuration pour usage général et scientifique. Configuration pour usage général et scientifique.
  
-===== Ubuntu 12.04 LTS (i386 ou AMD64) Precise Pangolin=====+===== Ubuntu 16.04.1 LTS (i386 ou AMD64) Xenial Xerus ===== 
 + 
 + 
 +  * [[http://linuxblog.darkduck.com/2016/05/xubuntu-1604-not-for-linux-beginners.html]] 
 + 
 +==== à suivre... ==== 
 + 
 + 
 +===== Ubuntu 14.04 LTS (i386 ou AMD64) Trusty Tahr ===== 
 + 
 +<blockquote>I use Ubuntu 14.04.3 on recent PC and also a quite old Dell laptop (7 years). This is the last LTS (long term support) version. Kernel will be upgraded according https://wiki.ubuntu.com/Kernel/Support?action=AttachFile&do=get&target=14.04.x+Ubuntu+Kernel+Support+Schedule.png until Apr 2019. Depending specific case, you could install and stay on Ubuntu 14.04.1, or better migrate with a dist-upgrade in july 2016 towards the next 16.04.1 LTS 
 + 
 +Concerning the Ubuntu flavours (http://www.ubuntu.com/about/about-ubuntu/flavours), you can choose it depending of your personnal prefs. Personnaly, as i don't specially like Unity, i prefer either xfce (modern but simple) from Xubuntu or GNOME (nice effects). From time to time i tried KDE desktop but never use it regularly. Anyway some "K" applications are very useful. 
 + 
 +Il is easy to install many desktop, i.e. by "sudo apt-get install <del>gnome-shell gnome-core</del> ubuntu-gnome-desktop kubuntu-desktop xubuntu-desktop"
 + 
 +Help can be obtained from http://askubuntu.com/ 
 +</blockquote> 
 +===== Ubuntu 12.04 LTS (i386 ou AMD64) Precise Pangolin =====
 <note tip>Si vous êtes sous la version 10.04 LTS, la mise à niveau ne sera pas proposée avant le courant du mois de juillet, lorsque le premier release 12.04.1 sera disponible. Pour pouvoir réaliser la mise à niveau dès maintenant, ouvrez un terminal, et tapez-y « sudo update-manager -d » ! L’opération comporte peu de risque. A vous de voir !</note> <note tip>Si vous êtes sous la version 10.04 LTS, la mise à niveau ne sera pas proposée avant le courant du mois de juillet, lorsque le premier release 12.04.1 sera disponible. Pour pouvoir réaliser la mise à niveau dès maintenant, ouvrez un terminal, et tapez-y « sudo update-manager -d » ! L’opération comporte peu de risque. A vous de voir !</note>
  
Ligne 32: Ligne 52:
     * installation d'applications "K" supplémentaires : kaffeine (media) et kompozer (edition pages web)     * installation d'applications "K" supplémentaires : kaffeine (media) et kompozer (edition pages web)
     * instruction complète : **sudo apt-get install synaptic gnome-shell kubuntu-desktop kaffeine kompozer**     * instruction complète : **sudo apt-get install synaptic gnome-shell kubuntu-desktop kaffeine kompozer**
 +  * Bureau XFCE avec xubuntu-desktop : sudo apt-get install xubuntu-desktop
   * applications utiles, et/ou importantes   * applications utiles, et/ou importantes
     * java runtime (7)     * java runtime (7)
Ligne 68: Ligne 89:
     * GParted (utilitaire partitions disques)     * GParted (utilitaire partitions disques)
     * guvcview (capture & vue de dispositifs vidéos UVC)     * guvcview (capture & vue de dispositifs vidéos UVC)
-    * instruction complète : **sudo apt-get install openjdk-7-jre cheese guvcview gnome-tweak-tool compizconfig-settings-manager chromium-browser filezilla inkscape scribus scite glabels grsync xsane gimp keepassx mplayer vlc mozilla-plugin-vlc unison unison-gtk geany wammu gebabbel gpsbabel pidgin pdfsam hugin ghex codeblocks build-essential qrencode libdecodeqr-examples avidemux audacity recordmydesktop xournal fontmatrix dia digikam gparted guvcview**+    * pandoc (conversions textes de balise) 
 +    * instruction complète : **sudo apt-get install openjdk-7-jre cheese guvcview gnome-tweak-tool compizconfig-settings-manager chromium-browser filezilla inkscape scribus scite glabels grsync xsane gimp keepassx mplayer vlc mozilla-plugin-vlc unison unison-gtk geany wammu gebabbel gpsbabel pidgin pdfsam hugin ghex codeblocks build-essential qrencode libdecodeqr-examples avidemux audacity recordmydesktop xournal fontmatrix dia digikam gparted guvcview pandoc**
   * réglage fond d’écran + taille des lanceurs (Unity,... ?)   * réglage fond d’écran + taille des lanceurs (Unity,... ?)
   * Réglages du shell, de boutons,... → Gnome tweak tools   * Réglages du shell, de boutons,... → Gnome tweak tools
Ligne 79: Ligne 101:
     * instruction complète : **sudo apt-get install texlive-full kile kile-doc epstool imagemagick texmaker latex2html**     * instruction complète : **sudo apt-get install texlive-full kile kile-doc epstool imagemagick texmaker latex2html**
   * Python :   * Python :
-    * **sudo apt-get install python-all python-all-dev idle python-numpy python-scipy python-matplotlib python-matplotlib-doc python-visual python-doc python-examples diveintopython python-imaging-doc python-pp python-jinja2 python-markdown python-pygments python-landslide ipython ipython-qtconsole ipython-doc ipython-notebook python-pip python-scitools**+    * **sudo apt-get install python-all python-all-dev idle python-numpy python-scipy python-matplotlib python-matplotlib-doc python-visual python-doc python-examples diveintopython python-imaging-doc python-pp python-jinja2 python-markdown python-pygments python-landslide ipython ipython-qtconsole ipython-doc ipython-notebook python-pip python-scitools mayavi2 python-numexpr python-pandas python-pygame**
     * installation de Django à l’aide de pip : sudo pip install Django     * installation de Django à l’aide de pip : sudo pip install Django
 +    * installation de scikits-image : pip install -U scikits-image
 +    * installation de la dernière version de ipython : sudo pip install --upgrade ipython
   * Serveur ssh (cf. [[http://doc.ubuntu-fr.org/ssh]])  :  **sudo apt-get install openssh-server**   * Serveur ssh (cf. [[http://doc.ubuntu-fr.org/ssh]])  :  **sudo apt-get install openssh-server**
     * (re)démarrage du serveur : **sudo /etc/init.d/ssh start**     * (re)démarrage du serveur : **sudo /etc/init.d/ssh start**
  • floss/config_ubuntu.1341383894.txt.gz
  • Dernière modification : 2012/07/04 08:38
  • de villersd