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

Recent content by ntovik

  1. N

    vpnbook auto update password

    I had the same issue and have updated the script. #!/bin/bash curl -s "http://www.vpnbook.com/freevpn" | grep -A 0 Username: | tail -n 1 | cut -f2 -d " " | cut -f2 -d '<' | cut -f2 -d '>' > /etc/openvpn/auth.txt curl -s "http://www.vpnbook.com/freevpn" | grep -A 0 Password: | tail -n 1 | cut...
Back
Top