找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: hiboyhi***

[2019-03-05]改华硕[N14U N54U]5G 2G的7620老毛子Padavan固件(私人云储存 aria2 QOS)

   火... [复制链接]
如何自定义hosts   原来用潘多拉时候直接替换host文件就ok了 现在这个替换了重启就全部没有了 什么情况????改hosts确实方便
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这个固件刷完 K1的2.4G网络非常不稳定。是路由器的原因还是我操作有问题呢?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

原厂配置是不刷不了呀,没有这么多功能
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

什么时候支持TCP-BBR?

点评

你想多了 BBR 需要 4.9 的 Kernel 或者你和毛子说去  详情 回复 发表于 2016-12-24 10:34
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

hiboyhiboyhiboy 发表于 2016-12-22 22:41
可以用挂载方法替换文件。
文件放到内部储存
执行命令替换
  1. #!/bin/sh
  2. output=$1
  3. url1=$2
  4. if [ $url1 = "http://passport.baidu.com/passApi/img/small_blank.gif" ] ; then
  5.     curltest=`which curl`
  6.     if [ -z "$curltest" ] ; then
  7.         wget --continue --no-check-certificate  -O $output $url1
  8.     else
  9.         curl -k -s -o $output $url1
  10.     fi
  11.     exit 0
  12. fi
  13. url2=$3
  14. [ -z "$url2" ] && url2=$url1
  15. url1c=`echo $url1 | sed 's@/@\\\/@g'`
  16. url2c=`echo $url2 | sed 's@/@\\\/@g'`
  17. rm -f $output
  18. templine=$(sed -n "/$url1c/=" /media/AiCard_02/temp/templist.txt)
  19. if [ -z "$templine" ] ; then
  20.     templine=$(sed -n "/$url2c/=" /media/AiCard_02/temp/templist.txt)
  21.     if [ ! -z "$templine" ] ; then
  22.         cp -f /media/AiCard_02/temp/$templine $output
  23.         logger -t "【下载】" "命中缓存:【$output】 URL:【$url2】"
  24.         exit 0
  25.     fi
  26. else
  27.     cp -f /media/AiCard_02/temp/$templine $output
  28.     logger -t "【下载】" "命中缓存:【$output】 URL:【$url1】"
  29.     exit 0
  30. fi
  31. curltest=`which curl`
  32. if [ -z "$curltest" ] ; then
  33.     wget --continue --no-check-certificate  -O $output $url1
  34. else
  35.     curl -k -s -o $output $url1
  36. fi

  37. if [ ! -s "$output" ] ; then
  38.     logger -t "【下载】" "重新下载失败:【$output】 URL:【$url1
  39.     logger -t "【下载】" "重新下载:【$output】 URL:【$url2】"
  40.     rm -f $output
  41.     sleep 2
  42.     curltest=`which curl`
  43.     if [ -z "$curltest" ] ; then
  44.         wget --continue --no-check-certificate  -O $output $url2
  45.     else
  46.         curl -k -s -o $output $url2
  47.     fi
  48.         if [ -s "$output" ] ; then
  49.             echo "$url2" >> /media/AiCard_02/temp/templist.txt
  50.             templine=`sed -n '$=' /media/AiCard_02/temp/templist.txt`
  51.             cp -f $output /media/AiCard_02/temp/$templine
  52.         fi
  53. else
  54. echo "$url1" >> /media/AiCard_02/temp/templist.txt
  55. templine=`sed -n '$=' /media/AiCard_02/temp/templist.txt`
  56. cp -f $output /media/AiCard_02/temp/$templine
  57. fi
  58. if [ ! -s "$output" ] ; then
  59.     logger -t "【下载】" "下载失败:【$output】 URL:【$url2】"
  60. else
  61.     chmod 777 $output
  62. fi
复制代码

之前的代码有问题我修改了一下,然后执行命令替换成功,谢谢大大
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

u20_ 发表于 2016-12-24 08:57
什么时候支持TCP-BBR?

你想多了 BBR 需要 4.9 的 Kernel 或者你和毛子说去
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

来自手机 | 显示全部楼层
大大求问,我武汉的e信和内置的闪讯sxplugin.so不同,我怎么使用自己的sxplugin.so呢,尝试替换系统的文件每次重启都复原了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

学习中,不过我不会啊。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

顶一下,来学习了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

怎么搭建设置ssr 服务器啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

S#S如图设置的,可以看到启动后会出现下载不了某些文件的情况.....得自己手动上传到路由器上..求教如何解..GFW列表模式就没问题..







本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

点评

吐槽下 混淆参数别乱填.......  详情 回复 发表于 2016-12-24 22:46
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

8kCOez 发表于 2016-12-24 20:57
S#S如图设置的,可以看到启动后会出现下载不了某些文件的情况.....得自己手动上传到路由器上..求教如何解..G ...

吐槽下 混淆参数别乱填.......

点评

这个应该影响不大吧.. 不晓得为啥.老是下载不了那几个文件..各种下载失败  详情 回复 发表于 2016-12-25 17:00
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

PSG1218 256M的木有呀。。。。。nononono
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

亲,你这么厉害,我想做你的经纪人!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

这固件好棒啊。。。请问能出wndr3800的吗.
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-30 01:23

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表