Add The Circuit Breaker Way

This commit is contained in:
Pablo Hugen 2020-01-19 00:10:52 -03:00
parent 58e647a30c
commit 84c30b571b

View file

@ -639,3 +639,14 @@ ssh -i <ec2 keypair pem location> ec2-user@<ec2 instance ip address>
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.