﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-lyyb2001-随笔分类-操作系统</title><link>http://www.blogjava.net/lyyb2001/category/54753.html</link><description>只是为方便自己找记录而已</description><language>zh-cn</language><lastBuildDate>Fri, 27 Mar 2015 13:35:54 GMT</lastBuildDate><pubDate>Fri, 27 Mar 2015 13:35:54 GMT</pubDate><ttl>60</ttl><item><title>osx下自动启动svn</title><link>http://www.blogjava.net/lyyb2001/archive/2015/03/27/423878.html</link><dc:creator>skycity</dc:creator><author>skycity</author><pubDate>Fri, 27 Mar 2015 02:36:00 GMT</pubDate><guid>http://www.blogjava.net/lyyb2001/archive/2015/03/27/423878.html</guid><wfw:comment>http://www.blogjava.net/lyyb2001/comments/423878.html</wfw:comment><comments>http://www.blogjava.net/lyyb2001/archive/2015/03/27/423878.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/lyyb2001/comments/commentRss/423878.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/lyyb2001/services/trackbacks/423878.html</trackback:ping><description><![CDATA[@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
@import url(http://www.blogjava.net/CuteSoft_Client/CuteEditor/Load.ashx?type=style&amp;file=SyntaxHighlighter.css);@import url(/css/cuteeditor.css);
在<span style="font-family: Menlo; font-size: 11px; line-height: normal;">/Library/LaunchDaemons下</span>
<div><span style="font-family: Menlo; font-size: 11px; line-height: normal;">新建</span><span style="font-family: Menlo; font-size: 11px; line-height: normal;">svn.sh，</span><span style="font-size: 11px; line-height: normal; font-family: Menlo;">内容如下</span>
<div>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">/usr/bin/svnserve -d -r /Users/YingBo/svn/repository</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">chmod +x svn.sh</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">新建com.skycity.svn.plist，内容如下</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&lt;?xml version="1.0" encoding="UTF-8"?&gt; &nbsp;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&lt;plist version="1.0"&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &lt;dict&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;key&gt;KeepAlive&lt;/key&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;true/&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;key&gt;Label&lt;/key&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;string&gt;com.skycity.svn&lt;/string&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;key&gt;ProgramArguments&lt;/key&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;array&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;string&gt;/Library/LaunchDaemons/svn.sh&lt;/string&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &nbsp; &lt;/array&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp; &lt;/dict&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&lt;/plist&gt;</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">设置开机自动启动</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp;sudo launchctl load -w /Library/LaunchDaemons/com.skycity.svn.plist</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">设置开机不自动启动</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">&nbsp;sudo launchctl unload -w /Library/LaunchDaemons/com.skycity.svn.plist</p>
</div>
</div><img src ="http://www.blogjava.net/lyyb2001/aggbug/423878.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/lyyb2001/" target="_blank">skycity</a> 2015-03-27 10:36 <a href="http://www.blogjava.net/lyyb2001/archive/2015/03/27/423878.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>osx 10.10.2下java路径</title><link>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423662.html</link><dc:creator>skycity</dc:creator><author>skycity</author><pubDate>Fri, 20 Mar 2015 02:24:00 GMT</pubDate><guid>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423662.html</guid><wfw:comment>http://www.blogjava.net/lyyb2001/comments/423662.html</wfw:comment><comments>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423662.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/lyyb2001/comments/commentRss/423662.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/lyyb2001/services/trackbacks/423662.html</trackback:ping><description><![CDATA[<div>查看当前java版本</div>
<div>$ java -version</div>
<div>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">java version "1.8.0_25"</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">Java(TM) SE Runtime Environment (build 1.8.0_25-b17)</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)</p>
</div>
<div>
<div style="background-color: #eeeeee; font-size: 13px; border-left-color: #cccccc; padding: 4px 5px 4px 4px; width: 98%; word-break: break-all;"><!--<br />
<br />
Code highlighting produced by Actipro CodeHighlighter (freeware)<br />
http://www.CodeHighlighter.com/<br />
<br />
-->$&nbsp;which&nbsp;java<br />
/usr/bin/java<br />
<br />
$&nbsp;ls&nbsp;-l&nbsp;/usr/bin/java<br />
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel&nbsp; 74 12 26 10:24 /usr/bin/java -&gt; /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
$&nbsp;<span style="font-family: Menlo; font-size: 11px; line-height: normal;">ls -l /System/Library/Frameworks/JavaVM.framework/Versions/</span></div>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">total 64</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.4 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.4.2 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.5 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.5.0 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.6 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 10 12 26 10:24 1.6.0 -&gt; CurrentJDK</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">drwxr-xr-x&nbsp; 8 root&nbsp; wheel&nbsp; 272 12 26 14:10 A</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel&nbsp; &nbsp; 1 12 26 10:24 Current -&gt; A</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">lrwxr-xr-x&nbsp; 1 root&nbsp; wheel &nbsp; 59 12 26 10:24 CurrentJDK -&gt; /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><br />
</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;">由此可知，当前java所对应的文件是/System/Library/Frameworks/JavaVm.Framework/Vesions/A/Commons/java</p>
<p style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="background-color: #eeeeee;">&nbsp;/System/Library/Frameworks/JavaVM.framework/Versions/下的jdk 1.4-1.6的版本，全部指向/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents</span></p>
</div><img src ="http://www.blogjava.net/lyyb2001/aggbug/423662.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/lyyb2001/" target="_blank">skycity</a> 2015-03-20 10:24 <a href="http://www.blogjava.net/lyyb2001/archive/2015/03/20/423662.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>fedora19 安装中文输入法</title><link>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423660.html</link><dc:creator>skycity</dc:creator><author>skycity</author><pubDate>Fri, 20 Mar 2015 01:42:00 GMT</pubDate><guid>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423660.html</guid><wfw:comment>http://www.blogjava.net/lyyb2001/comments/423660.html</wfw:comment><comments>http://www.blogjava.net/lyyb2001/archive/2015/03/20/423660.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/lyyb2001/comments/commentRss/423660.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/lyyb2001/services/trackbacks/423660.html</trackback:ping><description><![CDATA[yum remove ibus*
yum remove scim*
yum install fcitx fcitx-table fcitx-table-chinese fcitx-pinyin<img src ="http://www.blogjava.net/lyyb2001/aggbug/423660.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/lyyb2001/" target="_blank">skycity</a> 2015-03-20 09:42 <a href="http://www.blogjava.net/lyyb2001/archive/2015/03/20/423660.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>