mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Fri Aug 12 05:13:05 PM CST 2022
This commit is contained in:
parent
d8c79c22e0
commit
a97710929d
2 changed files with 33 additions and 1 deletions
32
en/searchurl/txt/remark.html
Normal file
32
en/searchurl/txt/remark.html
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script src="https://remarkjs.com/downloads/remark-latest.min.js">
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.onload=function(){
|
||||||
|
var slideshow = remark.create({
|
||||||
|
navigation: {
|
||||||
|
click: true,
|
||||||
|
},
|
||||||
|
});
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<textarea id="source">
|
||||||
|
class: middle
|
||||||
|
|
||||||
|
# Title
|
||||||
|
- Introduction
|
||||||
|
- part 1
|
||||||
|
- level 3
|
||||||
|
- level 3 second line
|
||||||
|
- part 2
|
||||||
|
- Deep-dive
|
||||||
|
- ...
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Thanks
|
|
@ -58,7 +58,7 @@
|
||||||
<p>Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):</p>
|
<p>Using uweb to copy (Long pressing the following links and "open in new tab" to fix/send/receive):</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>target device: install termux app.</li>
|
<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 home:">fix termux quick crash</a></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>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>target device: <a href="c:cd ..;/system/bin/toybox nc 1500|/system/bin/toybox tar -xzf -">receive termux installation</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue