yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、安装。yum提供了查找、安装、删除某一个、一组甚至全部软件包的命令,而且命令简洁而又好记。
yum的命令...
分类:
系统相关 时间:
2014-08-28 19:50:16
阅读次数:
309
在fedora 20中在我2014-8-27日安装pg时,pg版本是9.3.5.1我不知是会由pg开发组自动更新还是别的,但安装后一般是最新的版本了。 安装: # yum install postgresql # yum install postgresql-server # yum install...
分类:
数据库 时间:
2014-08-28 09:52:59
阅读次数:
273
Fedora中允许mysql远程访问,可以使用以下三种方式:a、改表。mysql>use mysql;mysql>update user set host = '%' where user = 'root';mysql>select host, user from user;b、授权。例如,你想ro...
分类:
数据库 时间:
2014-08-27 23:20:48
阅读次数:
203
[root@localhost ~]# yum -y install community-mysql-server #安装数据库已加载插件:langpacks, refresh-packagekitgoogle-chrome ...
分类:
数据库 时间:
2014-08-27 00:14:16
阅读次数:
273
linux系统:fedora 20 使用nginx版本:nginx-1.7.4? ????1、安装前的必备软件 ? ? gcc编译器: ????????yum ?-y install gcc ????????yum -y install gcc-c++ ????pcre库: ????...
分类:
其他好文 时间:
2014-08-26 21:35:06
阅读次数:
308
Fedora19安裝配置NFS并连接开发板 zyl-1014-5-6
安装启动NFS服务
安装NFS服务#yum install nfs-utils*#yum install portmap
关闭Fedora默认的防火墙,#systemctl stop firewalld
启用NFS服务# systemctl enable nfs-server.service
ln -s '/lib/s...
分类:
其他好文 时间:
2014-08-25 17:02:12
阅读次数:
244
本文详细介绍了如何在红帽子系统(Fedora 20)下成功安装Oracle 12c...
分类:
数据库 时间:
2014-08-24 18:06:32
阅读次数:
357
Google Chrome is a freeware web browser developed by Google Inc. Google Chrome team proudly announced the release of Google Chrome 35 on May 20, 2014....
分类:
其他好文 时间:
2014-08-24 16:41:42
阅读次数:
240
1.epel简介: https://fedoraproject.org/wiki/EPEL/zh-cnrpm -Uvh http://mirrors.ustc.edu.cn/fedora/epel/6/x86_64/epel-release-6-8.noarch.rpmrpm -Uvh http:/...
分类:
其他好文 时间:
2014-08-23 22:54:21
阅读次数:
209