ID: I202605291044
Status: idea
Tags: Linux

linux command cheatsheet

Check Battery power

upower -i /org/freedesktop/UPower/devices/battery_BAT0

Wifi

Check nearby networks

nmcli device wifi list

Open Wifi TUI

nmtui

Check for recently used commands

This is to search for a command that you used and forgot:

`history | grep "STRING_TO_SEARCH_HERE'`

References