Centos是现在十分常用的Linux系统之一,有些新用户不知道如何修改该系统主机名称,接下来小编就给大家介绍一下具体的操作步骤。 具体如下: 1. 首先第一步根据下图所示,打开【终端】窗口。 2. … Continue reading 如何修改Centos系统主机名称
标签: centos
U盘安装centOS遇到dracut-initqueue timeout问题解决办法
U盘安装centOS遇到dracut-initqueue timeout问题解决办法 安装centos的时候如果dracut-initqueue timeout报错,可以等报错结束后在命令行操作 cd … Continue reading U盘安装centOS遇到dracut-initqueue timeout问题解决办法
腾讯云服务器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
CentOS 系统一键卷组挂载(使用所有容量)教程 centos硬盘扩容升级后如何叠加到之前的硬盘上
本教程适用于CentOS 6 / 7 系列,手动挂载请参考请参考《CentOS 6 卷组挂载硬盘教程》,自动卷组挂载则更适合新手或急需扩容硬盘的客户。 基于Xensystem面板的VPS默认挂载10G … Continue reading CentOS 系统一键卷组挂载(使用所有容量)教程 centos硬盘扩容升级后如何叠加到之前的硬盘上