Skip to content

Instantly share code, notes, and snippets.

View tolbrino's full-sized avatar
💭
on earth

Tino Breddin tolbrino

💭
on earth
View GitHub Profile
@tolbrino
tolbrino / testimap.py
Created October 23, 2015 07:30
Script to check access of multiple email accounts against an IMAP host.
#!/usr/bin/env python
import sys
import imaplib
EMAIL_ACCOUNT_SUFFIX = "@mydomain.com"
EMAIL_HOST = "mail.myhost.com"
EMAIL_ACCOUNTS = {
"name": "pass",
@tolbrino
tolbrino / nginx.conf
Created September 22, 2015 15:15 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048

Archlinux setup guide

This guide is based on the official Archlinux [Installation Guide][1], [Beginners' Guide][2] and my personal experience.

Partition layout

HDD fs size mountpoint
/dev/sda1 LUKS MAX -
/dev/sda1 LVM MAX /dev/mapper/lvm