# Verified tips

## Inspect changes
Use git status to see modified files and git diff for unstaged differences.

## Query logs of a service
Use journalctl -u SERVICE-NAME -n 50 --no-pager on systems with systemd.
Replace the name and confirm you are on the correct machine.

Record date and environment when adding a procedure.
