1、CentOS下SSH默认端口22修改成其他端口2015/5/23 0:07:49CentOS各发行版中SSH端口默认为22,如果正式做站或其它用途,为了提高安全性就需要修改掉默认的SSH端口号,防止被有心人穷举密码。部分VPS提供商,若您的VPS服务器SSH遭受多次的暴力破解,可能会遭到罚款或临时终止服务,所以修改SSH的默认端口是有必要的……
2、xcode错误:Could not launch process launch failed: failed to get the task for process2015/5/17 11:43:17在Xcode下编译工程正常,在模拟器下运行正常,最后在真机上运行的时候出现了如下错误。xcode错误:Could not launch process launch failed: failed to get the task for process,原因是:签名是distribution certificate,即发布者证书,不允许在真机上直接运行。……