I searched up and found a Guide that can help users to learn how to use Autokey the most effectively:
https://www.makeuseof.com/use-autokey-to-automate-repetitive-tasks-on-linux/
I just added these two commands to AutoKey:
I just discovered this one...
Sometimes, your RAM fills while you are working and it is not a good time to reboot.
With three commands, you can clear out some RAM:
sudo sync
sudo sysctl -w vm.drop_caches=3
IMPORTANT!:
You must run the following command again, or information currently in RAM that you are using and need could be lost
sudo sync
After running all three of the above, you should see a marked increase in Available RAM.
I can remember sudo sync
just fine. But the clearing of RAM, I never remember it right.
Do not forget to repeat sudo sync
after clearing the RAM (Important!)
3 Likes