×
请登录
账号
密码
登录 Use it
文章
随笔
标签
登录
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年前
10930
0
wordpress开启https后css样式丢失(PHP74+Nginx)
1、打开网站根目录文件\wp-includes\functions.php,找到代码 require( ABSPATH . WPINC . '/option.php' );大概在第8行。 在下方添加以下代码: add_filter('script...
HUC-WFX
文章
1年前
11371
0
Centos7 mysql5.6升级mysql5.7
操作系统:centos7 一、前言 系统架构升级导致接口不能启动 二 、升级步骤 1.下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql57-communi...
HUC-WFX
文章
1年前
10972
0
腾讯云服务器yum错误解决
1、问题 错误:rpmdb: BDB0113 Thread/process 20812/140301431175232 failed: BDB1507 Thread died in Berkeley DB library 错误:db5 错误(-3...
HUC-WFX
文章
1年前
10935
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年前
11274
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年前
11110
0
Brew 常用命令
安装包 brew install [包名] 卸载包 brew uninstall [包名] 查询可更新的包 brew outdated 更新包 brew upgrade(更新所有) brew upgrade [包名] 清理所有包的旧版本 brew...
HUC-WFX
随笔
1年前
3206
0
Linux samba文件共享
1、安装samba yum install samba yum install samba* 2、检查SMB服务状态 systemctl status smb //查看状态 systemctl start smb //启动smb systemct...
HUC-WFX
文章
1年前
11276
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年前
3138
0
Ubuntu启用root
1、创建root用户密码 sudo passwd root 2、修改50-ubuntu.conf sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 添加如下两行: greete...
HUC-WFX
随笔
1年前
3187
0
1
2
热门文章
1.
常见危险端口服务及对应漏洞
2.
wordpress开启https后css样式丢失(PHP74+Nginx)
3.
Linux samba文件共享
4.
Centos8 安装mysql5.7
5.
Centos 8 (RHEL8)安装dotnet5
6.
Centos7 mysql5.6升级mysql5.7
最新发布
1.
python2.7 pip安装错误
2.
wordpress开启https后css样式丢失(PHP74+Nginx)
3.
Centos7 mysql5.6升级mysql5.7
4.
腾讯云服务器yum错误解决
5.
Centos8 安装mysql5.7
6.
Centos 8 (RHEL8)安装dotnet5