centos 搭建erlang环境 http://www.linuxidc.com/Linux/2012-03/57663.htm
解决依赖的问题http://blog.youkuaiyun.com/clodfront/article/details/7930175
解决crypto问题http://blog.youkuaiyun.com/zhongruixian/article/details/21076405
centos 配置全局变量 http://www.cnblogs.com/boneking/p/4235471.html
window 和 Linux 通信 http://flyer2010.iteye.com/blog/646354
svn 搭建及配置 http://blog.163.com/longsu2010@yeah/blog/static/173612348201202114212933/
svn 重启
在centos linux下可以通过下面的命令重启svn服务:
/etc/init.d/svnserve restart
启动svn服务器可以使用下面命令:
svnserve -d -r=/your svn path
-d参数表示以守护进程形式运行-r指定svn数据库的路径。
svn 命令使用 http://baigoogledu.blog.51cto.com/738227/155277
MySQL 安装http://www.cnblogs.com/xiongpq/p/3384681.html
云服务器
密码 *****
用户名 *****
充值:阿里云服务购买,业务交易号:104112996200025 收款方:阿里云计算有限公司
实例ID:i-2509hwbmv
实例名称:iZ2509hwbmvZ
公网IP:101.200.231.117
内网IP:10.44.215.99
管理终端连接密码: *****
/mysql/mysql-5.6.14
安装yum install screen
service iptables status可以查看到iptables服务的当前状态。
但是即使服务运行了,防火墙也不一定起作用,你还得看防火墙规则的设置 iptables -L
在此说一下关于启动和关闭防火墙的命令:
1) 重启后生效
开启: chkconfig iptables on
关闭: chkconfig iptables off
2) 即时生效,重启后失效
开启: service iptables start
关闭: service iptables stop
安装PHP http://www.jb51.net/article/26597.htm
安装FreeType提示 make: Nothing to be done for `unix'
http://www.tuicool.com/articles/UbQzuu
启动PHP /usr/local/php/sbin/php-fpm start