Raspberry Pi 設置

🖥️ 硬體介紹

🖥️ 安裝作業系統

選用Raspberry Pi OS with desktop and recommended software

用指令查版本 bsjh2727@bsjh2727:~ $ lsb_release -a

No LSB modules are available.

Distributor ID: Debian

Description: Debian GNU/Linux 12 (bookworm)

Release: 12

Codename: bookworm


偏好設定:1.改中文環境+zh_TW.UTF8。2.進行系統更新。

任何變動設定都要重新啟動系統。

sudo reboot

安裝中文輸入法下列方式擇一就好

改用Fcitx5來輸入中文      ---->    目前測試最成功  💾

sudo apt-get install fcitx fcitx-ui-classic fcitx-config-gtk

sudo apt install fcitx-chewing                  新酷音

sudo apt install fcitx-table-cangjie5     倉頡

sudo apt install fcitx-googlepinyin         Google拼音

sudo apt install fcitx-pinyin                        漢語拼音

sudo apt-get install scim scim-tables-zh

sudo apt-get install scim-chewing

sudo apt-get install scim scim-tables-zh scim-chewing scim-gtk-immodule im-switch

安裝好 SCIM 輸入法後,切換按鍵如下:•  Ctrl-Space :切換輸入中文或英文。•  Ctrl-Shift   :切換不同輸入法

安裝字型

sudo apt-get install ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy

          中文字型:文泉驛微米黑、文泉驛正黑、文泉驛點陣宋體

sudo apt-get install fonts-arphic*

          安裝全部文鼎中文字型

sudo apt-get install fonts-moe-standard-kai

          教育部標準楷書

sudo apt-get install fonts-cwtex-yen

           cwTex圓體

進terminal,練習輸入指令。

sudo apt-get update 

                     --> 連線到APT servere更新軟體資料庫

sudo apt-get upgrade

                     -->無腦更新全部有新版的軟體

sudo apt-get upgrade -y

sudo apt-get clean

                     -->清除更新時所下載回來的安裝檔案

sudo apt-get autoremove --purge

                     -->清除更新時所下載回來的相依套件

sudo reboot

執行 SSH 和 VNC 進行遠端操控。