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 17:03] oreldebian:index [2024/03/18 15:06] (current) – external edit 127.0.0.1
Line 138: 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 193: 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 217: 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 268: 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 278: 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 287: 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 306: 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 325: 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.1512666198.txt.gz · Last modified: 2024/03/18 15:05 (external edit)