Recent content by pinklerose

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

    OpenVPN server for iOS

    I did a really stupid mistake while I was testing it at home. I didn’t turn off WiFi on my mobile and openvpn app couldn’t connect. Now everything is working properly and default settings are good enough.
  2. pinklerose

    OpenVPN server for iOS

    I’m trying to setup OpenVPN server for my iOS devices without success. I have been trying tls and static-key in advanced settings. Can anyone share settings I have to use?
  3. pinklerose

    Config files in root home directory

    Everything is working as it should now. Thanks!
  4. pinklerose

    Config files in root home directory

    Creating symbolic links does not cause any problems. Just to double check before I'll do something wrong. Is that correct way to create post-mount script? #!/bin/sh if [ "$1" = "/tmp/mnt/SanDisk" ] ; then ln -nsf $1/entware /tmp/opt ln -s /tmp/mnt/file/location/.vimrc /tmp/root/.vimrc fi...
  5. pinklerose

    Config files in root home directory

    I will try to do that.
  6. pinklerose

    Config files in root home directory

    So "cp -a /my/files/location/. /root/" results: cp: write error: No space left on device cp: out of memory I am not sure why...
  7. pinklerose

    Config files in root home directory

    No mate. I have syntax and line numbers. Didn't know that one but might consider to add it. ;)
  8. pinklerose

    Config files in root home directory

    Hi. I have created a couple config files in /root directory (like .vimrc, .zshrc, etc) and they are working OK until router restart. Is it any way to keep this files after reboot?
Top