-
Partial content of this post won’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.
+
+
+
Partial content of this post won’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.
Google Docs
+
Used Command
+
+
Solve Android Read_Only Issue
+
+
mount -o rw,remount /system
+mount -o ro,remount /system
+
+
+
Using tc to limit bandwidth on host server
+
+
# 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
+
+
diff --git a/post/index.html b/post/index.html
index 3c58e99..d3b1792 100644
--- a/post/index.html
+++ b/post/index.html
@@ -72,12 +72,13 @@
Partial content of this post won’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.
-
-
Google Docs
-
Partial content of this post won’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. Google Docs Used Command Solve Android Read_Only Issue mount -o rw,remount /system mount -o ro,remount /system Using tc
diff --git a/post/index.xml b/post/index.xml
index ad48853..85898c2 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -16,9 +16,30 @@
<p>Partial content of this post won’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.</p>
+
+
+<p>Partial content of this post won’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.</p>
<p><a href="https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing">Google Docs</a></p>
+
+<h4 id="used-command">Used Command</h4>
+
+<h5 id="solve-android-read-only-issue">Solve Android Read_Only Issue</h5>
+
+<pre><code>mount -o rw,remount /system
+mount -o ro,remount /system
+</code></pre>
+
+<h5 id="using-tc-to-limit-bandwidth-on-host-server">Using tc to limit bandwidth on host server</h5>
+
+<pre><code># 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
+</code></pre>
diff --git a/tags/android/index.html b/tags/android/index.html
index 70bac57..f74ac5d 100644
--- a/tags/android/index.html
+++ b/tags/android/index.html
@@ -72,12 +72,13 @@
Sat, Aug 20, 2016
- Partial content of this post won’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.
-
-
Google Docs
-
+ Partial content of this post won’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. Google Docs Used Command Solve Android Read_Only Issue mount -o rw,remount /system mount -o ro,remount /system Using tc
+
+
diff --git a/tags/android/index.xml b/tags/android/index.xml
index 989d905..a2634d4 100644
--- a/tags/android/index.xml
+++ b/tags/android/index.xml
@@ -16,9 +16,30 @@
Sat, 20 Aug 2016 01:44:59 -0400
https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/
- <p>Partial content of this post won’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.</p>
+
+
+<p>Partial content of this post won’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.</p>
<p><a href="https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing">Google Docs</a></p>
+
+<h4 id="used-command">Used Command</h4>
+
+<h5 id="solve-android-read-only-issue">Solve Android Read_Only Issue</h5>
+
+<pre><code>mount -o rw,remount /system
+mount -o ro,remount /system
+</code></pre>
+
+<h5 id="using-tc-to-limit-bandwidth-on-host-server">Using tc to limit bandwidth on host server</h5>
+
+<pre><code># 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
+</code></pre>
diff --git a/tags/research/index.html b/tags/research/index.html
index 01530e3..3066617 100644
--- a/tags/research/index.html
+++ b/tags/research/index.html
@@ -72,12 +72,13 @@
Sat, Aug 20, 2016
- Partial content of this post won’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.
-
-
Google Docs
-
+ Partial content of this post won’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. Google Docs Used Command Solve Android Read_Only Issue mount -o rw,remount /system mount -o ro,remount /system Using tc
+
+
diff --git a/tags/research/index.xml b/tags/research/index.xml
index 044d00d..8efa174 100644
--- a/tags/research/index.xml
+++ b/tags/research/index.xml
@@ -16,9 +16,30 @@
Sat, 20 Aug 2016 01:44:59 -0400
https://codersherlock.github.io/post/Rsync_Experiment_Towards_X86_VS_ARM/
- <p>Partial content of this post won’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.</p>
+
+
+<p>Partial content of this post won’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.</p>
<p><a href="https://docs.google.com/a/binghamton.edu/document/d/1sCjsC1pXcfgECp3do2oySsG9kW7UZ3BTEXvDlau1vIE/edit?usp=sharing">Google Docs</a></p>
+
+<h4 id="used-command">Used Command</h4>
+
+<h5 id="solve-android-read-only-issue">Solve Android Read_Only Issue</h5>
+
+<pre><code>mount -o rw,remount /system
+mount -o ro,remount /system
+</code></pre>
+
+<h5 id="using-tc-to-limit-bandwidth-on-host-server">Using tc to limit bandwidth on host server</h5>
+
+<pre><code># 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
+</code></pre>