CentOS7的yum源中默认好像是没有mysql的。为了解决这个问题,我们要先下载mysql的repo源。 1. 下载mysql的repo源 $?wget?http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm 2. 安装mysql-commu...
分类:
数据库 时间:
2015-03-07 21:26:20
阅读次数:
130391
OS X安装VirtualBox并在VirtualBox中安装CentOS7
分类:
系统相关 时间:
2015-03-07 20:02:10
阅读次数:
15505
参考实测服务端 centos7 192.168.1.129安装软件yum install nfs-utils portmapservice rpcbind start、service nfs start[root@localhost nfs]# cat /etc/exports #设置共享目录 添加...
分类:
其他好文 时间:
2015-03-07 13:54:22
阅读次数:
143
centos7精简安装后,使用中发现没有killall命令。 经查找,可以通过以下命令解决: yum install psmisc ? 简单介绍一下 psmisc : Psmisc软件包包含三个帮助管理/proc目录的程序。 安装下列程序: fuser, killal...
分类:
其他好文 时间:
2015-03-06 11:29:43
阅读次数:
196
linuxamd64_12c_database_1of2.zip
linuxamd64_12c_database_2of2.zipsu-roothostnamectlset-hostnamecentos7.dbaora.com--static#groupsfordatabasemanagement
/usr/sbin/groupadd-g501oinstall
/usr/sbin/groupadd-g502dba
/usr/sbin/groupadd-g503oper/usr/sbin/useradd-u50..
分类:
数据库 时间:
2015-03-06 10:06:48
阅读次数:
285
常用的和性能有关的命令Iostat/vmstat/top/mpstat/time/strace/ipcs/ipcrm/ifconfig/tethereal/netstat/free/uptime关于识别cpu/io/内存/network瓶颈,以及相应的解决办法参考如下链接:http://blog.c...
分类:
系统相关 时间:
2015-03-05 23:38:06
阅读次数:
223
1 - 在启动grub菜单,选择编辑选项启动2 - 按键盘e键,来进入编辑界面3 - 找到Linux 16的那一行,将ro改为rw init=/sysroot/bin/sh4 - 现在按下 Control+x ,使用单用户模式启动5 - 现在,可以使用下面的命令访问系统chroot /sysroot...
分类:
其他好文 时间:
2015-03-05 22:11:27
阅读次数:
275
CentOS7全自动安装光盘制作详解1复制光盘文件1)挂载iso镜像创建目录用于挂载光盘:mkdir/root/centos7挂载iso镜像mount-oloopCentOS-7.0-1406-x86_64-DVD.iso/root/centos72)复制光盘文件到编辑目录进行编辑因为挂载上iso镜像是只读的,如果要编辑,需要将文件复制出来,再编..
分类:
其他好文 时间:
2015-03-05 15:03:45
阅读次数:
341
一、自动获取IP地址条件:Linux所在的网络有dhcp服务器才可以自动获取IP命令:dhclientifconfig可以查看系统有几块网卡和网卡的IP,如果有多块网卡,则会显示为eth0,eth1……ifconfigeth0查看指定网卡的信息二、配置静态IP1、修改配置文件
vi/etc/sysconfig/network-scripts/i..
分类:
Web程序 时间:
2015-03-05 15:00:42
阅读次数:
182
ifconfig命令是设置或显示网络接口的程序,可以显示出我们机器的网卡信息,可是有些时候最小化安装CentOS等Linux发行版的时候会默认不安装ifconfig等命令,这时候你进入终端,运行ifconfig命令就会出错这是我们首先会想到是不是环境变量里没有ifconfig命令的路径,因为ifco...
分类:
其他好文 时间:
2015-03-05 00:07:44
阅读次数:
134