Skip to content

Instantly share code, notes, and snippets.

View heavensloop's full-sized avatar
🏠
Working from home

Popsana Noble Barida heavensloop

🏠
Working from home
View GitHub Profile
@chrismeller
chrismeller / gist:4746697
Created February 9, 2013 19:29
Default php-fpm.conf on Ubuntu
;;;;;;;;;;;;;;;;;;;;;
; FPM Configuration ;
;;;;;;;;;;;;;;;;;;;;;
; All relative paths in this configuration file are relative to PHP's install
; prefix (/usr). This prefix can be dynamicaly changed by using the
; '-p' argument from the command line.
; Include one or more files. If glob(3) exists, it is used to include a bunch of
; files from a glob(3) pattern. This directive can be used everywhere in the
@fideloper
fideloper / vhost.py
Last active June 17, 2024 11:58
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
#