码迷,mamicode.com
首页 >  
搜索关键字:centos lamp phpmyadmin    ( 35036个结果
关于启动bash提示‘bash: export: `//这是新的': not a valid identifier’的解决办法
学习linux以来将centos改的也不少了,也不知道这个问题是由于那个修改来的。最近改bash的操作环境配置文件,用到了~/.bashrc这个文件,发现里面被我修改过。那是当年安装fcitx输入法的时候曾经设置过个人环境变量如下我当时是直接将这段粘贴到.bashrc这个文件中了,导致‘//这是新的...
分类:其他好文   时间:2014-06-28 19:20:51    阅读次数:1675
Java分布式应用技术架构介绍
分布式架构的演进系统架构演化历程-初始阶段架构初始阶段 的小型系统 应用程序、数据库、文件等所有的资源都在一台服务器上通俗称为LAMP特征:应用程序、数据库、文件等所有的资源都在一台服务器上。描述:通常服务器操作系统使用linux,应用程序使用PHP开发,然后部署在Apache上,数据库使用Mysq...
分类:编程语言   时间:2014-06-28 19:12:56    阅读次数:299
centos下 Apache、php、mysql默认安装路径
centos下Apache、php、mysql默认安装路径http://blog.sina.com.cn/s/blog_4b8481f70100ujtp.htmlapache:如果采用RPM包安装,安装路径应在 /etc/httpd目录下apache配置文件:/etc/httpd/conf/http...
分类:数据库   时间:2014-06-28 19:06:52    阅读次数:223
git - 搭建git仓库
1. 更新git版本:http://codelife.me/blog/2013/06/25/upgrade-git-on-centos-6-4/2. 建立git仓库:git init --bare myrepo.git # 建立代码仓库chgrp -R git/opt/myrepo.git #...
分类:其他好文   时间:2014-06-28 18:16:41    阅读次数:232
Centos彻底完全删除已安装软件的办法
1、查询是否安装了软件rpm -qa | grep -i 软件名rpm -qa | grep php2、删除已安装的软件包根据第一步显示的软件包名,一个个删除sudo rpm -e -- 包名 # 普通删除模式sudo rpm -e --nodeps 包名 #强力删除模式,如果用上面命令删除时,提示...
分类:其他好文   时间:2014-06-28 18:04:55    阅读次数:209
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
在Debian下安装LAMP
准备工作:sudo apt-get install build-essential第一步:安装Apachesudo apt-get install apache2第二步:安装MySQLsudo apt-get install mysql-server libapache2-mod-auth-mysq...
分类:其他好文   时间:2014-06-28 14:48:41    阅读次数:192
安装和配置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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!