跳至主要内容

博文

目前显示的是 一月, 2024的博文

菲律宾 VPS 服务器,月均只要16.5元/月,优惠推荐

  原文: https://ichochy.com/posts/vps/20240105.html Megalayer 致力于成为全球电信增值服务提供商,为用户在全球范围内提供优质、稳定的互联网服务,目前已经在 香港、日本、美国 等地区部署节点,并且将继续在东南亚地区进行战略布局,提升资源优势以及市场优势。 资费 月资费 年资费,最低16.5元/月 服务器特点和优势 服务器可以月付,低至 24元/月 。 服务器可以年付 199元/年 ,低至 16。5元/月 。 服务器有香港 CN2 优化线路,低延迟,国内访问首选。 服务器还支持多种优化线路, 极低延迟 访问,没有丢包问题。 服务器系统可以选择  Windows  和  Linux  ,可以自定义硬件配置和网络带宽。 服务器支持 支付宝 等其它多种方式购买。 服务器网络测速 优化带宽: 154.55.128.254 全向带宽: 154.39.240.254 国际带宽: 154.39.247.254 服务器推荐 在线推荐有优惠哦 Megalayer 服务商: https://www.megalayer.net/ 推荐地址: https://account.megalayer.net/aff.php?aff=1678  2024 VPS 优惠码: VPS2024-50%OFF 注:注册登录后可以看到特价VPS   相关文章 香港CN2优化线路带宽低延迟VPS服务器推荐  2023/11/20 菲律宾VPS服务器便宜推荐  2023/10/22 Mac launchctl 自定义服务启动  2023/11/28 Mac 终端设置代理,设置一键开启和取消  2023/11/25 第一次通过 SSH key 免密连接 GitHub 的完整过程  2022/11/07

使用 certbot 通过 Let's Encrypt 申请免费证书,部署到 nginx 中,开启 https

 使用  certbot  可以很方便、快捷的通过  Let’s Encrypt  申请免费的证书,并部署到  nginx  中,开启 https 在 Linux 通过命令安装 安装 Nginx sudo apt install nginx 安装 certbot 先安装 snap sudo apt install snap 再通过 snap 安装 certbot sudo snap install --classic certbot sudo ln -s /snap/bin/certbot /usr/bin/certbot 运行 certbot 给 Nginx 安装证书 sudo certbot --nginx 设置邮箱,输入自己的邮箱 Enter email address ( used for urgent renewal and security notices ) ( Enter 'c' to cancel ) : [email protected] 确认条款 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Please read the Terms of Service at https://letsencrypt.org/documents/LE-SA-v1.3-September-21-2022.pdf. You must agree in order to register with the ACME server. Do you agree? - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ( Y ) es/ ( N ) o: y 订阅邮件 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Would you be willing, once your first certificate is successfully issued, to share your email address with t