Categoria: web

  • jdownloader su qnap

    jdownloader su qnap

    per installare jdownloader su un qnap e utilizzarlo sull'interfaccia web devi seguire questi passaggi prima devi installare “Entware” con questo script https://raw.githubusercontent.com/Entware/installer.sh/master/generic.sh quindi è necessario installare JRE su QNAP Store registrare un account su https://my.jdownloader.org ora devi eseguire questo codice durante la configurazione che ti serve…

  • controllo server di posta elettronica

    segui http://public.pyzor.org/whitelist/ questo è davvero un ottimo controllo del server di posta elettronica

  • installare Apache2 su Rasperry PI

    APACHE installation apt-get update apt-get install apache2 php5 mysql-server locales phpmyadmin php5-curl iftop iotop vim screen tightvncserver mysql-client apt-get upgrade apt-get dist-upgrade Update RPI rpi-update Install Owncloud cd /var/www wget https://download.owncloud.org/community/owncloud-8.0.3.zip unzip owncloud-8.0.3.zip rm owncloud-8.0.3.zip mv owncloud storage enabele APACHE mod’s sudo a2enmod rewrite sudo a2enmod headers service apache2 restart

  • flusso multicast proxy su delega apache con l'autenticazione

    flusso multicast proxy su delega apache con l'autenticazione

    i configured an proxy for multicast to http this you need for example for proxying traffic form Telekom home entertainment wget https://freefr.dl.sourceforge.net/project/udpxy/udpxy/Chipmunk-1.0/udpxy.1.0.23-0-prod.tar.gz tar -xzvf udpxy.1.0.23-0-prod.tar.gz make make install add to crontab 1 1 * * * radice udpxy -p 4022 initial creation for authentication htpasswd -c /etc/apache2/.htpasswd sammy add an addtional user htpasswd /etc/apache2/.htpasswd sammy2

  • WordPress AutoUpdater

    WordPress AutoUpdater

    installare wp-cli -> http://wp-cli.org/ use this script #!/bin/bash updater(){ wp core updateallow-root wp core update-dballow-root wp plugin update –tutti –allow-root wp theme update –tutti –allow-root wp core language updateallow-root CGROUP=$(stat -c ‘%Gwp-cron.php) CUser = $(stat -c ‘%Uwp-cron.php) chown $ CUser:$cgroup ./* -Rf } for i in $(trovare / var / www / vhosts -name wp-cron.php); do wpdir=$(echo $ i |…

  • Funksteckdosen via Raspberry Pi tramite il terminale, Interfaccia Web o il controllo Siri – 433 mHz

    Belegung RaspberryPi Transmitter Receiver Pin 2 / 4 (5V) VCC VCC Pin 6 / 9 (GND) GND GND Pin 11 (GPIO17) – RPi Nr.1 ATAD – perno 13 (GPIO27) - RPI Nr.2 – DATI (a fianco di GND) Software Kommen wir nun zur Software. A tale scopo, è necessario prima avviare il Raspberry Pi, an dem alles

  • letsencrypt su Apache e Linux

    letsencrypt su Apache e Linux

    questaèuna piccola guida su come configurare letsencrypt su apache e su linux prima dobbiamo scaricare uno strumento letsencrypt e spostare la configurazione di esempio nella posizione corretta 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 configura la configurazione di letsencrypt…

  • Un monitoraggio libero

    Un monitoraggio libero

    1. Kostenloses Monitorring Tool https://uptimerobot.com/ 2. danach einfach bei zapier anmelden und das richtige modul auswählen RSS zu SMS https://zapier.com / http://beepsend.com

  • Creare una Public Key Infrastructure Utilizzo degli script di facile rsa

    The first step when setting up OpenVPN is to create a Public Key Infrastructure (PKI). Il PKI è costituito da: A public master Certificate Authority (CA) certificato e una chiave privata. Un certificato pubblico separato e coppia di chiavi private (appresso un certificato) per ogni server e ogni cliente. To facilitate the certificate creation

  • HTTP: connessione disattivata per (xxx)

    HTTP: connessione disattivata per (xxx)

    Questo perché di SE Linux. Per risolverlo: /usr/sbin/setsebool httpd_can_network_connect true Or you can also set the security settings, -> Go to Security Level configurations and Change Tab to SELinux And modify SELinux policy Check Allow HTTPD scripts and modules to connect to the network under HTTPD service