标签: 树莓派
树莓派安装 aria2
树莓派安装 aria2 安装和配置 sudo apt install -y aria2 touch /home/pi/data/etc/aria2/aria2.session vim /home
...Read more...
无屏幕和键盘配置树莓派WiFi和SSH
无屏幕和键盘配置树莓派WiFi和SSH WiFi 网络配置 用户可以在未启动树莓派的状态下单独修改 /boot/wpa_supplicant.conf 文件配置 WiFi 的 SSID 和密码,
...Read more...
树莓派查看信息
查看树莓派型号 cat /proc/device-tree/model Raspberry Pi 2 Model B Rev 1.1 查看系统位数 getconf LONG_BIT file /
...Read more...
树莓派桌面显示乱码
raspi-config 设置 locale en_GB.UTF-8... done zh_CN.GBK... done zh_CN.UTF-8... done 安装文泉驿中文字体库 apt-g
...Read more...
raspberry 挂载 webdav
raspberry 挂载 webdav 安装使用 sudo apt-get install davfs2 sudo dpkg-reconfigure davfs2 sudo mount -t d
...Read more...
域名加入HTTPS并设置HSTS
子域名加入了https,并设置了hsts,记录下配置 nginx server { listen 80; server_name subdomain; rewrite ^(.*) https:/
...Read more...