User Tools

Site Tools


linuxcommands

This is an old revision of the document!


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

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki