mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
blog update
This commit is contained in:
parent
cf2f65eb51
commit
5049c0e01a
35 changed files with 3556 additions and 3115 deletions
|
@ -100,7 +100,7 @@
|
|||
</div>
|
||||
|
||||
<div class="post-meta">
|
||||
<span class="attr">Post:<span>2019-05-25 20:07:48</span></span>
|
||||
<span class="attr">Post:<span>2019-06-05 17:55:34</span></span>
|
||||
|
||||
<span class="attr">Tags:/
|
||||
|
||||
|
@ -125,10 +125,10 @@
|
|||
<p>技巧等级:高级</p>
|
||||
<p>小孩要听英文有声书“The lying games”,国内服务器没一个能下的,最后还是在手机上用seedr秒下。但seedr的登录要用google人机交互确认,用过代理、tunnel至手机等方法,台式机死活登录不上。下面言归正传,讲一下超微浏览器直接下载资源至台式机的方法:</p>
|
||||
<p>手机需安装uweb定制<a href="../gnuplot">Termux</a>,并在termux下安装openssl,在Termux窗口下依次敲入如下命令:<br><code>apt update<br>apt upgrade<br>apt install openssl</code></p>
|
||||
<p>脚本pcdownload内容如下(可放置在任意应用内部目录下,并相应修改longclick.txt配置中文件路径):<br><code>#!/data/data/com.termux/files/usr/bin/sh</code><br><code>ssh [user:password]@192.168.2.102 "DISPLAY=:0 firefox \"$1\""</code></p>
|
||||
<p>脚本pcdownload内容如下(可放置在任意应用内部目录下,并相应修改default.longclick配置中文件路径):<br><code>#!/data/data/com.termux/files/usr/bin/sh</code><br><code>ssh [user:password]@192.168.2.102 "DISPLAY=:0 firefox \"$1\""</code></p>
|
||||
<p>脚本需设置为可执行,Termux下执行命令:<br>chmod 755 /data/data/com.termux/files/usr/bin/pcdownload</p>
|
||||
<p>这里假定用户已经在台式机上设好ssh服务,台式机IP地址为192.168.2.102,准备用firefox下载。如果下载工具不是图形程序,则上述脚本中可删去“DISPLAY=:0”。</p>
|
||||
<p>配置文件/sdcard/uweb/longclick.txt如下:<br><code>PCdown:/data/data/com.termux/files/usr/bin/pcdownload</code></p>
|
||||
<p>配置文件/sdcard/uweb/default.longclick如下:<br><code>PCdown:/data/data/com.termux/files/usr/bin/pcdownload</code></p>
|
||||
<p>重启超微浏览器,点击链接下载时会弹出菜单,选择”PCdown”,台式机会启动firefox下载手机指定文档。</p>
|
||||
<p>可能大家有疑问,台式机无法登录,为什么手机可以登录?这是因为手机上应用多哈。</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue