From 00339dd3cf6a8fee45d84ff25f9accdbe5c713c0 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 8 Aug 2023 02:23:33 +0000 Subject: [PATCH] Recommend regular pkill before pkill -9 to fix glitching RDP --- fuqs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuqs.html b/fuqs.html index f6a5afa..ea1b8ec 100644 --- a/fuqs.html +++ b/fuqs.html @@ -30,7 +30,7 @@

My remote desktop is glitching out!

- Log in to exohub or SSH and run the command pkill -9 -u $USER to kill all your processes. Note that you'll lose all unsaved work. + Log in to exohub or SSH and run the command pkill -u $USER to kill all your processes. If that doesn't fix it, run pkill -9 -u $USER to force kill everything. Note that you'll lose all unsaved work.

What kind of data does exozyme collect?