From 84c30b571b7f1160699a05ff18630eb843f53c90 Mon Sep 17 00:00:00 2001 From: Pablo Hugen Date: Sun, 19 Jan 2020 00:10:52 -0300 Subject: [PATCH] Add The Circuit Breaker Way --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index d2dfe82..ec5d0dd 100644 --- a/README.md +++ b/README.md @@ -639,3 +639,14 @@ ssh -i ec2-user@ vim ``` 5. In the AWS EC2, select the newly created EC2 instance and terminate the instance. + +## The Circuit Breaker Way +Credit:@Tomcat-42 + +1. Smoothly leave your computer +2. Find the nearest electrical circuit breaker panel +3. Switch off and on the main breaker +4. Return to your computer +5. Your computer should no longer be running vim + +**Note:** This approach prove itself ineffective against notebooks, desktops on a UPS or remote servers.