Skip to main content
Topic: Looking for a developer to write a script (Read 78 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

Looking for a developer to write a script

Hello everyone.

I am looking for a developer to write a script for automatic VPS setup so that I don't have to do it manually every time. I am willing to pay for the work.

This is not just installing a distro and updating it, it is a lot of different security settings, for example installing Fail2ban, Port knocking, Dnscrypt-proxy 2, etc.

If you know or have seen something similar on Github, please write..


Re: Looking for a developer to write a script

Reply #1
This isn't very hard to do, just get the shell history of your last VPS setup and make it into a script. Some configuration files (like fail2ban and dnscrypt's) can be copied over from a working instance. There are even ways to set custom user and root passwords in batch. Am I missing something?