发布时间:2016-02-18 16:45:51
安装源操作:repos, lr 列出所有定义的安装源。addrepo, ar 添加一个心得安装源。removerepo, rr 删除指定的安装源。renamerepo, nr 重命名指定的安装源。modifyrepo, mr 修改指定的安装源。refresh, ref 刷新所有安装源。clean 清除本地缓存。软件管理:install, in 安装软件包。remove, rm 删除软件包。verif.........【阅读全文】
发布时间:2015-11-13 12:33:20
新建:grant all privileges on *.* to USERNAME @"%" identified by "PASSWORD";flush privileges; 格式:grant 权限 on 数据库名.表名 to 用户@登录主机 identified by "用户密码";......【阅读全文】
发布时间:2015-09-23 17:57:47
#!=/bin/bash
#ehh0dhcp
#eth1172.16.100.xx
#eth2192.168.100.xx
#eth3 dhcp
#ip前段
ip1="172.16.100."
ip2="192.168.100."
#日期
L_data=$(date +%s)
#备份原配置
cp /etc/sysconfig/network-scripts/ifcfg-e.........【阅读全文】
发布时间:2015-09-07 10:24:37
<br /><div><div class="codeheads"><p>点击(<span style="cursor:pointer;color:red;" onclick="code_hide('code896')">此处</span>)折叠或打开</p></div><div id="code896" class="codeText"><ol style="margin:0 1px 0 0px;padding-left:40px;" start="1" class="dp-css"><li><span style=.........【阅读全文】