Home
About
SK blog
Rapture in Everything
Posts tagged "how-to"
2022 Jan 25
2022 Jan 25
Troubleshooting the Moonlander
How to fix a few issues with ZSA's Moonlander keyboard....
tech
how-to
2020 Dec 26
2020 Dec 26
Bridges into Matrix
Bridges are components that connect Matrix to other chat platforms and services. We'll make a quick intro into them, and set up bridges for Discord, Whatsapp and FB Messenger....
tech
matrix
docker
2020 Apr 18
2020 Apr 18
csv-to-sqlite 2.1 - script support, encodings and brackets
Version 2.1 of csv-to-sqlite [https://pypi.org/project/csv-to-sqlite/] was just released. There are a few new things, suggested in GitHub [https://github.com/zblesk/csv-to-sqlite] issues: you can now specify that you do not want brackets around your column names, you can specify the encoding your files (the default still is UTF-8) and it's now easier to use csv-to-sqlite in scripts. If you wish to do that, simply install it as a dependency: pip install csv-to-sqlite As an aside: if you're...
tools
python
csv-to-sqlite
2019 Jul 12
2019 Jul 12
Trying out Passbolt (with Docker)
A step-by-step guide for getting from a clean Ubuntu 18.04 LTS to a running Passbolt instance with a simplistic Docker setup....
how-to
security
self-hosted
2019 Jan 02
2019 Jan 02
Running Huginn with Docker
Last time [https://zblesk.net/blog/playing-with-huginn/] I've written about using Huginn. I have never actually used Docker before, but I've decided to give it a go. I'm hosting various pieces of software on my server, which run on anything from Go to PHP. And given my few, but all the more unpleasant experiences with Ruby, I'd decided that I'd rather move most of my software to Docker than try to install yet another stack on my server. So yeah, you could say this XKCD strip [https://xkcd.com/...
how-to
huginn
docker
Older