Skip to content

Instantly share code, notes, and snippets.

View alexbaumgertner's full-sized avatar
💻
Digital Nomad

Alex Baumgertner alexbaumgertner

💻
Digital Nomad
View GitHub Profile
.circle {
height: 100px;
width: 100px;
border: 2px solid #fff;
border-radius: 50%;
background: red;
}
.circle {
height: 100px;
width: 100px;
border: 2px solid #fff;
border-radius: 50%;
background: red;
}
.circle {
height: 100px;
width: 100px;
border: 2px solid #fff;
border-radius: 50%;
background: red;
}
@alexbaumgertner
alexbaumgertner / gist:4707211
Last active December 12, 2015 03:28 — forked from baxang/gist:1395787
nginx init script (nginx in /opt/ )
#! /bin/sh
### BEGIN INIT INFO
# Provides: nginx
# Required-Start: $all
# Required-Stop: $all
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts the nginx web server
# Description: starts nginx using start-stop-daemon
<!DOCTYPE html>
<html>
<head>
<title>Привет, Мир!</title>
</head>
<body>
<p>Привет, Мир!</p>