“VPS搭建”
VPS搭建相关知识debian开启bbr
1. 修改sysctl.conf配置文件 echo "net.core.default_qdisc=fq" >> /etc/sysctl.co...
宝塔7.7原版+开心脚本+优化脚本
#安装更新运行环境(Debian系统) apt update -y && apt dist-upgrade -y && apt install ...
Another app is currently holding the yum lock解决方法
用yum安装包有时候会提示 ``` Another app is currently holding the yum lock; waiting for it to exit...
mjj版的linux入门教程
mjj版的linux入门教程 本文的首要目的是给予Linux初学者一个简单、易学的教程,以便在看完本文后对Linux系统有一个基础的认识(而非系统级的深入),可以对常见的软件...
宝塔自动创建腾讯云轻量快照服务
宝塔安装 Node.js 版本管理器,命令行选择你安装的版本 mkdir xxx cd xxx npm init npm i tencentcloud-sdk-node...