码迷,mamicode.com
首页 >  
搜索关键字:rad hat    ( 4798个结果
Delphi 和 C++Builder 2014年及以后技术路线图
From http://www.itnose.net/detail/6006569.htmlDelphi 和 C++Builder 2014年及以后技术路线图2014-03-08 18:47 RAD Studio, Delphi 和 C++Builder 2014年及以后技术路线图By: Embar...
分类:编程语言   时间:2015-02-04 10:44:43    阅读次数:152
Python zipfile报错问题
最近用Python 来读zip的压缩包 。报一个错误。 Python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47) [GCC 4.4.6 20110731 (Red Hat 4.4.6-3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >...
分类:编程语言   时间:2015-02-03 15:15:54    阅读次数:183
redhat6.4升级openssh至6.7
1:简介最近浙江电信对线上服务器进行漏洞扫描,暴露出原有的openssh有漏洞,建议升级openssh版本;2:操作环境Red Hat Enterprise Linux Server release 6.43:所需软件包(1)gcc zlib zlib-devel make pam pam-deve...
分类:其他好文   时间:2015-02-03 12:54:50    阅读次数:1056
查看nginx.apache.mysql.php squid 编译参数
查看nginx服务的编译参数 /application/nginx/sbin/nginx -V [root@mode ~]# /application/nginx/sbin/nginx -V nginx version: nginx/1.2.1 built by gcc 4.1.2 20080704 (Red Hat 4.1.2-52) configure arguments: --us...
分类:数据库   时间:2015-02-02 16:01:06    阅读次数:218
devstack部署openstack遇到rdo源配置问题及解决办法
问题: RDO repo not detected; installing Loaded plugins: product-id, refresh-packagekit, security, subscription-manager This system is not registered to Red Hat Subscription Management. You can use su...
分类:其他好文   时间:2015-02-02 14:18:26    阅读次数:401
Red Hat Enterpris linux 6 yum 本地源配置
[root@localhost ~]# mount /dev/cdrom1 #挂载光盘[root@localhost ~]# vim /etc/yum.repo/local.repo #在/etc/yum.repo/下新建一个本地yum源文件#内容如下:[Server]n...
分类:系统相关   时间:2015-02-01 18:58:31    阅读次数:180
linux中添加新的swap分区
测试场景:VMware 11测试系统:Red Hat Enterprise Linux 7 我们都知道linux系统中swap分区都要在独立的分区当中,所以我们要新建一个swap分区:[root@localhost ~]# fdisk /dev/sda 欢迎使用 fdisk (util-lin...
分类:系统相关   时间:2015-02-01 12:01:27    阅读次数:269
当linux没有多分区时的,swap添加方案
测试环境:VMware 11测试系统:Red Hat Enterprise linux 7 当我们的系统中没有多的空间用来创建swap分区时的一种解决方案: 1 [root@localhost ~]# dd if=/dev/zero of=/var/swapspace bs=1G count=...
分类:系统相关   时间:2015-02-01 11:54:41    阅读次数:217
Linux网络基本配置
一.Linux网络配置文件1. /etc/sysconfig/network-scripts/ifcfg-eth0 文件 在Red Hat系统中,系统网络设备的配置文件保存在/etc/sysconfig/network-scripts目录下,其中文件ifcfg-eth0包含第一块网卡的配置信息,文件...
分类:系统相关   时间:2015-01-31 23:06:22    阅读次数:404
Red Hat、Fedora和Ubuntu软件包操作
五、RedHat、Fedora和Ubuntu软件包操作对比任务RedHat、FedoraUbuntu基本信息软件包后缀*.rpm*.deb软件源配置文件/etc/yum.conf/etc/apt/sources.list安装、删除、升级软件包更新软件包列表每次运行yum时自动执行apt-getupd...
分类:系统相关   时间:2015-01-31 12:04:12    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!