Linux相关

  • LEDE Let's Encrypt 插件问题

    问题:SSL证书无法生成,提示key错误解决:dnspod: sh /koolshare/acme/acme.sh --home /koolshare/acme --upgrade --auto-upgrade 阿里:/koolshare/...

  • LEDE固件怎么开启Entware

    安装和使用Entware1.挂在U盘命令a)方法1mount -t ext4 /dev/sda1 /mnt/onmp /# 这样就挂载上了 df -h Filesystem Size Used Ava...

  • Linux 源

    查看系统方法:lsb_release -a 阿里源 https://developer.aliyun.com/mirror/清华源 https://mirrors.tuna.tsinghua.edu.cn/中科大源 htt...

  • Centos安装lrzsz遇到的问题

    cd /var/lib/rpm      # rpmdb所在目录rm -f __db.*      # 清除原rpmdb文件rpm --rebuilddb      # 重建rpm数据库yum clean all      # 清除所有yu...

  • 升级 nginx 1.15 后出现的 [warn]

    报错代码为:nginx: [warn] the "ssl" directive is deprecated, use the "listen ... ssl" directive instead in...

  • Linux KVM主机添加 IPv6访问

    第一类情况,VPS商分配了IPV6无法使用很多的vps主机商都提供了ipv6地址,BUT,给了地址有什么用呢?用不了记录一下配置1.安装net-toolscentosyum -y install net-tools ubuntuapt-ge...

  • Centos 7 Python2.x升级3.x

    1.安装支持文件:yum install gcc gcc-c++ -y2.下载python3.7.4程序wget https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tgz3.解压tar...

  • Linux 修改DNS服务器&&刷新DNS缓存

    一、临时修改DNS1.修改DNS服务器编辑vim /etc/resolv.conf 文件,清空内容增加DNS地址nameserver 8.8.8.8nameserver 8.8.4.42.清理DNS缓存centos:yum -y insta...