• 那是云首页
  • 快捷导航
  • 更多
    设为首页收藏本站
  • |

内网穿透之ngrok

查看数: 11372 | 评论数: 5 | 收藏 6
关灯 | 提示:支持键盘翻页<-左 右->
    组图打开中,请稍候......
发布时间: 2018-3-22 09:42

正文摘要:

本帖最后由 laomms 于 2018-3-22 11:09 编辑         先去www.ngrok.cc申请免费隧道,得到隧道id,再去https://www.ngrok.cc/download.html下载对应的客户端,我的x64机子,下载Li ...

回复

linnan318 来自 中国海南海口 发表于 2019-2-27 10:55
这个要好好学一下。
sein 来自 中国 发表于 2018-6-25 23:24
挂载那一步是怎么操作的啊楼主????不要写得不明不白啊
噶尔迪 来自 中国天津 发表于 2018-6-13 21:17
楼主你好
按照你的步骤 微信图片_20180613210859.png
微信图片_20180613210907.png
微信图片_20180613210920.png
微信图片_20180613210925.png
最后是这个状态,请指点一下小白那里操作有问题,谢谢。
那年初五 来自 中国甘肃张掖 发表于 2018-5-19 16:36
ngrok不稳定啊。
laomms 来自 中国浙江温州 发表于 2018-3-22 10:49
本帖最后由 laomms 于 2018-3-22 13:08 编辑

各个qnap版本的config挂载代码:
For TS-201 use ...
  1. mount -t ext2 /dev/mtdblock4 /tmp/config
  2. vi /tmp/config/autorun.sh
  3. chmod +x /tmp/config/autorun.sh
  4. echo .
  5. echo "unmounting /tmp/config..."
  6. umount /tmp/config
复制代码

For TS-109, TS-109P, TS-119, TS-209, TS-209P, TS-219, TS-412, TS-409 (Marvell ARM) use ...
  1. mount -t ext2 /dev/mtdblock5 /tmp/config
  2. vi /tmp/config/autorun.sh
  3. chmod +x /tmp/config/autorun.sh
  4. echo .
  5. echo "unmounting /tmp/config..."
  6. umount /tmp/config
复制代码

TS-439, TS-509, TS-639, TS-809, TS-809U (x86) use ...
  1. mount -t ext2 /dev/sdx6 /tmp/config
  2. vi /tmp/config/autorun.sh
  3. chmod +x /tmp/config/autorun.sh
  4. echo .
  5. echo "unmounting /tmp/config..."
  6. umount /tmp/config
复制代码


All HAL-based Intel and AMD NAS use ...
  1. mount $(/sbin/hal_app --get_boot_pd port_id=0)6 /tmp/config
  2. touch /tmp/config/autorun.sh
  3. chmod +x /tmp/config/autorun.sh
  4. $EDITOR /tmp/config/autorun.sh
  5. umount /tmp/config
复制代码


TAS-x68, TS-x28 use ...
  1. /bin/mount -t ext4 /dev/mmcblk0p7 /tmp/config
  2. vi /tmp/config/autorun.sh
  3. chmod +x /tmp/config/autorun.sh
  4. echo .
  5. echo "unmounting /tmp/config..."
  6. umount /tmp/config
复制代码


All AL-based NAS(TS-x31+ and TS-x31X) and TS-x31 use ...
  1. ubiattach -m 6 -d 2
  2. /bin/mount -t ubifs ubi2:config /tmp/config
  3. vi /tmp/config/autorun.sh
  4. chmod +x /tmp/config/autorun.sh
  5. echo .
  6. echo "unmounting /tmp/config..."
  7. umount /tmp/config
  8. ubidetach -m 6
复制代码


快速回复 返回列表 搜索 官方QQ群
懒人地图| 手机版|小黑屋| 智能生活 , 上那是云 |闽ICP备2020018196号-1 |网站地图