uweb 1053: target API 35
[uweb.git] / en / termux / index.html
blob326a75a8b9b4d2382c792c348a05a8a0cf042de7
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link rel="stylesheet" href="../style.css#" type="text/css" />
8 <title>Termux</title>
9 <script type="text/javascript">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
30 <header class='header'>
31 <a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
33 <nav>
34 </nav>
35 </header>
36 <br />
38 <div class="container">
39 <h1 class="title">Termux
40 <br>
41 <span class="subtitle"></span>
42 </h1>
43 <ul class="tags">
45 </ul>
46 <p>Only the termux versions provided along with uweb browser can work seamlessly. For android 10+, please install termux before installing uweb browser. If uweb is already installed, users can uninstall it first, then install termux and reinstall uweb browser.</p>
47 <h4 id="termux-bookmarks">Termux bookmarks</h4>
48 <p>Long pressing the following links then either &quot;commands&quot;-&gt;&quot;<a href="../urls/index.html#">bookmark</a>&quot; to add bookmarks or &quot;open in new tab&quot; to execute.<br>
49 <a href="c:bc -l">GNU bc (basic calculator)</a><br>
50 <a href="c:bc -l *.bc">bc with all extensions</a></p>
51 <h4 id="click-the-following-links-to-install-termux-configurations">Click the following links to install termux configurations:</h4>
52 <p><a href="i:0h/data/data/com.termux/files/home/.bashrc:../../termux/bashrc">.bashrc</a></p>
53 <p><a href="i:0h/data/data/com.termux/files/home/.profile:../../termux/profile">.profile</a></p>
54 <p><a href="i:0h/data/data/com.termux/files/home/.inputrc:../../termux/inputrc">.inputrc</a></p>
55 <p><a href="i:0h/data/data/com.termux/files/home/z.sh:https://fastly.jsdelivr.net/gh/rupa/z/z.sh">z.sh</a></p>
56 <p><a href="i:0h/data/data/com.termux/files/home/commacd.sh:https://fastly.jsdelivr.net/gh/shyiko/commacd/commacd.sh">commacd.sh</a></p>
57 <p><a href="i:0h/data/data/com.termux/files/home/.profile:../../termux/profile">.profile</a> : only for kshell with naked termux (no initial packages, need the following fix for termux quick crash to be launched)</p>
58 <h4 id="copy-existing-termux-installation-to-other-devices">Copy existing termux installation to other devices</h4>
59 <p>Using uweb to copy (Long pressing the following links and &quot;open in new tab&quot; to fix/send/receive):</p>
60 <ul>
61 <li>target device: install termux app.</li>
62 <li>(optional)<a href="d::mkdir -p /data/user/0/com.termux/files/home/.termux;cd /data/user/0/com.termux/files;mkdir usr;cd home/.termux;ln -s /system/bin/sh shell:">fix termux quick crash with &quot;updateonly&quot; versions</a> by long click this link.</li>
63 <li>both devices: launch termux and acquire wakelocks. 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>
64 <li>source device: uweb to visit <a href="file:///data/data/com.termux/files/">termux folder</a> by long click, then long click &quot;usr&quot; folder to send to network.</li>
65 <li>target device: uweb to visit <a href="file:///data/data/com.termux/files/">termux folder</a> by long click, then long click &quot;right arrow&quot; button to receive from network.</li>
66 </ul>
67 <h5 id="using-ssh-to-copy">Using ssh to copy</h5>
68 <ul>
69 <li>target device: install termux app, then run &quot;apt install openssh&quot; inside the termux.</li>
70 <li>source device: Send the &quot;~/.ssh&quot; folder with uweb browser to the network.</li>
71 <li>target device: Uweb to visit &quot;file://data/data/com.termux/files/home/&quot; to reach the folder, then receive the data sent by the above source device.</li>
72 <li>source device: Run &quot;sshd&quot;.</li>
73 <li>target device: Run the command &quot;scp -P 8022 -r [source ip]:.. ..&quot;</li>
74 </ul>
75 <h4 id="tips">Tips</h4>
76 <p>File system navigation:<br>
77 With <a href="https://github.com/rupa/z">z.sh</a> and <a href="https://github.com/shyiko/commacd">commacd</a>, user can reach any folder with few key stokes. Run &quot;v&quot; to launch uweb file manager on the current working directory, long click any file link to share.</p>
79 </div>
80 <p>Last Modified: 22 August 2024<br>
81 fix types of files:// urls<br>
82 <pre></pre>
83 </p>
85 <script id='jsgiscus'
86 src='https://giscus.app/client.js'
87 data-repo="torappinfo/uweb"
88 data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
89 data-category="Announcements"
90 data-category-id="DIC_kwDOEgNLGc4CQjsh"
91 data-mapping="title"
92 data-strict="0"
93 data-reactions-enabled="1"
94 data-emit-metadata="0"
95 data-input-position="top"
96 data-theme="light"
97 data-lang="en"
98 data-loading="lazy"
99 crossorigin="anonymous" async>
100 </script>
102 <footer class="site-footer">
103 <div class="container">
104 &copy; 2018-2024 Richard H. Cao
105 </div>
106 </footer>
107 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
110 </body>
111 </html>