Posts
Earn Bitcoin Cash by creating a local.bitcoin.com account
May 24, 2019
bitcoin
BCH
affiliate
Invite your friends to buy and sell BCH on Local Bitcoin. When somebody signs up using your unique link, you will earn 20% of fees incurred by their trades throughout the lifetime of their account. Affiliate payments are made at the end of the month.
Use this link to signup
Using Hugo to run your blog on OpenBSD
Feb 14, 2019
openbsd
hugo
Hugo is one of the most popular open-source static site generators. It’s written in Go (aka Golang) and developed by bep, spf13 and friends. I find it to be simple and easy to use but it also has some great themes to choose from.
Requirements Assumes httpd being used on OpenBSD, tested with 6.4
Install hugo and verify your install
doas pkg_add hugo hugo version Create your new blog working folder hugo new site blog cd blog git init git submodule add https://github.
Web log analysis on OpenBSD using GoAccess
Feb 13, 2019
openbsd
logs
goaccess
stats
htpasswd
crontab
GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser.
Requirements This only works with httpd, tested on OpenBSD 6.4
Assumes your log style is set to common (default)
Install the GoAccess package
$ doas pkg_add goaccess
Run from the command line Read access.log, remove the domain from beginning of each line and save as stats.