Ward:一个简约美观多系统支持的云监控

介绍 Ward是一个基于Java的简单且美观的服务器监视工具。支持暗色主题,多系统支持。 其中监控内容有CPU,内存使用,硬盘使用,服务器运行时间等等。 Ward is a simple and and minimalistic server monitoring tool. Ward supports adaptive design system. Also it supports dark theme. It shows only principal information and can be used, if you want to see nice looking dashboard instead looking on bunch of numbers and graphs. Ward works nice on all popular operating systems, because it uses OSHI. https://github.com/B-Software/Ward#about 安装方式 直接运行 下载 在GitHub Release 下载已编译好的 jar 包。...

2020-07-29 1 min 207 words

CloudFlare Speed选项优化

优化CloudFlare Rocket Loader与Browser Insights,加快网站加载速度(误)。

2020-07-28 1 min 52 words

CloudFlare Spectrum SSH转发加速

为你的被阻断/IPv6小鸡设置SSH中转转发加速

2020-05-22 1 min 157 words

Coding文件网盘实现图床与文件直链下载

Coding团队版无限空间文件网盘,实现文件高速直链下载与图床程序。

2020-04-24 1 min 62 words

Valine自定义表情与QQ邮箱头像支持

魔改Valine,添加自定义表情与QQ邮箱头像支持

2020-04-15 3 min 622 words

免费静态托管服务

记录下互联网大厂免费额度的静态网站托管服务

2020-02-29 1 min 192 words

[Magisk模块] 幻影Pin一键驱动

基于幻影Pin驱动的Magisk模块

2019-10-14 1 min 18 words

Linux安装Node.js环境

常规安装 以安装v12.x.x版本为例 1 2 3 4 5 6 7 #Ubuntu/Debian curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - apt update && apt install -y nodejs #CentOS/RedHat curl --silent --location https://rpm.nodesource.com/setup_12.x | sudo bash - yum update && yum install -y nodejs 然后执行node -v与npm -v查看是否安装成功 NVM安装 Node Version Manager - NVM 一款由 bash 写的 NodeJS 版本管理器 下载 1 2 3 4 5 curl -o- https://raw....

2019-07-26 2 min 220 words