rebuilding site Sat Aug 13 09:36:58 AM CST 2022

This commit is contained in:
James Feng Cao 2022-08-13 09:36:59 +08:00
parent a97710929d
commit 9dab7fa895
4 changed files with 18 additions and 6 deletions

View file

@ -58,9 +58,10 @@
<p>Using uweb to copy (Long pressing the following links and &quot;open in new tab&quot; to fix/send/receive):</p>
<ul>
<li>target device: install termux app.</li>
<li>(optional)<a href="d::mkdir -p /data/data/com.termux/files/usr;cd /data/data/com.termux/files;mkdir -p home/.termux;cd home/.termux;ln -s /system/bin/sh shell:">fix termux quick crash</a></li>
<li>source device: <a href="c:cd ..;/system/bin/toybox tar -czf - .|/system/bin/toybox nc -l -p 1500">send termux installation</a></li>
<li>target device: <a href="c:cd ..;/system/bin/toybox nc 1500|/system/bin/toybox tar -xzf -">receive termux installation</a></li>
<li>(optional)<a href="d::mkdir -p /data/data/com.termux/files/home/.termux;cd /data/data/com.termux/files;mkdir usr;cd home/.termux;ln -s /system/bin/sh shell:">fix termux quick crash</a></li>
<li>both devices: uweb to checke option &quot;Use termux&quot; in UI configuration page for long time tranferring. Uweb itself does not hold any wakelock thus may have issues for huge data transmission.</li>
<li>source device: uweb to visit &quot;files:///data/data/com.termux/&quot;, long click &quot;files&quot; folder to send to network.</li>
<li>target device: uweb to visit &quot;files:///data/data/com.termux/&quot;, long click &quot;right arrow&quot; button to receive from network.</li>
</ul>
<h5 id="using-ssh-to-copy">Using ssh to copy</h5>
<ul>