Recent content by mr_radar

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

    Router reboot cause deletion of root folder

    Now I do understand what is going on and how to "fix" my problem. I was actually thinking of using the ln command (link). I am going to try and tell you what fits more considering my situation (ZSH+Oh-My-ZSH). Thank you all of you for quick and quality replies :)
  2. M

    Router reboot cause deletion of root folder

    Ok, now I understand the loss of my files. It makes sense. Thank you dave14305. Questions : - Is there a way to keep my files in the root folder permanently (I have my ZSH config there) - Why is the unix asus firmware built that way ? I don't see the point... Thanks :)
  3. M

    Router reboot cause deletion of root folder

    Hi, I noticed a strange behaviour of my router (ASUS RT-AC86U). When I reboot the router all the files I installed in /tmp/home/root are getting deleted... This is a very very strange behaviour... I dot not understand why the files in the root folder are not persistent. It is even worse it...
  4. M

    Install Oh My Zsh on Asus routers

    Well, I am going to try to answer to everyone and to try to be clear. Zsh+Oh My Zsh is useful when you are "SSHing" your router and want a more confortable environment to work with, especially if you create some custom scripts or analyse some logs. When you log to your router, your session can...
  5. M

    Install Oh My Zsh on Asus routers

    @heysoundude I would say the main benefit is to get a very confy terminal, in terms of scripting it is not that different to bash : https://en.wikipedia.org/wiki/Z_shell#Features Getting Oh My Zsh is really appreciable, you can see some screenshots online. They have a big community, the...
  6. M

    How to change default login shell?

    I fixed the issue by changing the .profile and adding those lines : if [[ -x /opt/bin/zsh ]]; then export SHELL=/opt/bin/zsh exec /opt/bin/zsh fi If you change the zsh command with the path of the bash command, it should work for you : which bash if [[ -x /bin/bash ]]; then...
  7. M

    Install Oh My Zsh on Asus routers

    First thanks all the developers for the great work on asuswrt-merlin. I come with something that might interest some of you. I like the possibility to use Oh My Zsh on my terminal but I noticed the installation process does not go well on Asus router (I have a RT-AC86U) because some commands...
Top