Chrash a Linuxsystem
Version vom 13. September 2016, 10:25 Uhr von Thomas (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Fork Bomb= This fork bomb will run your machine out of resource unless you limit user process manually . *:(){ :|:& };: =Overwrite your MBR with (pseudo) rand…“)
Fork Bomb
This fork bomb will run your machine out of resource unless you limit user process manually .
- (){ :|:& };:
Overwrite your MBR with (pseudo) random data
- dd if=/dev/urandom of=/dev/sda bs=512 count=1
An accelerated system crash by overwriting process memory
- cp /dev/zero /dev/mem