linuxcommands
This is an old revision of the document!
Table of Contents
Linux commands, tools and fixes
This is the place I jot down solutions or nice bash commands and tools.
Good tools
- btop for view resources and killing processes
- tldr for a short tl;dr version of manuals
- mc (midnight commander) for CLI file management
sudo apt install btop tldr mc
or
sudo dnf install btop tldr mc
Disable Hibernate
In case Hibernate causes your computer to crash, disabling it will also remove the option from all menus.
sudo systemctl mask hibernate.target hybrid-sleep.target
Use unmask to reenable and status to see if it's enabled.
linuxcommands.1764965563.txt.gz · Last modified: by mathog
