Home
About
SK blog
Rapture in Everything
Posts tagged "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 was just released. There are a few new things, suggested in GitHub 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-sqliteAs an aside: if you're not using Pipenv yet, take a look at it. It's great.Then import it and call write_csv(). import csv_to_sqlite # all the usual options are supported...
python
csv-to-sqlite
open source
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 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 summarizes my intentions with Docker perfectly. The setupThe setup itself wasn't difficult. Huginn even lets you try it out...
how-to
huginn
docker
2017 Dec 14
2017 Dec 14
Wallabag - with MySQL and RabbitMQ
How I discovered Wallabag and made it run on Ubuntu with MySQL and RabbitMQ for Imports. Everything I needed to do should be here,...
tech
how-to
self-hosted
Older