An open API service indexing awesome lists of open source software.

https://github.com/networm/vps-setup

Auto setup time, user, ssh, firewall, nginx and jekyll for vps
https://github.com/networm/vps-setup

Last synced: 10 months ago
JSON representation

Auto setup time, user, ssh, firewall, nginx and jekyll for vps

Awesome Lists containing this project

README

          

# VPS-Setup

It makes build a vps from scratch automatically and cleanly.

## Environment
CentOS 7

## Target
The script integrate content from [Getting Started with Linode - Linode Guides & Tutorials](https://www.linode.com/docs/getting-started) and [Securing Your Server - Linode Guides & Tutorials](
https://www.linode.com/docs/security/securing-your-server).

Script will auto setup time, user, ssh, firewall, nginx and jekyll.

## Usage
```
$ git clone https://github.com/networm/vps-setup.git
enter password
$ cd vps-setup && bash -x setup.sh
```