1、下载最新稳定版uwsgi,地址为:wget
http://projects.unbit.it/downloads/uwsgi-1.9.13.tar.gz2、解压 tar zxvf
uwsgi-1.9.13.tar.gz3、cd uwsgi-1.9.13 && make4、移动uwsgi到bin目...
分类:
其他好文 时间:
2014-04-30 04:20:37
阅读次数:
572
By:wangyz这么多天了,居然还没有大神来Linux版,那Linux版的一血我拿了先说说个人认为比较好用的一些发行版Ubuntu:除了界面比较丑,崩的比较多之外,基本上也没什么大的缺点了,不过该有的都有了,适合懒人CentOS:极力推荐的,稳定,生产环境第一选择Arch:GEEK专用,安装没有向...
分类:
其他好文 时间:
2014-04-30 03:37:28
阅读次数:
889
上周被android交叉编译搞惨了,还好最后弄好了,写个小结以后备用吧。
步骤,1、下载cygwin的devel和shells模块 2、 2、设置环境变量 a、设置NDK_ROOT b、设置Path
编辑Path,在后面追加4个环境...
分类:
移动开发 时间:
2014-04-30 01:02:38
阅读次数:
626
1、查看当前Python版本python -V2、查看当前CentOS版本cat
/etc/redhat-release3、安装所有的开发工具包yum groupinstall "Development tools"4、安装其他必须包yum
install zlib-devel bzip2-deve...
分类:
编程语言 时间:
2014-04-30 00:59:31
阅读次数:
443
转自:http://blog.csdn.net/lane_l/article/details/20235909准备篇:1、配置防火墙,开启80端口、3306端口vi
/etc/sysconfig/iptables-A INPUT -m state --state NEW -m tcp -p tcp ...
分类:
其他好文 时间:
2014-04-29 22:55:19
阅读次数:
710
1、安装httpd软件包:Yum install
httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd:
[ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:
其他好文 时间:
2014-04-29 20:50:11
阅读次数:
431
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get
install tcpdump即可安装。 (如果遇到tcpdump: no suitable device
found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:
其他好文 时间:
2014-04-29 20:18:22
阅读次数:
620
在上个随笔 CentOS上 Mono3.2.8运行ASP.NET MVC4经验中,步骤2中要求卸载EF
5.0,这样才能在Linux + Mono的环境中运行ASP.NET MVC4的Web应用。今天,没有卸载EF 5.0的情况下,使用NuGet新安装了EF
6.1.0,如下图(使用VS012英文版...
分类:
系统相关 时间:
2014-04-29 19:36:15
阅读次数:
735
After having installed Ubuntu OS, you should
update config file for root account. The commands are listed as follow:vi
/etc/lightdm/lightdm.conf #open...
分类:
其他好文 时间:
2014-04-29 19:21:56
阅读次数:
555
本文记录Hadoop 2.x在Linux x64下重新编译的过程。环境:Centos 6.5
x64 &Hadoop 2.2一、安装编译包yum install svnyum install autoconfautomake libtool
cmakeyum install ncurses-deve...
分类:
其他好文 时间:
2014-04-29 19:19:52
阅读次数:
451