10 2015 档案

摘要:下载地址http://www.mongodb.org/downloads下载curl -O -L https://fastdl.mongodb.org/linux/mongodb-linux-i686-3.0.2.tgz解压安装tar -xvzf mongodb-Liunix-xxxxx.tgz m... 阅读全文
posted @ 2015-10-21 14:44 cssfirefly 阅读(505) 评论(0) 推荐(0) 编辑
摘要:forever让nodejs应用后台执行命令如下:forever start './bin/www'nodejs一般是当成一条用户命令执行的,当用户断开客户连接,运用也就停了,很烦人。如何让nodejs应用当成服务,在后台执行呢?最简单的办法(不推荐):$ nohup node app.js &但是... 阅读全文
posted @ 2015-10-20 16:45 cssfirefly 阅读(749) 评论(0) 推荐(0) 编辑
摘要:[1] 安装VSFTP[root@localhost ~]# yum -y install vsftpd[2] 配置vsftpd.conf文件[root@localhost ~]# vi /etc/vsftpd/vsftpd.conf# Example config file /etc/vsftpd... 阅读全文
posted @ 2015-10-18 19:55 cssfirefly 阅读(247) 评论(0) 推荐(0) 编辑
摘要:准备命令:yum -y install gityum -y install gcc make gcc-c++ openssl-devel wget下载源码及解压:wget http://nodejs.org/dist/v0.10.26/node-v0.10.26.tar.gztar -zvxf no... 阅读全文
posted @ 2015-10-17 07:32 cssfirefly 阅读(192) 评论(0) 推荐(0) 编辑

foot
点击右上角即可分享
微信分享提示