From f1a0b651973699e9e77de0d5f0966f275c5b640e Mon Sep 17 00:00:00 2001 From: Lucas Mior Date: Thu, 25 Aug 2022 19:01:57 -0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7205e1..73100c1 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Credit: @kpumuk ``` ## The first contact way -Credit: @caseyjohnellis +Credit: @caseyjohnellis
![Jeffrey Way](assets/first-contact-way.png) ## The lazy pythonic using shell way @@ -145,7 +145,7 @@ Credit: @aliva ``` $ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9 - +``` ## The "all against the odds" Russian Roulette way Credit: @cfrost @@ -163,6 +163,7 @@ Accumulate a sufficient amount of entropy. ## The reboot way Credit: @tctovsli + In `vi`: ```vim :!sudo reboot