Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the ad-inserter domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cookie-law-info domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/vhosts/blog.webeats.it/httpdocs/wp-includes/functions.php on line 6114
14 Novembre 2015 - Blog WebEats

AngularJS creare una funzione disponibile in tutti i controller

Come creare una funzione disponibile in tutti i controller creando un servizio o inserendola nel root scope Abbiamo 2 scelte per poter creare una funzione “globale” e quindi una funzione disponibile in tutti i controller: 1) Creare un servizio 2) Oppure inserirla nel root scope Per evitare di “inquinare” il root scope, seguiremo quindi la […]

Creare una VPN privata con PPTP

Breve guida passo-passo per installare e configurare PPTP su linux e configurare sia il server che il client OpenVPN o PPTP? Questa è la prima scelta per chi vuole creare una propria VPN. Scegliere PPTP da più facilità di configurazione e compatibilità Out of Box per tutti gli OS a scapito della maggiore sicurezza di OpenVPN. […]

Installare l’ultima versione di nginx su Ubuntu

Vediamo come aggiornare o installare l’ultima versione di nginx su Ubuntu, aggiungendo i repository mainline La versione 14.04 di Ubuntu, ha nei suoi repository la versione 1.8.0 di nginx. Per verificare quale versione è installata sulla nostra linux box ci basta dare questo comando: nginx -v nginx version: nginx/1.8.0 E’ possibile avere l’ultima versione di […]

Abilitiamo il protocollo HTTP/2 su nginx

Breve howto su come abilitare il supporto HTTP/2 su nginx (Ubuntu) Prima di tutto ci dobbiamo assicurare che la versione di nginx sia >= di 1.9.5 o che sia stata compilata con il supporto –with-http_v2_module Per verificare queste 2 cose possiamo procedere con i seguenti comandi nginx -v nginx version: nginx/1.8.0 nginx -V nginx version: nginx/1.8.0 […]