mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 19:26:41 +02:00
Add another way
added The random website that asks for your root passowrd way
This commit is contained in:
parent
30077d63c5
commit
b18fdccca0
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -824,3 +824,15 @@ echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vim
|
|||
```
|
||||
|
||||
This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.
|
||||
|
||||
## The random website that asks for your root passowrd way
|
||||
|
||||
Credit: @Inglan2
|
||||
|
||||
Kinda like [QaaS]([url](#quit-as-a-service-qaas))
|
||||
|
||||
1. Go to: https://5416d58a-f9fe-4ef2-9b4a-ef1a95eba0fd.id.repl.co/
|
||||
2. Follow the instructions and enter your root password
|
||||
3. Vim should be killed
|
||||
|
||||
`Disclaimer: This has not been tested`
|
||||
|
|
Loading…
Add table
Reference in a new issue