Skip to content

Instantly share code, notes, and snippets.

@Luzifer
Luzifer / check_mail_v7.py
Last active November 11, 2019 22:10
Uberspace .qmail filter script (for Uberspace-v7 accounts)
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Installation: Insert this line into your .qmail-* file
# | /path/to/check_mail_v7.py
from datetime import datetime
import sys
BLOCK_SCORE = 8.0
@kvnxiao
kvnxiao / awesome-selfhosted-sorted-by-stars.md
Last active July 18, 2025 01:53
awesome-selfhosted-sorted-by-stars.md

Awesome-Selfhosted

Awesome

Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers.

This is a list of Free Software network services and web applications which can be hosted locally. Non-Free software is listed on the Non-Free page.

See Contributing.

@walduino
walduino / ffchromeCA.yaml
Created January 3, 2020 14:57
Ansible to add cert to CA and make firefox and chrome use the system CA store under linux
---
- name: certauth.yml | Make sure the folder exists (Debian, Ubuntu)
file:
path: /usr/local/share/ca-certificates
state: directory
- name: certauth.yml | Download root CA
get_url:
url: "{{ install_ip }}/xxx.crt"
dest: "/usr/local/share/ca-certificates/xxx.crt"
@MiyacoGBF
MiyacoGBF / 01_NieR_FAR.md
Last active March 19, 2025 23:38
How to Install FAR, HD Texture Pack, and ReShade (GShade) for NieR:Automata on Linux