alt+f2
teclear:
gconf-editor
ir a...
/apps/nautilus/preferences/show_desktop
y desmarca la casilla
lunes, 4 de abril de 2011
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
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
Suscribirse a:
Entradas (Atom)
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...
-
vim /etc/sysconfig/network hostname= nombre vim /etc/hosts 127.0.0.1 Nombre hostname nombre service nertworking restart
-
https://doc.owncloud.org/server/9.0/admin_manual/installation/php_55_installation.html#centos-7-upgrade-to-php-5-5 RHEL 7 Upgrade to P...
-
Instalar systemd y s ystemd-sysv Debian $apt-get update $apt-get upgrade $apt-get install systemd $apt-get install systemd-sysv Este...