HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

raspi-config — An `ncurses` terminal GUI to config a Raspberry Pi. More information: <https://www.raspberrypi.com/d

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalraspberrycommandcliconfigncursesguiraspi-config
linux

Problem

How to use the raspi-config command: An ncurses terminal GUI to config a Raspberry Pi. More information: <https://www.raspberrypi.com/documentation/computers/configuration.html>.

Solution

raspi-config — An ncurses terminal GUI to config a Raspberry Pi. More information: <https://www.raspberrypi.com/documentation/computers/configuration.html>.

Start raspi-config:
sudo raspi-config

Code Snippets

Start `raspi-config`

sudo raspi-config

Context

tldr-pages: linux/raspi-config

Revisions (0)

No revisions yet.