跳至主要内容

VPS常用工具收集

1.哪吒监控

简介:一个开源、轻量的服务器和网站监控、运维工具

官网:https://nezhahq.github.io/

2.CloudFlare

简介:DNS解析、代理

官网:https://cloudflare.com

3.Cloudreve

简介:支持多家云存储驱动的公有云文件系统(网盘)

官网:https://github.com/cloudreve/Cloudreve

4.CloudflareSpeedTest
简介:自选优选 IP」测试 Cloudflare CDN 延迟和速度,获取最快 IP (IPv4 / IPv6)!另外也支持其他 CDN / 网站 IP ~
官网:https://github.com/XIU2/CloudflareSpeedTest

评论

此博客中的热门博文

[QV2ray]源码解读

 main.cpp SIGTERM termination request, sent to the program SIGSEGV invalid memory access (segmentation fault) SIGINT external interrupt, usually initiated by the user SIGILL invalid program image, such as invalid instruction SIGABRT abnormal termination condition, as is e.g. initiated by   abort() SIGFPE erroneous arithmetic operation such as divide by zero https://en.cppreference.com/w/c/program/SIG_types 2.Application QVBASEAPPLICATION( SingleApplication ) -Qv2rayPlatformApplication -- Qv2rayWidgetApplication -- Qv2rayQMLApplication -- Qv2rayCliApplication

SSH基本使用

1.创建ssh公钥和私钥 ssh-keygen -t rsa -C [your_mail] 2.打开 公钥id_rsa.pub 复制全部内容到 VPS 3.测试是否连通 ssh -T [VPS地址] 4.保存到keychain,实现永久保存 ssh-add -K ~/.ssh/id_rsa