bash

  • 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. kallefornia

    Philips Hue: lights off when nobody is home [script]

    This is a relatively simple bash script that turns off all lights when all members of a household have left and turns them back on again when one of them comes back. Basically, it continually checks the list of clients currently connected to the router's WiFi network(s) for pre-defined IP...
  2. S

    same variable name in different bash scripts

    Hi! I have two different bash scripts. They perform independent tasks from each other, but can possibly run at the same time (during boot process). In both sripts there are variables (for instance to count loops). Can it cause confusion if both scripts use a varibale with the same name or does...
  3. wheelq

    unknown syslog copy

    I have noticed very high CPU spikes, so I did a little research. As it turns out, every , the following command is being issued: 2984 admin 1420 D cp /tmp/syslog.log /tmp/syslog.log-1 /jffs I have checked the 1420 and it is: 101 admin 1420 S /bin/sh Yes, I do lots of...
  4. D

    Does Asuswrt-Merlin have bash array support ?

    Does Asuswrt-Merlin have bash array support ? If so, how do you get bash scripts with arrays to work ?
Top