Kategorie: Synology

  • jdownloader on qnap

    jdownloader auf qnap

    to install jdownloader on a qnap and using it over the webinterface you need to follow this steps first you need to install „Entware“ with this script https://raw.githubusercontent.com/Entware/installer.sh/master/generic.sh then you need to install JRE over the QNAP Store register an account on https://my.jdownloader.org now you need to run this code during the setup you need…

  • letsencrypt on apache and linux

    letsencrypt auf Apache und Linux

    this is a small guide how to setup letsencrypt on apache and on linux first we need to download a letsencrypt tool and move the sample config to the right position cd /opt git clone https://github.com/lukas2511/letsencrypt.sh mkdir -p /etc/letsencrypt.sh mkdir -p /var/www/letsencrypt.sh/ chown www-data:www-data /var/www/letsencrypt.sh cp /opt/letsencrypt.sh/docs/examples/config /opt/letsencrypt.sh/config cp /opt/letsencrypt.sh/docs/examples/domains.txt /opt/letsencrypt.sh/domains.txt configure the letsencrypt config…

  • Speeding Up WordPress on Synology

    Beschleunigen Wordpress bei Synology

    Out of the box, WordPress running on a Synology is very slow (search Synology.com forums or Google if you don’t believe me). This article explains how to optimize your Synology and your WordPress website for speed. Disclaimer The below are tweaks I’ve implemented with success. I don’t know the complete extent of their validity; they just…

  • IPKG und pyLoad nach Update auf DSM 5.0 installieren

    IPKG und pyLoad nach Update auf DSM 5.0 installieren

    Gestern war es soweit, DSM 5.0 von Synology ist endlich freigegeben worden. Dank der vielen Cloud-Features wollte ich möglichst schnell das Update bekommen. Doch wie bei jedem Update habe ich zwei für mich wichtige Fragen: Funktioniert IPKG dann noch? Funktioniert pyLoad dann noch? Ich kann mittlerweile zu beiden Fragen mit “JA” antworten. Es muss zwar…