Monday, Mar 9, 2020
使用了一段时间litespeed商业版 商业版的litespeed功能确实强大,配置也不难 但是最后测试对比caddy后,决定把服务器切换成caddy 在同样的架构,网络,程序,系统环境不变的情况下 测试发现caddy响应速度比litespeed要快大概2秒左右 Caddy同样也支持最新的quic协...
Sunday, Mar 8, 2020
monitoror is a very powerful monitoring system based on golang open source Excerpt from official profile Monitoror is a single file application writte...
Saturday, Mar 7, 2020
A forum program based on golang, mysql, redis The main functions are as follows, taken from the official website > Inside station message system. √ ...
既然有人问buyvm 限制cpu吗 其实这个问题购买过vps的人都应该知道 绝对是百分百限制cpu的,,,不但cpu,网络也限制 还有磁盘I/O也是限制的。。。 最简单的问题,如果每个vps都不限制系统资源的话 那么从生意角度来讲划不来,,, 比如你5美金一个月的也占用百分百的CPU,还有磁盘的I/...
monitoror是一款基于golang开源的非常强大监控系统 摘自官方简介 > Monitoror是用Go编写的单个文件应用程序,可以在以下平台上运行: > Linux(64位,ARM) > 苹果系统 > Windows(64位) > 该应用分为两部分:核心和用户界面。 > 核心是服务器端Moni...
Friday, Mar 6, 2020
Don't know how many times the file has been deleted Especially on Linux systems, sometimes the delete command is executed, sometimes the synchronizati...
After installing litespeed, it can be managed through the web by default. But after a long time, I will forget the password. Here is a command to rese...
不知道犯了多少次文件被删除的悲哀 尤其时在Linux系统,有时候执行删除命令,有时候执行同步命令,路径写错,文件就没了 https://s3.cdnha.com/vpslalaimg/9ea7d896957a6a6841911c623e0adfd2.png 下面开始设置Linux系统下防止文件删除的...
CA App Synthetic Monitor Online ping tool that only performs response speed tests to target websites from around the world. Supports entering a domain...
The shell script generates sequential numbers in bulk, very simple and convenient, can be used as numbering for i=1; i<101; i++ do echo $i Done Genera...