Skip to content

Instantly share code, notes, and snippets.

@KarthikNayak
KarthikNayak / a.md
Last active June 4, 2024 00:21
Installing Arch with LVM
@mdonkers
mdonkers / server.py
Last active June 10, 2024 18:44
Simple Python 3 HTTP server for logging all GET and POST requests
#!/usr/bin/env python3
"""
License: MIT License
Copyright (c) 2023 Miel Donkers
Very simple HTTP server in python for logging requests
Usage::
./server.py [<port>]
"""
from http.server import BaseHTTPRequestHandler, HTTPServer
@linuxmalaysia
linuxmalaysia / README-autossh-systemd.txt
Last active April 3, 2024 16:33
Autossh using systemd
1) ==== Autossh using systemd ====
Example from
https://gist.github.com/drmalex07/c0f9304deea566842490
2) =============
Install autossh