Le blogouille de Caro et Nico

Entre famille, sport et aventures !

Raccourcis claviers Ubuntu sur Macbook Pro

Le log out CTRL ALT DEL

Se fait avec

Fn Ctrl Alt + backspace

L’appel systeme Alt PrintScreen

ne se fait pas sur Macbook !

Alt + PrtScr

En même temps que l’on tient cette combinaison on fait :

R E I S U B.

R: Switch to XLATE mode
E: Send Terminate signal to all processes except for init
I: Send Kill signal to all processes except for init
S: Sync all mounted filesystems
U: Remount filesystems as read-only
B: Reboot

Brightness on MacBook Ubuntu

Ok, after each Nvidia driver upgrade… the brightness section in the Xorg config file gets wiped out, automatically recreated, and we loose brightness control in X11.
Solution :

  1. sudo mcedit /etc/X11/xorg.conf
  2. Find the line section « Device » (Nvidia) and ensure last line has got the following
    Option "RegistryDwords" "EnableBrightnessControl=1"    
    

Clean up sur Ubuntu 12.04 LTS

Bon après passage (sans problème) sur Ubuntu 12.04 LTS, j’ai cherché à faire un clean up des packages inutiles. Cet article est très utile :

Cleaning up a Ubuntu GNU/Linux system

Et voilà les packages à installer et les commandes à faire pour purger le tout :

sudo apt-get autoclean 
sudo apt-get install localepurge 
sudo apt-get install deborphan 
sudo deborphan | xargs sudo apt-get -y remove --purge