How to use LibreTranslate with Mastodon

Install LibreTranslate and configure Mastodon to take advantage of it. ...

November 17, 2022 · milosz · Mastodon

How to install ArchiveBox on RaspberryPi

Install beloved ArchiveBox on RaspberryPi3. ...

How to install XWiki

Install the Advanced Open Source Enterprise Wiki. ...

How to enforce specific referer header using nginx

Enforce specific referer header using nginx directives. ...

How to import Restya board into Wekan

Import Restya board into Wekan using Bourne-again shell script to convert the JSON file. ...

How to visualize blog schedule using terminal

Visualize the blog schedule using a terminal. ...

How to install Restyaboard on Debian Buster

Install Restyaboard, an Open Source Kanban board. ...

How to query robots.txt

Query robots.txt using the robots.txt exclusion protocol implementation for Go language. ...

How to delete Nextcloud bookmarks using API

Delete Nextcloud bookmarks using API. Notice, data is paginated in this case, so this particular case is more interesting than regular add/remove operations. ...

How to display upcoming events in Nextcloud calendar using shell script

Display upcoming events in the Nextcloud calendar using a custom shell script by extending the earlier ideas. ...

How to display upcoming events in Nextcloud calendar using text-based terminal emulator

Display upcoming events in the Nextcloud calendar using a text-based terminal emulator because it is fun and challenging. ...

How to import Firefox bookmarks to Nextcloud application

I am currently playing with floccus to store bookmarks using Nextcloud, so I have created simple shell scripts to import Nextcloud bookmarks from Firefox using code from my earlier solution to open Firefox bookmarks from the OpenBox menu. ...

How to backup and restore Nextcloud bookmarks

There is a bookmark manager for Nextcloud that can be used with the floccus browser extension to synchronize bookmarks using Chrome, Firefox, and Opera. I will show you how to perform API calls to automate the backup process. ...

How to backup and restore Restyaboard boards

Use the extensive API offered by the Restyaboard to backup and restore created boards. ...

How to install Restyaboard on Debian Stretch

Install Restyaboard, an Open Source Kanban board. I am using it daily to manage this blog. ...

How to install and configure private MoinMoin wiki

Install and configure a private instance of the MoinMoin wiki engine, a full-featured and extensible wiki software written in Python that can store personal notes, knowledge base, or simply share interests. ...

How to display scheduled Jekyll blog posts on DokuWiki page

Let’s display scheduled Jekyll blog posts using DokuWiki on your own personal wiki. ...

February 27, 2017 · milosz · DokuWiki

How to display git commits on DokuWiki page

Let’s display git commits using DokuWiki on your own project workspace or personal wiki. ...

February 13, 2017 · milosz · DokuWiki

How to add menu to AWStats web-interface

I have described a simple way to configure the AWStats web-interface last month, so I will continue this topic further and tell you how to add a menu to quickly switch between configured sites. ...

Essential Dokuwiki plugins

I am using Dokuwiki almost every day, as I love writing documentation and organizing knowledge. Due to this, I have created a list of plugins I cannot live without. ...

How to extract the cover image from an e-book

I have successfully used Google Drive and Insync to organize all of the e-books that I have acquired during the last years. Currently plan to upload them to a personal DokuWiki instance since I use it more every day. Before I can start, I need to extract cover images to ensure that I will get a decent outcome. ...

How to convert manual pages to DokuWiki

I have created a simple shell script to convert manual pages to DokuWiki as I want to have them always at hand and easily interlink to them from other pages. ...

How to setup Jekyll virtual private server

It is not a secret that I am using Gandi Simple Hosting to host sleeplessbeastie’s notes website. This solution is almost maintenance-free and does not require any additional work to use Jekyll, as hosting static content is dead simple (see shell script to automate build and upload process). ...

How to generate directory index files

Recently I needed a simple utility to generate index files at briefcase.sleeplessbeastie.eu, so after a while, I came up with two simple solutions, each of which has different strengths and weaknesses. ...

Kolab – How to integrate Piwik Web Analytics

A quite lengthy but very straightforward description of the Kolab Groupware integration with Piwik Web Analytics. The integration process is simpler than you think as the additional application (Piwik) is hosted externally and doesn’t use a single sign-on. ...

How to use post parameters as a custom taxonomy in Jekyll

I decided to drop tags and categories during the migration from WordPress to Jekyll, but it was not the best decision as it turned out. ...

June 20, 2013 · milosz · Jekyll

How to quickly create rewrite rules for all WordPress posts

This post describes a quick way to create .htaccess rewrite rules after permalinks change from /%post_id% to /%year%/%monthnum%/%day%/%postname%/ ...

Create web thumbnail for SemanticScuttle using cutycapt

This simple script will create web thumbnail using cutycapt console command. ...

Nginx + WordPress + SSL

Configuration snippet for later reference. ...

April 5, 2011 · milosz · nginx

How to use ImageMagick effects with Coppermine

After getting fun with Coppermine Photo Gallery for some time, I wanted to achieve a polaroid-like effect (using ImageMagick) for thumbnails and intermediate pictures. ...