first enable kernel rq interrupter.
for permanent one go add this line into /etc/sysctl.conf
vi /etc/sysctl.conf
add
kernel.sysrq=1
or else.. for this session only.
just
echo 1 > /proc/sys/kernel/sysrq
.. then..
triggerring system crash..
echo ‘c’ > /proc/sysrq-trigger
fuyoo….

Thank you for your post.
I tried to use the NEWLINE=1 – Option first, but it gave me strange output.
You just saved my day with your little ‘magic’ :o)