What's new

help, code for disable runner and flow cache in ssh putty please

  • 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!

berku4

New Around Here
Hi, I've been following the forum for a long time and I have great respect for all members. first apologize for the language, I'm not English. and second, I wanted to ask for a little help. I need a code to run in putty, a code that deactivates runner and flow cache at every reboot so I don't do it manually every time. I'm crazy and I can't do it, please if someone can send me a code to run it, thanks.

i tried:

Code:
#!/bin/sh fc disable /jffs/scripts/services-start
#!/bin/sh runner disable /jffs/scripts/services-start

thank
 
Which router model do you own? You can run this once and it should stay disabled.

Code:
runner disable
fc disable
fc flush
nvram set runner_disable="1"
nvram set fc_disable="1"
nvram set runner_disable_force="1"
nvram set fc_disable_force="1"
nvram commit
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top