Skip to content

Instantly share code, notes, and snippets.

@Sinyshnar
Created January 23, 2014 14:33
Show Gist options
  • Save Sinyshnar/8579391 to your computer and use it in GitHub Desktop.
Save Sinyshnar/8579391 to your computer and use it in GitHub Desktop.
Very bad reboot
echo s > /proc/sysrq-trigger # Flusher les buffers d'IO pour ne pas perdre de données
echo u > /proc/sysrq-trigger # Démonter puis Remonter toutes les partitions en Read-Only
echo b > /proc/sysrq-trigger # Forcer le reboot de la machine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment