User Tools

Site Tools


debian:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
debian:index [2017/12/07 16:30] oreldebian:index [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 92: Line 92:
 J'ai l'habitude d'installer mon système en anglais pour éviter les mauvaises traductions, tout en utilisant un clavier azerty... J'ai l'habitude d'installer mon système en anglais pour éviter les mauvaises traductions, tout en utilisant un clavier azerty...
  
 +Pour commencer, il faut installer le package //locales// puis sélectionner ces 'locales' :
 +
 +  $ apt-get install locales
   $ dpkg-reconfigure locales   $ dpkg-reconfigure locales
      
Line 135: Line 138:
   $ modprobe -r iwlwifi ; modprobe iwlwifi   $ modprobe -r iwlwifi ; modprobe iwlwifi
  
 +
 +=== Bluetooth ===
 +
 +  $ apt-get install pulseaudio pulseaudio-module-bluetooth pavucontrol bluez-firmware
 +  $ service bluetooth restart
 +
 +
 +Plus de détails : https://wiki.debian.org/BluetoothUser/a2dp
  
 === My Common Packages and Some Others === === My Common Packages and Some Others ===
Line 190: Line 201:
  
 === Dropbox === === Dropbox ===
 +
 +  $ sudo apt-get install nautilus-dropbox   # avec GNOME
 +
 +Ou sinon, https://www.dropbox.com/fr/install
 +
 +Pour exclure un répertoire de la synchro...
 +
 +  $ dropbox exclude add Archives
  
 Download the latest [[https://www.dropbox.com/fr/install | dropbox ]] debian package Download the latest [[https://www.dropbox.com/fr/install | dropbox ]] debian package
Line 214: Line 233:
   $ wget https://atom.io/download/deb   $ wget https://atom.io/download/deb
   $ sudo gdebi atom-amd64.deb   $ sudo gdebi atom-amd64.deb
 +
 +J'utilise les packages //linter// et //atom-beautify//...
  
 === Bash === === Bash ===
Line 251: Line 272:
  
   gsettings set org.cinnamon.settings-daemon.plugins.orientation active false   gsettings set org.cinnamon.settings-daemon.plugins.orientation active false
 +  
 +Bon et là je viens de repasser sur le dernier gnome (gnome-shell classic) :
 +
 +    sudo apt-get install task-gnome-desktop   # meta package
  
  
Line 261: Line 286:
 === Eduroam === === Eduroam ===
  
- * Sécurité WiFi : WPA/WPA2 Entreprise+  * Sécurité WiFi : WPA/WPA2 Entreprise
   * Authenthification : Tuneled TLS   * Authenthification : Tuneled TLS
   * Authentification Interne (phase 2): PAP   * Authentification Interne (phase 2): PAP
Line 271: Line 296:
 === CUPS === === CUPS ===
  
-  $ sudo apt-get install cups cups-client +  $ apt-get install cups cups-client 
-  $ echo "servername cups.bordeaux.inria.fr"/etc/cups/client.conf + 
-  $ echo "User esnard>> /etc/cups/client.conf+<code text /etc/cups/client.conf
 +ServerName cups-bso.inria.fr 
 +User esnard 
 +Encryption Required 
 +</code> 
 + 
 +  $ service cups restart
  
  
Line 280: Line 311:
 //Install de OpenConnect, un client libre pour Cisco et configurer... Possible avec OpenVPN.// //Install de OpenConnect, un client libre pour Cisco et configurer... Possible avec OpenVPN.//
  
 +=== Site Web LaBRI ===
 +
 +Le site web est basé sur le protocole //webdav//. Il faut effectuer la syncronisation avec un outil comme //sitecopy// ou réaliser un point de montage webdav avec //fusdav// ou //wdfs// (https://github.com/jmesmon/wdfs).
  
  
Line 299: Line 333:
 https://doc.ubuntu-fr.org/xrandr https://doc.ubuntu-fr.org/xrandr
  
-==== NVIDIA ====+=== NVIDIA ===
  
 Start to blacklist the driver 'nouveau' Start to blacklist the driver 'nouveau'
Line 318: Line 352:
  
 ===== Misc ===== ===== Misc =====
 +
 +=== Grub ===
 +
 +Les options par defaut de grub sont dans /etc/default/grub
 +
 +Pour mettre à jour son fichier /boot/grub/grub.cfg
 +
 +  $ sudo update-grub
  
  
debian/index.1512664233.txt.gz · Last modified: 2024/03/18 15:05 (external edit)