raspberry 安裝

raspberry pi 安裝 108.04.18
lsb_release -a
Distributor ID:    Raspbian
Description:    Raspbian GNU/Linux 9.8 (stretch)
Release:    9.8
Codename:    stretch

cat /etc/os-release

固定IP設定
按網路ICON右鍵,設定網路(Wireless & Wired Network Settings)
選擇eth0 進行設定,將網路相關數值鍵入
設定好後在/etc/dhcpcd.conf會有以下的資料
interface eth0
inform 192.168.1.9
static routers=192.168.1.1
static domain_name_servers=168.95.1.1

ssh
raspi-config 
5 Interfacing Options
P2 SSH
把它enable

apt install xrdp
apt install nmap
apt install rcconf

安裝中文輸入法
apt-get install scim scim-tables-zh
再用圖形界面將輸入法切換成scim

mysql
Debian 9安裝配置MariaDB(MySQL)https://www.twblogs.net/a/5c65646bbd9eee06ee22da05
Debian 9 使用 MariaDB 徹底代替了 MySQL。因此在配置方面,相比之前版本有很多的不同。
請依文件設定權限

apt-get install mysql-server
apt install apache2
apt install php7.0
apt install phpmyadmin

本篇發表於 Linux系統。將永久鏈結加入書籤。