Recent content by Brouno

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

  1. B

    AB-Solution 1.07 is out!

    Nice :-) I'll try it ASAP
  2. B

    [Alpha] Preview builds for Asuswrt-Merlin 380.61

    Hi, Alpha_1 since 2 days on RT-N66U, no problem at all (from 380.59) :-)
  3. B

    AB-Solution 1.07 is out!

    Hi, Nice to use, just replaced my previous adblock solution based on your previous script by this one :-) I just found a little glitch : If big(s) filesystem(s) is(are) mounted in /tmp/mnt (typically CIFS on NAS), the script is pretty long to run as the "find_adblock_device()" function parse...
  4. B

    Keep more of syslog

    Try nvram set log_ipaddr=FQDN |IP nvram set log_port=PORT nvram commit To syslog offsite, even on remote syslog facilities like papertrail.com In case of remote syslog, you will loose the very early start of log, before the WAN is up & running, but it's not a big miss from my point of view...
  5. B

    Trend Micro™ Smart Home Network Malicious Sites Blocking

    I confirm ;-) It's the good place to ask for reclassification
  6. B

    Asuswrt-Merlin 378.51 is out

    OK, thx
  7. B

    Asuswrt-Merlin 378.51 is out

    Hi, On my RT-N66U since install the firmware Asuswrt-Merlin 378.51, I got a lot of problem on the 2.4Ghz band : Disconnection, unable to connect, network loose, ... with at least 3 differents devices (laptop, iphone, logitech UE SmartRadio, ...) I update from 378.50 then reset and use the...
  8. B

    AdBlocking with combined hosts file

    Nice tips :) Just a little thing : After implementing this you can see that reverse resolution of 0.0.0.0 return the first line of the file hosts.clean for example in the command netstat -a To avoid this, just add this setting to the /jffs/configs/dnsmasq.conf.add...
  9. B

    wget with authorization?

    Good to know, thx
  10. B

    wget with authorization?

    Oops sorry, I didn't even know that wget is included in busybox. I have already installed entware in the very first time i get the router with "normal" wget and, if I can ask , why optware, not entware ? I was thinking that entware is the successor of optware ?
  11. B

    wget with authorization?

    Hi, try : wget --http-user=admin --http-password=xxxx http://192.168.1.131/api/callAction?deviceID=14&name=pressButton&arg1=3 Hint ;-) wget --help
  12. B

    fstab - custom

    Hello, Just activated swap on my RT-N66U with your infos, thanks I notice that I get error in the syslog ("e2fsck: Superblock invalid, trying backup blocks...") due to the filesystem check from pre-mount script on the swap partition at boot time : To avoid that I change the pre-mount...
  13. B

    python gevent 1.0.1

    Tried ... I got the segfault, it's in gevent.core.loop :-(
  14. B

    python gevent 1.0.1

    :-( ok thx, i'll give it a try the 1.0
  15. B

    python gevent 1.0.1

    Hi, For some stuff I need gevent 1.0.1 in python. Is there someone which is able to compile such version for me ? https://pypi.python.org/pypi/gevent#downloads It's a little out of my current skills :o Thanks a lot Brouno
Top