在 https://github.com/naiba/nezha/releases 下载对应架构的 zip 包,软路由通常是 nezha-agent_linux_arm64.zip 解压后把二进制文件放入/root 运行 chmod +x /root/nezha-agent 赋予执行权限,然后创建 /etc/init.d/nezha-service…
这篇文章没有摘要
一.安装中文包 sudo apt-get install language-pack-zh-hans 二.配置语言环境变量 1.打开/etc/environment sudo vim /etc/environment 把下面代码添加进environment文件 LANG="zh_CN.UTF-8" LANGUAGE="zh_CN:zh:en_US:…
一.安装: wget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log 第一步:选择是…
Windows 7 sp1 64位 企业精简版 (账户Administrator密码nat.ee) wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash Insta…
1.更新系统: sudo apt update && sudo apt upgrade 2.安装 gcc-8-base 包: sudo apt install gcc-8-base 3.打开 /etc/apt/sources.list,注释所有的 buster 仓库,在行的开头加上 #。在文件的末尾添加以下几行: deb http:…
安装重装系统的前提组件: Debian/Ubuntu: apt-get install -y xz-utils openssl gawk file wget screen && screen -S os RedHat/CentOS: yum install -y xz openssl gawk file glibc-common w…
方法1:创建实例时候添加命令在创建实例的时候,一定要输入SSH密钥如果你怕那个比较麻烦!那么利用 cloud-init脚本来开启root账号密码登录!#!/bin/bash echo root:你的密码 |sudo chpasswd root sudo sed -i 's/^#\? PermitRootLogin.*/PermitRootLogin…
点我下载
点我下载