杜郎俊赏 - dujun.io

开源实例之ISPConfig

ispconfig-example封面
前言 ISPConfig 是 PHP 语言编写的开源主机控制面板,可以管理虚拟主机、开设网站、开设邮箱、管理 MySQL 数据库、支持 DNS 解析和监控服务器运行状况等。 实例地址 https://ispconfig.dujun.eu.org 实例配置 配置 描述 系统 Debian 程序 ISPConfig 3.2.9 实例部署 ISPConfig 官方提供了自动安装脚本,也提供手动安装包下载。详见官网https://www.ispconfig.org。 自动安装 Debian / Ubuntu 安装脚本示例: wget -O - https://get.ispconfig.org | sh -s -- --use-nginx --use-ftp-ports=40110-40210 --unattended-upgrades 手动安装 需要先安装 Nginx、MySQL 和 PHP,然...

2023-01-29

1116封面
新年快乐

2023-01-22

开源实例之Sentora

sentora-example封面
前言 Sentora is based on the solid foundations of ZPanel and developed by the original team, Sentora provides a robust open-source web hosting control panel for small to medium ISPs. Sentora是一款适合中小型ISP的开源主机面板,由 ZPanel 原班人马开发。 实例地址 https://sentora.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 Sentora 2.0.0 实例部署 Sentora官方提供了一键安装脚本,详见官网http://www.sentora.org。 官方建议系统 CentOS 8 Ubuntu 20.04 官方安装脚本 bash 实例体验...

2023-01-19

开源实例之Spug

spug-example封面
前言 Spug是面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、 应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。 实例地址 https://spug.dujun.eu.org 实例配置 配置 描述 系统 Debian 数据库 MariaDB 10.5 程序 Spug 3.2.5 实例部署 Spug官方建议用 Docker 部署来确保体验的一致性,详见官网https://www.spug.cc。 docker-compose.yml version: "3.3" services: db: image: mariadb:10.8.2 container_name: spug-db restart: always command: --port 3306 --character-set-se...

2023-01-17

开源实例之EHCP

ehcp-example封面
前言 EHCP(Easy Hosting Control Panel)is a Hosting Control Panel. EHCP is a tool in a server to facilate the process of hosting domains, emails, adding domains, ftp users and so on. EHCP 默认支持 Nginx 和 PHP,对低配置服务器很友好。 实例地址 https://ehcp.dujun.eu.org 实例配置 配置 描述 系统 Ubuntu 18.04 程序 EHCP 18.04.b 实例部署 EHCP 提供了脚本安装和 Docker 部署。详见官网https://www.ehcp.net。 脚本安装 以 Ubuntu 18.04 为例: wget -O ehcp.tgz www.ehcp.net/ehcp...

2023-01-15

开源实例之mdserver-web

mdserver-web-example封面
前言 mdserver-web 是 UI 高仿宝塔的开源Linux面板。作者参考宝塔,按照自己的思路做了优化,并且更新非常勤奋。 实例地址 https://mdserver-web.dujun.eu.org 实例配置 配置 描述 系统 Debian 程序 mdserver-web 0.12.1 实例部署 官方提供了一键安装脚本,详见https://github.com/midoks/mdserver-web。 JSDelivr地址 curl -fsSL https://cdn.jsdelivr.net/gh/midoks/mdserver-web@latest/scripts/install.sh | bash 备用地址 curl -fsSL https://raw.githubusercontent.com/midoks/mdserver-web/master/scripts/insta...

2023-01-14

开源实例之Webmin

webmin-example封面
前言 Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. Webmin是一个用于Linux系统管理的开源的基于web的系统管理配置工具。有了这个工具的帮助,我们可以管理内部的系统配置,诸如设置用户账户,磁盘配额,像Apache...

2023-01-14

听到窗外鞭炮声,一个送丧队伍从村里经过。三周以来,这是第三个我亲眼所见的村里人(或是邻村)过世。据传现在市里火葬场紧张,要排队。可能晚上名额好拿一点,送丧也都是深夜。 我这次阳了几乎没有症状,最高 37.8 度,前几天已经阴了。但是老妈反复告诫我注意,现在到处在传谁谁阳康后洗了个头就死了。三年疫情,对工作生活产生了巨大影响,不过身边其实没发生过大事。放开之后突然“死亡”就离得这么近,甚至有些人听起来很儿戏就死了。比如前几周村里有个爱喝酒的人,喝了酒坐着猝死了。当然不都是因为新冠,只是大家都给眼下的苦难找了这个理由吧。

2023-01-10

开源实例之easypanel

easypanel-example封面
前言 easypanel 是一款免费的集开通虚拟主机,ftp 空间,mysql 数据库等功能为一体的虚拟主机控制面板,具备安全稳定、操作简便等特点。支持 php (windows 版本还支持 asp,asp.net), 支持磁盘配额,在线文件管理,在线 web 软件安装。 实例地址 https://easypanel.dujun.eu.org 实例配置 配置 描述 系统 CentOS 7.9 服务器 Nginx 程序 kangle 3.5.21.16 + easypanel 2.6.28 实例部署 easypanel 官方已停止维护,本实例使用第三方安装脚本,经过修改后生成 Docker 容器。不建议投入生产。 建议使用本系列开源镜像部署体验,详见:《开源实例之本系列镜像开源》。 实例体验 进入实例深度体验 后记 本实例仅供参考,不定期重置数据。 体验更多开源实例

2023-01-10

1108封面
妈妈今天又兴冲冲做蛋卷,比昨天熟练了很多,做出来的样子更好了,然后就迫不及待向邻居阿姨显摆了。小小蛋卷机就是阿姨群社交尖货。

2023-01-10

分页: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196