魔法
未读
宝塔面板+V2Board搭建科学上网-前端搭建教程
Github:GitHub - v2board/v2board: 🚀A multiple proxy protocol manage panel application interface 一、安装宝塔面板 国内 wget -O install.sh http://www.aapanel.com/
私服搭建
未读
【森林之子】Sons Of The Forest服务器搭建教程
一、系统准备 需要最低2核4G配置的Windows服务器(需要设置虚拟内存),4核8G不用设置 系统选择为Windows server 2019或者Windows server 2022 云服务器开启UDP8766, 9700 和 27016端口 二,安装steamcmd并下载游戏 用服务器浏览器下
私服搭建
未读
【森林】The Forest服务器搭建教程
一、系统准备 需要最低2核4G配置的Windows服务器,系统选择为Windows server 2019或者Windows server 2022 云服务器开启UDP8766, 27015 和 27016端口 二,安装steamcmd并下载游戏 用服务器浏览器下载
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