Linux
未读
青龙面板搭建教程-适用于docker
Github:https://github.com/whyour/qinglong 一、更新系统 sudo apt update && sudo apt upgrade -y 二、安装docker bash <(curl -sSL https://linuxmirr
Linux系统进程守护systemd
创建文件(下面web为名称自行修改) vi /usr/lib/systemd/system/web.service 添加参数(以下参数web为路径自行修改) \[Unit\]
Description=web
After=network.target
\[Service\]
Type=simple
Linux
未读
Cloudreve网盘构建教程
Github:https://github.com/cloudreve/Cloudreve 一、部署环境 需要环境(nodejs,Yarn,go>=18) 安装nodejs apt-get install -y curl && curl -fsSL https://de
Ubuntu22.04 LTS安装docker
更新软件包并安装依赖 sudo apt update && sudo apt install apt-transport-https ca-certificates curl gnupg-agent software-properties-common 添加Docker官方GPG密钥 curl -f