Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View danielehrhardt's full-sized avatar

Daniel Ehrhardt danielehrhardt

View GitHub Profile
<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>Codext - Stencil Components</title>
<script src="https://unpkg.com/@codext/stencil-components@0.0.3/dist/gradient-button.js"></script>
</head>
<body>
@danielehrhardt
danielehrhardt / postfix_uninstaller.sh
Created January 7, 2020 08:21
Ubuntu 18.04 Postfix Remove Script
#!/bin/sh
echo
sudo apt-get remove postfix
sudo apt-get purge postfix
userdel postfix
rm -rf /etc/postfix/
rm -rf /usr/share/doc/postfix/