×
请登录
账号
密码
登录 Use it
文章
随笔
标签
登录
Cent OS 基线加固
1、Linux帐户口令生存期策略 描述:口令老化(Password aging)是一种增强的系统口令生命期认证机制,能够确保用户的口令定期更换,提高系统安全性。 处理建议: 修改文件/etc/login.defs,配置 PASS_MAX_DAYS...
HUC-WFX
随笔
1年前
3459
0
python2.7 pip安装错误
错误提示如下: Traceback (most recent call last): File "/usr/bin/pip", line 9, in <module> load_entry_point('pip==21.0', 'co...
HUC-WFX
随笔
1年前
14691
0
wordpress开启https后css样式丢失(PHP74+Nginx)
1、打开网站根目录文件\wp-includes\functions.php,找到代码 require( ABSPATH . WPINC . '/option.php' );大概在第8行。 在下方添加以下代码: add_filter('script...
HUC-WFX
文章
1年前
15674
0
Centos7 mysql5.6升级mysql5.7
操作系统:centos7 一、前言 系统架构升级导致接口不能启动 二 、升级步骤 1.下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-communi...
HUC-WFX
文章
1年前
13928
0
腾讯云服务器yum错误解决
1、问题 错误:rpmdb: BDB0113 Thread/process 20812/140301431175232 failed: BDB1507 Thread died in Berkeley DB library 错误:db5 错误(-3...
HUC-WFX
文章
1年前
14173
0
Centos8 安装mysql5.7
1、添加MySQL5.7仓库 关闭Centos8中MySQL默认的AppStream仓库: sudo dnf remove @mysql sudo dnf module reset mysql && sudo dnf module...
HUC-WFX
文章
1年前
14263
0
Centos 8 (RHEL8)安装dotnet5
1、运行环境 [root@Anolis ~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: AnolisOS Description: A...
HUC-WFX
文章
1年前
13851
0
Brew 常用命令
安装包 brew install [包名] 卸载包 brew uninstall [包名] 查询可更新的包 brew outdated 更新包 brew upgrade(更新所有) brew upgrade [包名] 清理所有包的旧版本 brew...
HUC-WFX
随笔
1年前
6774
0
Linux samba文件共享
1、安装samba yum install samba yum install samba* 2、检查SMB服务状态 systemctl status smb //查看状态 systemctl start smb //启动smb systemct...
HUC-WFX
文章
1年前
14240
0
OpenSSL 更新/修复(CVE-2020-1971)
OpenSSL 拒绝服务漏洞(CVE-2020-1971) 修复方法 wget https://www.openssl.org/source/openssl-1.1.1i.tar.gz tar -zxvf openssl-1.1.1i.tar.g...
HUC-WFX
随笔
1年前
6597
0
1
2
热门文章
1.
常见危险端口服务及对应漏洞
2.
wordpress开启https后css样式丢失(PHP74+Nginx)
3.
python2.7 pip安装错误
4.
Centos8 安装mysql5.7
5.
Linux samba文件共享
6.
腾讯云服务器yum错误解决
最新发布
1.
Cent OS 基线加固
2.
python2.7 pip安装错误
3.
wordpress开启https后css样式丢失(PHP74+Nginx)
4.
Centos7 mysql5.6升级mysql5.7
5.
腾讯云服务器yum错误解决
6.
Centos8 安装mysql5.7