第一次使用树莓派时,需要进行一些简单的配置。
(1)基本配置
sudo raspi-config
- 修改 User password (pi 用户的默认密码为raspberry)
- 修改 Timezone(Asia-Shanghai)
- 修改 Keyboard (China-Chinese)
- 修改 Wi-Fi country(CN China)
- 开启 SSH
- 开启 VNC
- 扩展 Filesystem
(2)设置屏保
sudo apt-get install xscreensaver
This may take a few minutes. Once this has been installed, you can find the screensaver application under the Preferences option on the main desktop menu. This provides many options for setting up the screensaver, or disabling it completely.
(3)设置中文输入法
sudo apt-get install fcitx
sudo apt-get install fcitx-pinyin # 安装fcitx拼音
sudo apt-get install fcitx-googlepinyin # 安装google拼音
reboot
Ctrl + Space 切换中英文
Ctrl + Space 切换中输入法
参考资料:
- 树莓派 3B 入手 基础篇(1): http://blog.youkuaiyun.com/shenhuan1104/article/details/53500831
- SETTING THE SCREEN SAVER/SCREEN BLANKING:https://www.raspberrypi.org/documentation/configuration/screensaver.md