Centos6.3下Apache配置基于加密的认证https加密证书访问 这里简单演示一下Apache下基于加密的认证访问----https加密方式访问。1.DNS解析解析情况: [root@localhost html]# nslookup www.jb51.net Server... 奥多云/ centos/ 2024-11-24/ 0 评论/ 47 阅读
CentOS简介与RedHat Linux的区别介绍 CentOS的简介CentOS是Community ENTerprise Operating System的简称,我们有很多人叫它社区企业操作系统,不管你怎么叫它,它都是Linux操作系统的一个发行版本。CentOS... 奥多云/ centos/ 2024-11-24/ 0 评论/ 47 阅读
CentOS常用命令小结 下面,就来介绍这些CentOS常用命令。 一:使用CentOS常用命令查看cpu 复制代码代码如下:more /proc/cpuinfo | grep "model name" grep "model name" /... 奥多云/ centos/ 2024-11-24/ 0 评论/ 53 阅读
在Centos中yum安装和卸载软件的使用方法 安装一个软件时yum -y install httpd安装多个相类似的软件时yum -y install httpd*安装多个非类似软件时yum -y install httpd php php-gd mysql卸载... 奥多云/ centos/ 2024-11-24/ 0 评论/ 51 阅读
RHCE心得3 基于VSFTP的本地YUM源及光盘YUM源搭建步骤分享 一、yum环境的本地源搭建(基于VSFTP):1)安装vsftp;******************************************[root@service ~]# mount /dev/hdc... 奥多云/ centos/ 2024-11-24/ 0 评论/ 45 阅读
centos 6.3 安装使用笔记分享 sudo vim /etc/yum.repos.d/CentOS-Base.repo 复制代码代码如下:# CentOS-Base.repo # # The mirror system uses the connec... 奥多云/ centos/ 2024-11-24/ 0 评论/ 48 阅读
CentOS 6.3 挂载读写NTFS分区的方法(ntfs-3g) NTFS-3G 是一个开源的软件,可以实现 Linux、Free BSD、Mac OSX、NetBSD 和 Haiku 等操作系统中的 NTFS 读写支持。它可以安全且快速地读写 Windows 系统的 NTFS 分... 奥多云/ centos/ 2024-11-24/ 0 评论/ 62 阅读
在CentOS中绑定多块网卡的教程 今天,我们来学习一下在 CentOS 7.x 中如何用 nmcli(Network Manager Command Line Interface:网络管理命令行接口)进行网卡绑定。网卡(接口)绑定是将多块 网卡 逻辑... 奥多云/ centos/ 2024-11-24/ 0 评论/ 41 阅读
CentOS 6.3 NFS的安装配置、启动及mount挂载方法 一、环境介绍:服务器:centos 192.168.1.225客户端:centos 192.168.1.226二、安装:NFS的安装配置:centos 5 :yum -y install nfs-utils port... 奥多云/ centos/ 2024-11-24/ 0 评论/ 48 阅读
CentOS 6.3安装教程图文过程 附:CentOS 6.3下载地址32位:http://mirror.centos.org/centos/6.3/isos/i386/CentOS-6.3-i386-bin-DVD1to2.torrent 64位:ht... 奥多云/ centos/ 2024-11-24/ 0 评论/ 49 阅读