Skip to content

Instantly share code, notes, and snippets.

View engineer-go's full-sized avatar
🎯
Focusing

engineer-go

🎯
Focusing
View GitHub Profile
@engineer-go
engineer-go / vhost.py
Created September 6, 2018 14:28 — forked from fideloper/vhost.py
Create vHost Ubuntu Lamp-Server (bash and python)
#! /usr/bin/python
from sys import argv
from os.path import exists
from os import makedirs
from os import symlink
from os import system
import getopt
#