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...
-
wget -O - --http-user=username --http-passwd=password 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.mydomain.com'
-
# 1: Detener el proceso del servidor MySQL. root@servidor-ubuntu:~# /etc/init.d/mysql stop * Stopping MySQL database server mysqld [ OK ] ro...
-
auto lo iface lo inet loopback auto eth0 #real IP adress iface eth0 inet static address 192.168.1.252 netmask 255.2...