摘要:
先安装nginx的yum源http://nginx.org/en/linux_packages.html#stable 找到链接,安装:rpm -ivhhttp://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0... 阅读全文
posted @ 2017-09-11 17:26
码农编程进阶笔记
阅读(209)
评论(0)
推荐(0)
摘要:
先安装nginx的yum源 http://nginx.org/en/linux_packages.html#stable 找到链接,安装: rpm -ivh http://nginx.org/packages/centos/6/noarch/RPMS... 阅读全文
posted @ 2017-09-11 17:26
码农编程进阶笔记
阅读(18)
评论(0)
推荐(0)
摘要:
方法一 代码如下:1.root@server ~]# rpm -qa|grep httpd httpd-2.2.3-11.el5_2.centos.4 httpd-manual-2.2.3-11.el5_2.centos.4 说明:rpm –qa | grephttpd 命令是为了把httpd... 阅读全文
posted @ 2017-09-11 16:20
码农编程进阶笔记
阅读(389)
评论(0)
推荐(0)
摘要:
方法一 代码如下: 1. root@server ~]# rpm -qa|grep httpd httpd-2.2.3-11.el5_2.centos.4 httpd-manual-2.2.3-11.el5_2.centos... 阅读全文
posted @ 2017-09-11 16:20
码农编程进阶笔记
阅读(53)
评论(0)
推荐(0)
摘要:
来自:http://tech.v01.cn/Linuxchangjianwenti/changyongruanjiananzhuangyucao/2012/0119/70.html一、使用yum安装和卸载软件,有个前提是yum安装的软件包都是rpm格式的。 安装的命令是,yum insta... 阅读全文
posted @ 2017-09-11 15:51
码农编程进阶笔记
阅读(537)
评论(0)
推荐(0)
摘要:
来自:http://tech.v01.cn/Linuxchangjianwenti/changyongruanjiananzhuangyucao/2012/0119/70.html 一、使用yum安装和卸载软件,有个前提是yum安装的软件包都... 阅读全文
posted @ 2017-09-11 15:51
码农编程进阶笔记
阅读(23)
评论(0)
推荐(0)
摘要:
在centos下用yum install xxxyum和apt-get的区别一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等 RedHat 系列 1 常见的安装包格式 rpm包,安... 阅读全文
posted @ 2017-09-11 15:44
码农编程进阶笔记
阅读(10349)
评论(0)
推荐(0)
摘要:
在centos下用yum install xxx yum和apt-get的区别 一般来说著名的linux系统基本上分两大类: 1.RedHat系列:Redhat、Centos、Fedora等 2.Debian系列:Debian、Ubuntu等... 阅读全文
posted @ 2017-09-11 15:44
码农编程进阶笔记
阅读(172)
评论(0)
推荐(0)
摘要:
Tomcat是Apache 软件基金会(Apache SoftwareFoundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet和JSP 规范总是能在Tomcat 中得到体现,Tom... 阅读全文
posted @ 2017-09-11 15:21
码农编程进阶笔记
阅读(209)
评论(0)
推荐(0)
摘要:
Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由 Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servl... 阅读全文
posted @ 2017-09-11 15:21
码农编程进阶笔记
阅读(30)
评论(0)
推荐(0)