欢迎光临IT网Linux学习频道

当前位置: > CentOS > CentOS入门 >
  • [CentOS入门] 如何重置 RHEL7/CentOS7 系统的密码 日期:2017-02-24 01:53:51 点击:52 好评:0

    随着越来越多的组织寻求构建和管理自己的开源云,所以拥有 OpenStack 经验仍然被视为技术界中最需要的技能。但是 OpenStack 是一个巨大的知识领域,包含了十几个正在积极开发的单独项目。仅仅使你的技能跟上它的最新发展就是一个挑战。 好消息是现在有很多资...

  • [CentOS入门] CentOS 7 使用阿里云的yum源 日期:2017-02-24 01:52:48 点击:74 好评:0

    1. 备份原来的yum源 sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak 2.设置aliyun的yum源 sudo wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 3.添加EPEL源 EPEL(http://fed...

  • [CentOS入门] centos7网络修改命令 日期:2017-02-19 23:27:03 点击:65 好评:0

    1.修改主机名命令#hostnamectl set-hostname localhostname 2.修改配置文件/etc/hostname 3.图形方式修改IP地址命令#nm-connection-editor 4.直接命令修改 #nmcli connection modify eth0 ipv4.addresses 192.168.100.20/24 #nmcli connection modify eth0 ip...

  • [CentOS入门] centos7忘记root密码重置 日期:2017-02-19 23:26:37 点击:51 好评:0

    centos7(rht7)忘记root密码重置方法: 1.启动时出现内核界面,按E键进入修改模式; 2.找到带有内核版本的行,在内核版本后面添加:console-tty0 rd.break 按下CTRL+X 3.在命令行中#mount -o remount,rw /sysroot/ 4.#chroot /sysroot/ 5.#passwd 6.2次输入新...

  • [CentOS入门] CentOS find指令 日期:2017-02-19 23:22:45 点击:192 好评:0

    Linux下find命令在目录结构中搜索文件,并执行指定的操作。Linux下find命令提供了相当多的查找条件,功能很强大。由于find具有强大的功能,所以它的选项也很多,其中大部分选项都值得我们花时间来了解一下。 1.命令格式: find pathname -options [-print -...

  • [CentOS入门] CentOS 7 使用iptables防火墙 日期:2017-02-18 02:43:06 点击:137 好评:0

    # 停止firewalld服务 systemctl stop firewalld systemctl mask firewalld # 安装iptables-services yum install iptables-services Enable the service at boot-time: # 启动iptables服务 systemctl enable iptables # 管理iptables systemctl [stop|start|r...

  • [CentOS入门] CentOS 5设置服务器hostname、DNS和IP 日期:2017-02-17 20:18:07 点击:163 好评:0

    CentOS 5如何设置服务器主机名、DNS? 设置主机名hostname 编辑/etc/hostname文件写入: 116.23.14.25 centostest.com 其中116.23.14.25 表示服务器的公网IP,centostest.com即为主机名hostname。 可以通过hostname命令查看服务器的主机名。 设置网络 编辑/et...

  • [CentOS入门] CentOS里DHCP服务器配置 日期:2017-02-17 18:55:11 点击:176 好评:0

    DHCP服务的作用及好处相信大家都应该知道,这里就不再阐述了。在rhel 5实现DHCP需要安装dhcp-3.0.5-7.el5.i386.rpm,其配置文件是/etc/dhcpd.conf,租约数据库文件是/var/lib/dhcpd/dhcpd.leases。 在第一次打开该文件时,只告知一个例子文件的路径,可将该例...

  • [CentOS入门] centos的软件安装方法rpm和yum 日期:2017-02-16 23:30:12 点击:159 好评:0

    centos的软件安装大致可以分为两种类型: [centos]rpm文件安装,使用rpm指令 类似[ubuntu]deb文件安装,使用dpkg指令 [centos]yum安装 类似[ubuntu]apt-get安装 rpm命令 (一)查询系统装已经安装的软件信息 对于一个rpm包来说,都是有-和.构成的,基本上有以下...

  • [CentOS入门] 在Centos中yum安装和卸载软件的使用方法 日期:2017-02-16 23:26:08 点击:95 好评:0

    在Centos中yum安装和卸载软件的使用方法 安装方法 安装一个软件时 yum -y install httpd 安装多个相类似的软件时 yum -y install httpd* 安装多个非类似软件时 yum -y install httpd php php-gd mysql 卸载一个软件时 yum -y remove httpd 卸载多个相类似的软...

  • 首页
  • 上一页
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 下一页
  • 末页
  • 2402393
栏目列表
推荐内容