sketchpad

A collection of personal and technical notes.

View the Project on GitHub arantebw/sketchpad

systemctl

Restart the NetworkManager service.

sudo systemctl restart NetworkManager

Shuts down and power-off your machine.

sudo systemctl poweroff

Start the docker-desktop service.

systemctl --user start docker-desktop &

Check the status of a service.

sudo systemctl status <service_name>

Restarts a service.

sudo systemctl restart <service_name>