centos版本有:1.liveDVD版,光盘CentOS系统;2.liveCD版,精简的光盘CentOS系统;3.bin-DVD版,普通安装版;4.bin版,安装在硬盘的centos系统;5.min … Continue reading centos有哪些版本
标签: centos
centos中selinux是什么
本文操作环境:centos 7系统、Dell G3电脑。 centos中selinux是什么 安全增强型Linux(Security-Enhanced Linux)检查SELinux,它是一个Linu … Continue reading centos中selinux是什么
CentOS Linux 被抛弃后,联合创始人赞助 Rocky Linux:不影响独立性
IT之家1月30日消息 去年 12 月份,CentOS 官网正式宣布,将停止维护 CentOS Linux,并将更多资金和人力投入到 CentOS Stream 中。而 Rocky Linu … Continue reading CentOS Linux 被抛弃后,联合创始人赞助 Rocky Linux:不影响独立性
腾讯云服务器yum安装提示 “Could not resolve host: mirrors.tencentyun.com; Unknown error”解决方法
今天服务器yum安装文件报错,无法拉取源镜像文件,提示 “Could not resolve host: mirrors.tencentyun.com; Unknown error” 原因:腾讯云服务 … Continue reading 腾讯云服务器yum安装提示 “Could not resolve host: mirrors.tencentyun.com; Unknown error”解决方法
centos如何关闭swap分区
echo “vm.swappiness = 0”>> /etc/sysctl.conf swapoff -a && swapon -a sysctl -p 永久生效: ec … Continue reading centos如何关闭swap分区
阿里云服务器使用frp做内网穿透服务端及客户端配置教程
Frp做内网映射部署简单,而且端口可以完全自定义。之前使用花生壳和natapp均无法自定义自己需要的端口,是时候自己部署了。 环境介绍 服务端环境:阿里云ECS centos7 64位系统 win客户 … Continue reading 阿里云服务器使用frp做内网穿透服务端及客户端配置教程
apt-get和yum命令的区别
一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列 1 常见的安装 … Continue reading apt-get和yum命令的区别
frp服务端后台运行和停止命令
centos系统下命令如下: 1、运行 nohup ./frps -c frps.ini >/dev/null 2>&1 & 2.停止 先找到这个进程 ps -aux|gr … Continue reading frp服务端后台运行和停止命令
centos系统yum update和yum upgrade的区别
1 区别 yum update和yum upgrade的功能是一样的,都是将需要更新的package更新至软件源中的最新版。区别是 yum upgrade会删除旧版本的package,而yum upd … Continue reading centos系统yum update和yum upgrade的区别
centos yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again
在CentOS 7.1 x86_64下安装宝塔面板的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verif … Continue reading centos yum安装时出现:Cannot retrieve metalink for repository: epel. Please verify its path and try again