码迷,mamicode.com
首页 > 其他好文 > 详细

常用指令

时间:2014-07-29 15:57:29      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:脚本

创建项目:  cocos new xxxx-p class -l cpp -d F:\cocos2d\cocos2d-x-3.1.1


vi + /etc/rc.d/rc.local  (下面两个已经加到开机启动了)

启动mongodb: /home/mongodb/bin/mongod --dbpath=/home/mongodb/data --logpath /home/mongodb/logs/log.log -fork

启动pomelo服务器:cd /home/pomelo/ShuiHu/game-server/ && pomelo start -e production

启动svn服务器:svnserve -d -r /svn/project 


查看进程  ps -ef|grep mongodb


重启防火墙:/etc/init.d/iptables restart

查看信息:/etc/init.d/iptables status

关闭 :/etc/init.d/iptables stop


cd /home/tomcat/tomcat-iws/bin/

ps -ef|grep tomcat-iws


linux添加path:

# vim /etc/profile 

在文档最后,添加: 

export PATH="/opt/STM/STLinux-2.3/devkit/sh4/bin:$PATH" 

保存,退出,然后运行: 

#source /etc/profile 


常用指令,布布扣,bubuko.com

常用指令

标签:脚本

原文地址:http://cocos2014.blog.51cto.com/2193129/1531560

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!