mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 14:42:29 +00:00
14 lines
302 B
Plaintext
14 lines
302 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# raspi-config
|
|
|
|
> An `ncurses` terminal GUI to config a Raspberry Pi.
|
|
> More information: <https://www.raspberrypi.org/documentation/computers/configuration.html>.
|
|
|
|
- Start `raspi-config`:
|
|
|
|
`sudo raspi-config`
|