Dokuwiki Setup on Debian/Ubuntu – The Easy Guide
DokuWiki Setup is a simple guide to setup DokuWiki on Debian (or Ubuntu). However, you can use the following instructions on every Linux server (with small changes). DokuWiki is the…
DokuWiki Setup is a simple guide to setup DokuWiki on Debian (or Ubuntu). However, you can use the following instructions on every Linux server (with small changes). DokuWiki is the…
If you are writing code, you need SSL for development. You can self-sign a "fake" certificate, but you will always get browser warnings. Not anymore! mkcert is an excellent tool…
At a Glance Docker In A Nutshell is a quick guide to the most commonly used Docker commands in everyday use. Using git you can share your source code. Using…
Lsyncd (Live Syncing Daemon) is a light-weight live mirror solution between two directories. It uses rsync and ssh. Custom configuration profiles can be written in the Lua language (see example…
What Is An SSH Tunnel SSH tunneling is a method to create a secure connection between a local computer and a remote server over SSH. It is a kind of…