We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sb. break into your house and cold your shutdowning computer. your data in memory will not cleaned up so quickly.
if you have a full-disk encryption. the key will find in mem-data for high risk in such a condition.
and, i'm not sure if truecrypt did some security-related cleanup here.
so. just call systrigger for poweroff as quickly as possible.
http://major.io/2009/01/29/linux-emergency-reboot-or-shutdown-with-magic-commands/
use poweroff, but reboot. for cmos will not fill the full memory. so we can get last boot data from memory if we use reboot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
sb. break into your house and cold your shutdowning computer. your data in memory will not cleaned up so quickly.
if you have a full-disk encryption. the key will find in mem-data for high risk in such a condition.
and, i'm not sure if truecrypt did some security-related cleanup here.
so. just call systrigger for poweroff as quickly as possible.
http://major.io/2009/01/29/linux-emergency-reboot-or-shutdown-with-magic-commands/
use poweroff, but reboot. for cmos will not fill the full memory. so we can get last boot data from memory if we use reboot.
The text was updated successfully, but these errors were encountered: