umgeher's changelog

Simple Deploy

This homepage runs at home. Yeah, personal website at my sweet home…

My deploy process is pretty simple, I just copy the files that hugo generated to my http server.

I use the OpenBSD’s http server, maybe I post my settings later.

So I wrote a simple makefile to do the deploy process…

sync:
	@rsync -azLPH --delete http/public/ thor:www/umgeher.org

Yeah, that simple.

Articles from blogs I follow around the net

Issue #18

via OpenBSD Webzine 2024-10-08 10:01

OpenBSD 7.6 Released

The OpenBSD project has announced OpenBSD 7.6, its 57th release. The new release contains a number of significant improvements, including but not limited to: There is initial support for Qualcomm Snapdragon X Elite [arm64] laptops. Initial support for Suspend-t…

via OpenBSD Journal 2024-10-07 20:42

Asynchronous secure file transfer with nncp

# Introduction nncp (node to node copy) is a software to securely exchange data between peers. Is it command line only, it is written in Go and compiles on Linux and BSD systems (although it is only packaged for FreeBSD in BSDs). The website will do a …

via Solene'% 2024-10-06 00:00

Generated by openring