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
d470999708
commit
ea10cbfcfa
17 changed files with 98 additions and 89 deletions
|
@ -100,7 +100,7 @@
|
|||
</div>
|
||||
|
||||
<div class="post-meta">
|
||||
<span class="attr">Post:<span>2019-04-10 17:20:39</span></span>
|
||||
<span class="attr">Post:<span>2019-04-18 23:34:00</span></span>
|
||||
|
||||
<span class="attr">Tags:/
|
||||
|
||||
|
@ -119,7 +119,7 @@
|
|||
<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<br>ssh [user:password]@192.168.2.102 “DISPLAY=:0 firefox \”$1\””</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>脚本需设置为可执行,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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue