后端开发2025年08月12日
===>首先需要使用https<===https://ruby.taobao.org/ 第一步 下载http://pan.baidu.com/s/1kU0rxtH 复制到ruby安装的根目录 第二步 添加系统环境变量: SSL_CERT_FILE=ruby的根目录加\cacert.pem(类似C:\Ruby22-x64\cace...
服务器2025年08月06日
最近又有兴趣在linux下搭建个虚拟机,于是去找了个VMWorkstation,安装的过程中报了两个错误 Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such fil...
服务器2025年06月17日
Job for network.service failed because the control process exited with error code问题 解决方法: 1、停止NetworkManager systemctl stop NetworkManager systemctl disable NetworkManager systemc...
服务器2025年06月11日
在CentOS 7或RHEL 7或Fedora中防火墙由firewalld来管理 添加 firewall-cmd --zone=public --add-port=80/tcp --permanent (--permanent永久生效,没有此参数重启后失效) firewall-cmd --zone=public --add-port=1000-2000/t...
服务器2025年06月06日
添加epel阿里云1、 首先卸载以前装的epel 以免影响:rpm -e epel-release2、 下载阿里提供的epel 。wget -P /etc/yum.repos.d/ http://mirrors.aliyun.com/repo/epel-6.repo3、yum clean all4、yum makecache ...
服务器2025年05月22日
安装mysql-server [root@iZwz9cl4i8oy1reej7o8pmZ ~]# yum install -y mysql-server 进入/etc执行mysql_install_db [root@iZwz9cl4i8oy1reej7o8pmZ ~]# /etc/init.d/mysqld start MySQL Daemon faile...
其他教程2025年03月04日
本篇内容主要讲解“Microsoft Visual C++ 2015 Redistributable Setup Failed错误 0x80240017怎么修复”,感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习“Microsoft Visual C++ 2015 Redistributable Setup Failed...