mirror of
https://github.com/CoderSherlock/CoderSherlock.github.io.git
synced 2026-06-13 08:08:10 -07:00
Fix_tags
This commit is contained in:
@@ -121,9 +121,9 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -45,15 +45,15 @@ $ make
|
||||
<pre><code>$ adb push rsync /data/local/tmp
|
||||
$ adb shell
|
||||
|
||||
# cd /data/data/berserker.android.apps.sshdroid/dropbear
|
||||
# mv ../../../local/tmp/rsync .
|
||||
$ cd /data/data/berserker.android.apps.sshdroid/dropbear
|
||||
$ mv ../../../local/tmp/rsync .
|
||||
</code></pre>
|
||||
|
||||
<h2 id="run-rsync-with-argument">Run Rsync with argument</h2>
|
||||
|
||||
<p>Now we can easily use rsync in android shell. Similar to what we use on PC.</p>
|
||||
|
||||
<pre><code># ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
|
||||
<pre><code>$ ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
|
||||
</code></pre>
|
||||
|
||||
<h2 id="references">References</h2>
|
||||
|
||||
+2
-2
@@ -121,9 +121,9 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+3
-3
@@ -45,15 +45,15 @@ $ make
|
||||
<pre><code>$ adb push rsync /data/local/tmp
|
||||
$ adb shell
|
||||
|
||||
# cd /data/data/berserker.android.apps.sshdroid/dropbear
|
||||
# mv ../../../local/tmp/rsync .
|
||||
$ cd /data/data/berserker.android.apps.sshdroid/dropbear
|
||||
$ mv ../../../local/tmp/rsync .
|
||||
</code></pre>
|
||||
|
||||
<h2 id="run-rsync-with-argument">Run Rsync with argument</h2>
|
||||
|
||||
<p>Now we can easily use rsync in android shell. Similar to what we use on PC.</p>
|
||||
|
||||
<pre><code># ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
|
||||
<pre><code>$ ./rsync -e &quot;./ssh&quot; {target-data} {target-location}:{target-directory}
|
||||
</code></pre>
|
||||
|
||||
<h2 id="references">References</h2>
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -105,9 +105,9 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
+2
-2
@@ -96,9 +96,9 @@
|
||||
</div>
|
||||
<div class="list-group">
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_07" class="list-group-item">2016_07</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-07" class="list-group-item">2016-07</a>
|
||||
|
||||
<a href="https://codersherlock.github.io/categories/2016_08" class="list-group-item">2016_08</a>
|
||||
<a href="https://codersherlock.github.io/categories/2016-08" class="list-group-item">2016-08</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user