<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]macOS升级到Catalina之后使用SecureCRT报错问题]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sat, 14 Dec 2019 13:36:09 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	macOS 升级到 Catalina之后，使用SecureCRT报如下错误<br/><br/>The permissions on the &quot;/cores&quot; directory need to be changed to<br/>include write permission for &quot;other&quot;.<br/><br/>Please execute (or ask an admin to execute) the following from a<br/>terminal window:<br/><br/>sudo chmod go+w /cores<br/><br/>If you would prefer not to change the permissions on the /cores<br/>folder, you can turn off the Global option &quot;Create core file when<br/>application crashes&quot;.<br/><br/><textarea name="code" class="php" rows="15" cols="100">
 jackXiang@jackXsMacBook-Pro  ~  sudo chmod o+w /cores
</textarea><br/><br/>应该是macOS的权限控制严格了，导致CRT没有权限访问/cores文件夹，这里关掉CRT崩溃时创建core转储文件即可(实践发现：这个项是没有 checked的，还是老老实实的执行sudo chmod o+w /cores命令后重启后secureCRT就好了。)<br/><br/>Option --&gt; Global Options 取消 Create core file when application crashes 前面的复选框选择即可<br/><br/>来自:https://blog.90.vc/archives/93.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]macOS升级到Catalina之后使用SecureCRT报错问题]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>