Posts Categorized: Uncategorized

DokuWiki nfencode converter from “url” to “utf-8”

I have used this script on my linux system without any issues. Do not use it on Windows. Script is very simple, you can change it to recode from other encodings just by changing one line of code. conveter.pl: Usage: Save it as “conveter.pl” to DokiWiki data/ directory, make it executable, then: $ cd dokuwiki/data;… Read more »

Kalkun and Nginx, config that actually works

Hello. First of all you should have PHP and Nginx up and running. After many tests this Nginx config works fine with Kalkun 0.7.1: server { listen 80; server_name kalkun.domain.com; access_log /var/log/nginx/kalkun.access.log; error_log /var/log/nginx/kalkun.error.log; root /var/www/localhost/htdocs/kalkun; client_max_body_size 10G; fastcgi_buffers 8 16K; fastcgi_buffer_size 53k; location / { index index.php; } location ~* ^.+.(jpg|jpeg|gif|css|png|js|ico|xml)$ { access_log off;… Read more »

Creating and importing self-signed certificate to Android device

This instructions will help you to create new self sign certificate and import it to your android device. Due to a bug in android internal code you need some extra steps while generating your certificate. Otherwise your self-signed certificate will not show up under “trusted credentials” in android menu. Create an auxiliary file “android_options.txt” with… Read more »

First post

Just testing my new shining blogging software! It was fun installing WordPress on Nginx with PHP-FPM