<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OneDrive &#8211; 张三太爷</title>
	<atom:link href="https://www.somedoc.net/tag/onedrive/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.somedoc.net</link>
	<description>看前面，黑洞洞</description>
	<lastBuildDate>Thu, 25 Oct 2018 03:48:49 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.1</generator>

<image>
	<url>https://www.somedoc.net/wp-content/uploads/2016/12/cropped-dandycheung-1-32x32.jpg</url>
	<title>OneDrive &#8211; 张三太爷</title>
	<link>https://www.somedoc.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>整理笔记</title>
		<link>https://www.somedoc.net/2018/10/25/%e6%95%b4%e7%90%86%e7%ac%94%e8%ae%b0/</link>
					<comments>https://www.somedoc.net/2018/10/25/%e6%95%b4%e7%90%86%e7%ac%94%e8%ae%b0/#respond</comments>
		
		<dc:creator><![CDATA[张三太爷]]></dc:creator>
		<pubDate>Wed, 24 Oct 2018 17:12:05 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[问题解决]]></category>
		<category><![CDATA[OneDrive]]></category>
		<guid isPermaLink="false">http://www.somedoc.net/?p=3858</guid>

					<description><![CDATA[整理笔记是个琐碎的事情，主要是因为源头有点多。 绝大部分情况 <a href="https://www.somedoc.net/2018/10/25/%e6%95%b4%e7%90%86%e7%ac%94%e8%ae%b0/" class="more-link">[&#8230;]</a>]]></description>
										<content:encoded><![CDATA[<p>整理笔记是个琐碎的事情，主要是因为源头有点多。</p>
<p>绝大部分情况下，东西都写在 Evernote 里，不过由于免费的账号只允许登录两台设备上的客户端软件，再要使用就只能是用 Web 版本，所以还有不少零落在外。尤其是网摘，在 Evernote 使不上劲的当儿，paperwork 就替代成为生力军，只是这个项目跑起来速度不够轻快，还有几个恼人的小 bug，所以也没能形成积累资料信息的主力。</p>
<p>前两天写的那篇物色跨平台 MarkDown 编辑器的文章，也有很大一部分的原因在于我老人家一直在孜孜以求一款王者笔记软件而不可得。Simplenote 其实在同步上做得已经很不错了，只可惜它的编辑功能就略显简陋，只好忍痛让它靠边站。而 Boostnote 则是依赖像 DropBox 或者 Google Drive 这样的云存储来做同步，我老人家偏偏很少使用这二者，而是用着 OneDrive。于是遍寻 OneDrive 在 Ubuntu 下的客户端，今日貌似有门儿了。</p>
<p>有个位于 <a href="https://github.com/skilion/onedrive">https://github.com/skilion/onedrive</a> 的项目可当此大任。在 Ubuntu 18.04 LTS 下，按照文档要求执行了如下命令序列：</p><pre class="crayon-plain-tag"># install dependencies
sudo apt install libcurl4-openssl-dev
sudo apt install libsqlite3-dev

# install compiler, Ubuntu 18
sudo snap install --classic dmd &amp;&amp; sudo snap install --classic dub

# compile and install
git clone https://github.com/skilion/onedrive.git
cd onedrive
make
sudo make install

# first run
./onedrive</pre><p>最后一条命令执行过后，会显示一个 URL，将此 URL 于浏览器中打开，按照要求进行登录，最后会停止在一个空白页面上，将此时的地址栏内 URL 复制下来粘贴到终端，事则备矣。</p>
<p>如果有进一步的控制要求，请仔细参阅文档。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.somedoc.net/2018/10/25/%e6%95%b4%e7%90%86%e7%ac%94%e8%ae%b0/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
