Skip to content

Instantly share code, notes, and snippets.

@thesandybridge
Last active November 11, 2021 04:14
Show Gist options
  • Save thesandybridge/dbf92526e71622eb0d25bdf4f55b29e4 to your computer and use it in GitHub Desktop.
Save thesandybridge/dbf92526e71622eb0d25bdf4f55b29e4 to your computer and use it in GitHub Desktop.
linux-defaults

Common Problems/Fixes

Common CLI Tools

timeshift: take snapshots of system and can perform system recovery.

ncdu: drive capacity analysis, easily identify which directories are using the most space.

htop: CLI system monitor highly configurable.

apropos: command to search for CLI commands using keywords.

man: search for manual in the shell.

neofetch: List system information in a nice display


Common vscode commands

ctrl+k, v => Preview markdown files.


Mouse reset Ubuntu

fixes bugs with mouse and touchpad

sudo modprobe -r psmouse
sudo modprobe psmouse

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment