add zeabur

This commit is contained in:
James Feng Cao 2024-03-04 11:03:48 +08:00
parent ddd20f6bc8
commit 6433faf02d
87 changed files with 186 additions and 252 deletions

View file

@ -86,7 +86,7 @@ copy2PCClipboard::ssh [user:password]@192.168.2.102 "DISPLAY=:0 xsel -i&quo
richtext2PCClipboard:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;<br>
copyFiles:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done</p>
<p>Here we assume that the user PC has IP address as &quot;192.168.2.102&quot;.<br>
To use ssh or scp, users need to install uweb compatible Termux provided on the <a href="../index.html">uweb apk download page</a>, and install openssl under termux (apt install openssl).<br>
To use ssh or scp, users need to install uweb compatible Termux provided on the <a href="/en/">uweb apk download page</a>, and install openssl under termux (apt install openssl).<br>
PCs need command &quot;xsel&quot; available to operate on copy/paste.</p>
</div>