Category: linux

  • Running NextCloud Docker AIO on a Plesk server / VPS

    The recommended way to run a self hosted NextCloud instance is using the All in One Docker image officially provided by Nextcloud GmbH (see https://hub.docker.com/r/nextcloud/all-in-one/) as described on their website ( see https://nextcloud.com/install/#instructions-server). If you have a server running Plesk and want to use the official aio docker image as described above there are a…

  • Docker mit WSL auf Windows einrichten

    Insbesondere bei der Einrichtung lokaler Entwicklungsumgebungen in der Linux-basierten Web-Welt eignet sich Docker hervorragend zur Entwicklung. Wer seine apache oder nginx-basierten Container baut oder vorkonfigurierte Varianten nutzt, wird schnell feststellen, dass diese nicht allzu performant laufen. Zumindest bei der einfachen Nutzung von Docker-Desktop unter Windows ohne WSL Integration. Da kann ein Seitenaufruf schon mal mehrere…

  • Der erbärmliche Oberbürgermeister

    Udo Vetter vom lawblog hätte es nicht besser schreiben können, daher verweise ich hier mitsamt Überschriftenklau auf seinen Artikel zum erbärmlichen Oberbürgermeister

  • Linux is what you want it to be, nothing else

    I know that this topic has been discussed all over the internet for a few years now, especially since ubuntu became that popular. There are a lot of great comments and thoughts out there on what linux is and what it isnt, and especially on what it tries to be. But some weeks ago I…

  • Installing apache, mysql and php on gentoo

    Just right now I’m setting up my new home server for various things. It’ll do all of my ranking stuff of course, since it’s very easy for me to get a new ip once G is blocking me. Right now most of the scripts are coded in python, but some essentials are still running on…

  • setting up a bridged network for virtualbox on ubuntu linux (Host Interface)

    In order for this to run, you will most likely need a wired network connection, since most wireless-adapters won’t support bridged networking! This description is intended to be used with VirtualBox >= 1.4.0, since earlier versions handle the virtual networking differently due to kernel changes in 2.6.18 and later. First of all, you’ll have to…