码迷,mamicode.com
首页 >  
搜索关键字:redhat centos 红帽 acl权限 如何查看 设置acl权限    ( 36259个结果
Linux系统安装Mysql
Ubuntu Linux:1.root账号执行:apt-get install mysql-server2.设置远程连接:GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY '123' WITH GRANT OPTION;CentOS Li...
分类:数据库   时间:2014-06-28 18:04:16    阅读次数:277
centos下添加定时执行php脚本任务
centos定时任务,php定时任务,centos设置php定时执行
分类:Web程序   时间:2014-06-28 17:46:21    阅读次数:304
安装和配置CentOS时钟同步服务
Type the following command to install ntp:# yum install -y ntpTurn on service:#chkconfig ntpd onSynchronize the system clock with 0.pool.ntp.org serve...
分类:其他好文   时间:2014-06-28 14:45:54    阅读次数:185
CentOS-6.3 编译erlang-otp 17.0 报relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used when making a shared object; recompile with -fPIC错误
编译erlang otp 17.0 一直提示:/usr/bin/ld: /usr/local/ssl/lib/libcrypto.a(cryptlib.o): relocation R_X86_64_32 against `OPENSSL_ia32cap_P' can not be used whe...
分类:其他好文   时间:2014-06-28 13:16:07    阅读次数:497
CenOS下Tomcat外网不能访问
今天在CentOS下部署了一个Tomcat,启动没问题,但是外网不能访问,检查知防火墙开了。1.检查防火墙是否开启,执行/etc/init.d/iptables status如果有下面结果,表示防火墙开启。[root@yyl bin]# /etc/init.d/iptables status表格:f...
分类:其他好文   时间:2014-06-28 13:00:09    阅读次数:186
在CentOS上搭建PHP服务器环境
安装apache:yum install httpd httpd-devel启动apache:/etc/init.d/httpd start此时输入服务器的IP地址,应该看到apache的服务页面,端口不用输,apache默认就是使用80端口安装mysql:yum install mysql mys...
分类:Web程序   时间:2014-06-28 12:24:21    阅读次数:211
centos安装php php-fpm
1、下载php源码包http://www.php.net/downloads.php2 、安装phptar -xvf php-5.5.13.tar.bz2cd php-5.5.13./configure --prefix=/usr/local/php --with-config-file-path=...
分类:Web程序   时间:2014-06-28 11:46:15    阅读次数:259
虚拟机之仅主机模式(HostOnly)链接外网设置
我的环境:虚拟机-VMware虚拟系统-CentOS现实主机-win7具体设置步骤:一、设置现实主机(地址等不用额外设置,下面是我电脑正常上网的配置)将本地链接设置共享(这步很重要)二、配置虚拟机的虚拟网卡其中DNS和默认网关均为现实主机的IP地址。三、虚拟系统网络配置其中DNS和默认网关为虚拟网卡...
分类:其他好文   时间:2014-06-28 11:42:30    阅读次数:249
添加curl的openssl的功能,实现https的正确访问
公司开发部遇到一个难题,服务器环境的curl的功能参数无法支持ssl,那么很多功能将会无法实现。那么好吧,这个问题只好抛到运维这边了,我也是个新手,下边的见解纯属个人分析(如有问题,欢迎讨论):首先系统:Centos 6.5 x86_64,服务器版本的默认安装路径:curl在/usr下,openss...
分类:其他好文   时间:2014-06-28 11:33:22    阅读次数:156
【Linux Tuning】
Linux操作系统性能调优(SuSE Enterprise Linux 和 Redhat Enterprise Linux)http://os.51cto.com/art/201303/384818_all.htm
分类:系统相关   时间:2014-06-24 10:18:56    阅读次数:238
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!