项目主页 https://make.quwj.com/project/10
假定树莓派已经安装好nginx和php,下载文件到指定目录
cd /var/www/html sudo git clone https://github.com/spoonysonny/pi-dashboard.[......]
项目主页 https://make.quwj.com/project/10
假定树莓派已经安装好nginx和php,下载文件到指定目录
cd /var/www/html sudo git clone https://github.com/spoonysonny/pi-dashboard.[......]
为AriaNG配置一个基于端口的虚拟主机
修改,sudo vim /etc/nginx/sites-available/default
server{ listen 8088; #server_name _; locatio[......]
安装,sudo apt-get install samba
修改配置,sudo vim /etc/samba/smb.conf
[public] comment = public folder path = /public read only =[......]
欢迎访问 http://francis67.cc:5551/
使用 NVM 安装
# install nvm wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh[......]
采用LNSP配置(Linux + Nginx + Sqlite + PHP)
sudo apt-get install nginx,安装
sudo /etc/init.d/nginx start,启动服务
修改 sudo vim /etc/nginx/sit[……]
运行 lsb_release -c,查看对应版本,我的为buster。
运行 sudo nano /etc/apt/sources.list,增加中科大和阿里的镜像。
deb http://mirrors.aliyun.com/raspbian/raspbian/ b[......]
从官网下载镜像 https://www.raspberrypi.org/downloads/raspberry-pi-os/,使用Win32 Disk Imager (https://sourceforge.net/projects/win32diskimager/) 向SD卡写入镜[……]