<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="http://dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dokuwiki/feed.php">
        <title>某喵的鱼塘 tech:op:mac</title>
        <description></description>
        <link>http://dokuwiki/</link>
        <image rdf:resource="http://dokuwiki/_media/favicon.ico" />
       <dc:date>2026-05-06T22:33:23+0800</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dokuwiki/tech/op/mac/install?rev=1525939494&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki/tech/op/mac/ntfs?rev=1529767151&amp;do=diff"/>
                <rdf:li rdf:resource="http://dokuwiki/tech/op/mac/sshfs?rev=1525939494&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dokuwiki/_media/favicon.ico">
        <title>某喵的鱼塘</title>
        <link>http://dokuwiki/</link>
        <url>http://dokuwiki/_media/favicon.ico</url>
    </image>
    <item rdf:about="http://dokuwiki/tech/op/mac/install?rev=1525939494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-10T16:04:54+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mac 新机最小 Check List</title>
        <link>http://dokuwiki/tech/op/mac/install?rev=1525939494&amp;do=diff</link>
        <description>Mac 新机最小 Check List

准备工作

	* Chrome
	* 搜狗输入法
	* 微信

翻墙

- ShadowsocksX-NG
- proxychains，也可以用 brew 来安装



brew install proxychains-ng


安装完成之后，重启 mac 并按住 command + R 进入恢复模式，并进入命令行。执行：</description>
    </item>
    <item rdf:about="http://dokuwiki/tech/op/mac/ntfs?rev=1529767151&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-06-23T23:19:11+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Mac 挂载 NTFS 硬盘 “Read-only file system” 解决办法</title>
        <link>http://dokuwiki/tech/op/mac/ntfs?rev=1529767151&amp;do=diff</link>
        <description>Mac 挂载 NTFS 硬盘 “Read-only file system” 解决办法

1. Find Device Node



diskutil info /Volumes/YOUR_NTFS_DISK_NAME


	&quot;Device Node:              /dev/disk1s1&quot;

2. Eject



hdiutil eject /Volumes/YOUR_NTFS_DISK_NAME


	&quot;&quot;disk1&quot; unmounted.</description>
    </item>
    <item rdf:about="http://dokuwiki/tech/op/mac/sshfs?rev=1525939494&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-10T16:04:54+0800</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>SSHFS</title>
        <link>http://dokuwiki/tech/op/mac/sshfs?rev=1525939494&amp;do=diff</link>
        <description>SSHFS

安装



brew cask install osxfuse
brew install homebrew/fuse/sshfs


使用



mkdir ~/share # mkdir before mount
sshfs -p 62525 name@host:/remote/dir ~/share # mount
sudo umount ~/share # umount


Ref

	* &lt;http://blog.csdn.net/xiangliangyu/article/details/8739738&gt;</description>
    </item>
</rdf:RDF>
