Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


[NEED] Make autoinstaller
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

[NEED] Make autoinstaller

iSkyiSky Member

Hi, i need a tutorial on how to make auto installer on linux centos, ubuntu and debian. Like autoinstall vpn that we already configured. Need help with the tutorial like what progamming language i must use and the tutorial of using it. Thank you

Thanked by 1ErawanArifNugroho

Comments

  • Mark_RMark_R Member
    edited April 2014

    You could code something in python that executes commands after each other with a timer. This would be a really easy approach.

    Thanked by 1iSky
  • nunimnunim Member
    edited April 2014

    Wait.. You need a tutorial to make an auto-installer script?

    Learn Bash syntax? If you need a tutorial on how to write a script then it's probably best that people weren't using your scripts... Learn a bit on your own, play around, get stuck and use Google. Only after you're comfortable writing scripts for yourself should you try to release them for others as they need to be tested in a variety of conditions, even then there will be issues with certain packages/releases etc..

  • Bash and Perl are my choices

  • khavkhav Member

    Bash is the one for this kind of job
    Feel free to check the Scrambled OpenVPN autoinstaller i coded here
    http://lowendtalk.com/discussion/23555/scrambled-openvpn-auto-installer-script

  • dedicadosdedicados Member
    edited April 2014

    said: Like autoinstall vpn

    prometeus have a good one but is for debian, i edited and make it work to centos, but i dont remember where i leave the file :(

    sorry, let me try to find it.

  • wychwych Member

    Bash.

  • NyrNyr Community Contributor, Veteran

    You can edit this to run on non-Debian based distros:
    https://github.com/Nyr/openvpn-install

  • @Nyr said:
    you can edit this to run on non-Debian based distros:
    https://github.com/Nyr/openvpn-install

    Did I already say that I love you for this?

  • NyrNyr Community Contributor, Veteran

    @trexos said:
    Did I already say that I love you for this?

    Thank you :)

  • @Nyr said:
    Thank you :)

    Thanks for the script, I used this a couple of days ago. :)

Sign In or Register to comment.