Files
CoderSherlock.github.io/categories/experiment/index.xml
T
2016-08-22 21:27:18 -04:00

48 lines
2.3 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Experiment on Mil años de solitario</title>
<link>https://CoderSherlock.github.io/categories/experiment/</link>
<description>Recent content in Experiment on Mil años de solitario</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>Copyright (c) 2016 - 2016, Pengzhan Hao; all rights reserved.</copyright>
<lastBuildDate>Sat, 20 Aug 2016 01:44:59 -0400</lastBuildDate>
<atom:link href="https://CoderSherlock.github.io/categories/experiment/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Rsync Experiment Towards X86 VS ARM</title>
<link>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</link>
<pubDate>Sat, 20 Aug 2016 01:44:59 -0400</pubDate>
<guid>https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/</guid>
<description>
&lt;p&gt;Partial content of this post won&amp;rsquo;t be showed public on this blog. I will generally talking about how I organized my experiment and how I did such a work. As for data and observation, I will create a google docs for it. However, I will also give precise conclusion of my experiments.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing&#34;&gt;Google Docs&lt;/a&gt;&lt;/p&gt;
&lt;h4 id=&#34;used-command&#34;&gt;Used Command&lt;/h4&gt;
&lt;h5 id=&#34;solve-android-read-only-issue&#34;&gt;Solve Android Read_Only Issue&lt;/h5&gt;
&lt;pre&gt;&lt;code&gt;mount -o rw,remount /system
mount -o ro,remount /system
&lt;/code&gt;&lt;/pre&gt;
&lt;h5 id=&#34;using-tc-to-limit-bandwidth-on-host-server&#34;&gt;Using tc to limit bandwidth on host server&lt;/h5&gt;
&lt;pre&gt;&lt;code&gt;# Apply speed limits
sudo tc qdisc add dev {DEV_NAME} handle 1: root htb default 11
sudo tc class add dev {DEV_NAME} parent 1: classid 1:1 htb rate 1kbit
sudo tc class add dev {DEV_NAME} parent 1:1 classid 1:11 htb rate 1kbit
# Delete limitation profile
sudo tc qdisc del dev {DEV_NAME} root
&lt;/code&gt;&lt;/pre&gt;
</description>
</item>
</channel>
</rss>