solognu.wordpress.com/2008/06/29/comandos-para-gnulinux-poco...
por
s0phisma el 27-11-2008 16:57 UTC
Algunos comandos que pueden animar al personal que utiliza este sistema operativo a animarse un poco más a utilizar la consola ;)
negativos:
0 usuarios:
47 anónimos:
5 compartir:

pd: sí, se puede vacilar con los comandos de linux xD
$ man woman
Sabra este que existe la orden pid en si misma ??
:roll:
Puedes usar :wp y más fácil aun :x
La forma mas rapida de salir de vim guardando es ctrl+zz
1. Method 1: Windows Built-in Self Crasher
This method produces the 'awesome' BSOD (Blue Screen Of Death) that you are no doubt familiar with. The PC gets locked up and the only way to recover is to reboot it. Just follow these steps:
* Run Regedit (Start -> Run -> regedit)
* Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesi8042prtParameters
* Create a new DWORD value with name CrashOnCtrlScroll and give it a value 1
* Reboot the PC
Now whenever you want to see the cute blue screen (and crash your system), press and hold the Ctrl key on the right side of the keyboard and hit the Scroll Lock key twice. Ahh, the joy of ecstasy!
2. Method 2: Using a Windows Fork Bomb
Just copy the following lines into a new text file and name it as crashme.bat. Double click on that file.
:s<br />start %0<br />%0|%0<br />goto :s<br />
Linux parece incombustible, siempre hay mas.
& está muy bien para hacer cosas como apt-get dist-upgrade &
El problema es que, si estás en las X y se caen, o estás ejecutando en otro equipo y se cae la conexión, o haces un exit, el apt-get falla.
¿Solución? nohup apt-get dist-upgrade &
Si por algún motivo la sesión se cae (excepto, obviamente, corte eléctrico en el equipo que está ejecutándo los comandos), el comando seguirá corriendo hasta su finalización normal.
En ambos casos, no estaría de más redireccionar la salida.