debian快速构建lamp和lnmp环境操作系统环境:debian7.7安装lamp环境apt-getinstallapache2mysql-serverphp5php-pearphp5-mysqlphp5-gdphp5-curlphp5-commonphp5-devphp5-xcache-yecho"<?phpphpinfo();?>">/var/www/index.phproot@debian:~#curl-Ihttp://192.168.5.44/..
分类:
其他好文 时间:
2014-11-07 06:28:28
阅读次数:
213
由于公司新服务器在北京要上线,LAMP环境和性能调优已经做好。接下来就是导出数据导入之后主从同步数据。本来以为很简单的事,因为各种各样的小事故差不多搞了一个通宵,这里分享一下:第一、凌晨锁表,进行导出操作使用命令(这里我导出函数,存储过程和事件):mysqldump-uroot-p..
分类:
其他好文 时间:
2014-11-06 02:13:25
阅读次数:
231
root@komiles-VirtualBox:/etc/apache2/sites-available# service apache2 restart* Restarting web server apache2 apache2: Could not reliably determine th....
分类:
Web程序 时间:
2014-11-05 00:19:28
阅读次数:
158
1.minimum-stability 错误 使用composer 安装yii2的时候会出现下面的问题。composerinstallLoadingcomposerrepositorieswithpackageinformationInstallingdependencies(includingr....
分类:
其他好文 时间:
2014-11-05 00:00:53
阅读次数:
1857
搭建LAMP或者LAPP环境L:LinuxA:ApacheM:mysqlP:PostgreSQLP:PythonDjango一、安装apache服务器sudoapt-getinstallapache2sudoapt-getinstalllibapache2-mod-wsgi重启apache:sudo/etc/init.d/apacherestart可修改apache2.conf配置文件。二、安装mysqlsudoapt-getinstallmysql-..
分类:
其他好文 时间:
2014-11-04 06:52:43
阅读次数:
152
此配置实例亲测成功,共勉,有问题大家留言。环境:VMware 10 + unbuntu 14.04为了unix进行网络编程,编程第一个unix程序时遇到的问题,不能包含unp.h文件,这个感觉和apue.h差不多,不过这里需要编译源代码,为了以后方便,现在整理如下:主要有两点一是生成libunp.a...
分类:
Web程序 时间:
2014-11-03 23:47:58
阅读次数:
294
LAMP环境的搭建(fastcgi)LAMP简介:LAMP指的Linux(操作系统)、ApacheHTTP服务器,MySQL(有时也指MariaDB,数据库软件)和PHP(有时也是指Perl或Python)的第一个字母,一般用来建立web服务器。Linux+Apache+Mysql/MariaDB+Perl/PHP/Python一组常用来搭建动态网站或者服务..
分类:
系统相关 时间:
2014-11-03 01:28:52
阅读次数:
410
1、Hadoop 项目的四大模块
Hadoop Common: The common utilities that support the other Hadoop modules.Hadoop Distributed File System (HDFS?): A distributed file system that provides high-throughput access to...
分类:
其他好文 时间:
2014-11-02 22:38:57
阅读次数:
396
nginx查看yum源中有没有nginxyum list nginx由于官方的源没有nginx,我们就要自己找这是我找的其他系统请查看http://wiki.nginx.org/Install[nginx]name=nginx repobaseurl=http://nginx.org/packag....
分类:
其他好文 时间:
2014-11-02 16:24:14
阅读次数:
183
今天手动在windows和linux 下配了一下wamp环境,下面附上我的经验总攻略 http://blog.csdn.net/ihelloworld/article/details/6127525 主要是参考这篇文章,谢谢这位朋友了+++++++++++++++++++++++++++++++++...