lunes, 4 de abril de 2011

ocultar iconos del desktop de linux

alt+f2

teclear:

gconf-editor

ir a...

/apps/nautilus/preferences/show_desktop

y desmarca la casilla

mis 10 comandos mas usados

si es de tu interes saber el top ten de tus comandos en cosola solo mete este otro en tu terminal

history | awk '{print $2}' | sort | uniq -c | sort -rn | head -10

El head -10 te mostrará tantos comandos como quieras, head -20,head -60, etc

Instalar systemd y systemd-sysv

Instalar systemd y s ystemd-sysv Debian $apt-get update $apt-get upgrade  $apt-get install systemd  $apt-get install systemd-sysv  Este...