一、版本说明 CentOS版本 [plain]view plaincopyprint? [root@localhost ~]# uname Linux [root@localhost ~]# uname -r 2.6.32-431.el6.i686 [root@localhost ~]# uname ...
分类:
其他好文 时间:
2016-11-22 12:00:58
阅读次数:
207
如何查看已安装的CentOS版本信息: 1)[root@localhost ~]# cat /proc/version Linux version 2.6.18-194.el5 (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 ...
分类:
其他好文 时间:
2016-11-08 16:56:20
阅读次数:
177
在上一篇博文《LNMP平台搭建 Linux系统安装篇》中,我们安装了CentOS版本的Linux操作系统,现在,我们来安装一个Web服务器,大标题写着LNMP,其中的N就是Nginx,开始安装前,先大致了解一下Nginx这个后起之秀的Web服务器吧。 Nginx第一次正式发布是在2004年10月,它 ...
分类:
其他好文 时间:
2016-11-06 13:37:26
阅读次数:
185
一、安装yum源从下面地址获取centos版本对应的epel的版本,对今后yum安装软件有帮助wgethttp://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm安装epel包rpm-ivhepel-release-6-8.noarch.rpm二、安装Mysql安装必须的软件包yuminstallcmakegccgcc-c++n..
分类:
数据库 时间:
2016-11-01 21:38:37
阅读次数:
237
一、安装opensuse:二、安装centos:1、准备:安装镜像:(可以从以下网点选择镜像,制作成光盘安装)http://mirrors.aliyun.com;http://mirrors.aliyun.com/centos/7/isos/x86_64/,里面有个各个centos版本的系统镜像。http://mirrors.aliyun.com/centos/7/os/x86_64/Package..
分类:
系统相关 时间:
2016-10-30 17:25:33
阅读次数:
288
CentOS 7.0体验与之前版本的不同http://www.linuxidc.com/Linux/2014-07/104196.htm CentOS版本选择http://www.centoscn.com/CentOS/2015/0307/4811.html GNOME桌面和KDE桌面有什么区别GN ...
分类:
系统相关 时间:
2016-10-26 06:53:03
阅读次数:
459
CentOS版本查看 查看CentOS版本:cat /etc/porc/version 或者 uname -a 或uname -r 查看Linux版本:cat /etc/issue 或者 lsb_release -a (注:该命令适合所有版本的Linux) 防火墙 1 关闭防火墙:service i ...
分类:
其他好文 时间:
2016-10-26 00:21:51
阅读次数:
150
这里我们需要使用到sshfs这个工具,安装这个工具需要epel源1.确认你的CentOS的版本首先通过以下命令确认你的CentOS版本#cat/etc/redhat-releaseCentOSrelease6.5(Final)2.下载EPEL的rpm安装包现在从上面的地址下载CentOS版本所对应的EPEL的版本#wgethttp://download.fedoraproj..
分类:
系统相关 时间:
2016-10-25 03:08:49
阅读次数:
291
这里我们需要使用到sshfs这个工具,安装这个工具需要epel源1.确认你的CentOS的版本首先通过以下命令确认你的CentOS版本#cat/etc/redhat-releaseCentOSrelease6.5(Final)2.下载EPEL的rpm安装包现在从上面的地址下载CentOS版本所对应的EPEL的版本#wgethttp://download.fedoraproj..
分类:
系统相关 时间:
2016-10-25 03:08:26
阅读次数:
219