摘要:
问题 The certificate used to sign “AppName” has either expired or has been revoked. An updated certificate is required to sign and install the applicati
阅读全文
posted @ 2016-05-20 14:49
jackyshan
阅读(5305)
推荐(0)
编辑
摘要:
三、最佳方式:rvictl命令 优点:简单,而且可以抓所有网络接口的数据; 缺点:似乎没有,要求手机iOS5以上不算要求吧?如果说缺点,就是这个命令是Xcode的Command Line Tools 中的。 步骤: 1. 手机通过USB线连接到PC; 2. 查看手机的UDID,因为rvictl需要使
阅读全文
posted @ 2016-05-15 22:13
jackyshan
阅读(995)
推荐(0)
编辑
摘要:
设置client的mtu ifconfig eth0 mtu 576 Ultimately, I added the following to /etc/ssh/ssh_config: Host SendEnv LANG LC_ HashKnownHosts yes GSSAPIAuthentica
阅读全文
posted @ 2016-05-15 17:39
jackyshan
阅读(1021)
推荐(0)
编辑
摘要:
http://lhflinux.blog.51cto.com/1961662/526122 ssh keygen t rsa 输入后,会提示创建.ssh/id_rsa、id_rsa.pub的文件,其中第一个为密钥,第二个为公钥。过程中会要求输入密码,为了ssh访问过程无须密码,可以直接回车 。
阅读全文
posted @ 2016-05-15 01:23
jackyshan
阅读(246)
推荐(0)
编辑
摘要:
scp P1010 .ssh/id_rsa.pub root@139.x.x.x:~/.ssh/authorized_keys
阅读全文
posted @ 2016-05-15 01:13
jackyshan
阅读(135)
推荐(0)
编辑
posted @ 2016-05-13 14:31
jackyshan
阅读(10)
推荐(0)
编辑
摘要:
配置strongswan.conf vi /usr/local/etc/strongswan.conf strongswan.conf strongSwan configuration file Refer to the strongswan.conf(5) manpage for details
阅读全文
posted @ 2016-05-13 14:18
jackyshan
阅读(4891)
推荐(0)
编辑
摘要:
报错 Starting strongSwan 5.3.2 IPsec [starter]... charon (20533) started after 40 ms charon stopped after 200 ms 这种报错一直在auth.log里面循环报错,每个3秒钟出现一次 解决方法 se
阅读全文
posted @ 2016-05-13 13:51
jackyshan
阅读(1212)
推荐(0)
编辑
摘要:
代码 buttonX = 0; buttonW = 50; buttonH = 20; margin = (self.view.width 5 buttonW) / 6; CGFloat ymargin = 17; for (int i = 0; i 20 ? (self.platformArr.c
阅读全文
posted @ 2016-05-12 20:17
jackyshan
阅读(594)
推荐(0)
编辑
摘要:
设置mtu ifconfig en1 mtu 1200 代理工具 退出lantern,退出shadowsocks
阅读全文
posted @ 2016-05-10 23:31
jackyshan
阅读(797)
推荐(0)
编辑