树莓派官方设置工具 raspi-config 说明

树莓派官方设置工具 raspi-config 说明

https://blog.csdn.net/weixin_42455305/article/details/80687002

一.树莓派常用命令

  1. sudo reboot   # 重启
  2. sudo halt     # 关机
  3. sudo rpi-update     #树莓派更新
  4. sudo apt-get update     #更新软件信息数据库 
  5. sudo apt-get upgrade     #进行系统升级 
  6. sudo raspi-config     #配置
  7. ifconfig     #显示联网信息,会返回有线网络和无线网络的MAC地址和IP地址状态
  8. sudo apt-get install xrdp     #WINDOWS的远程桌面连接树莓派服务
  9. sudo apt-get install 软件名1 软件名2 软件名3……     #安装软件 
  10. sudo apt-get remove 软件名1 软件名2 软件名3……        #卸载软件
  11. sudo apt-get remove –purge 软件名1     #卸载并清除配置
  12. sudo apt-cache search 软件名1 软件名2 软件名3……      #搜索软件包 
  13. sudo apt-get install chromium-browser  chromium-l10n     #安装chrome

二.树莓派官方设置工具 raspi-config 说明

(一)、简介:
raspi-config是Raspberry PI官方Raspbian镜像自带的一个系统配置工具。它都可以做什么呢?让我们来学习一下吧。raspi-config,会在系统首次启动时自动运行,就是那个蓝色背景,灰底黑字的界面。首次自动运行之后,下次就不会自动 运行了,若想手动运行,请以root身份运行:

  1. pi@raspberrypi:~$ sudo raspi-config
  2. ┌─────────┤ Raspberry Pi Software Configuration Tool (raspi-config) ├─────────┐
  3. │                                                                             │
  4. │    1 Expand Filesystem             Ensures that all of the SD card          │
  5. │    2 Change User Password          Change password for the default          │
  6. │    3 Boot Options                  Choose whether to boot into a de         │
  7. │    4 Wait for Network at Boot      Choose whether to wait for netwo         │
  8. │    5 Internationalisation Options  Set up language and regional set         │
  9. │    6 Enable Camera                 Enable this Pi to work with the          │
  10. │    7 Add to Rastrack               Add this Pi to the online Raspbe         │
  11. │    8 Overclock                     Configure overclocking for your          │
  12. │    9 Advanced Options              Configure advanced settings              │
  13. │    0 About raspi-config            Information about this configura         │
  14. │                                                                             │
  15. │                                                                             │
  16. │