Linux

Voipblock per modem-router Technicolor: blacklist chiamate per molti dispositivi forniti da diversi ISP Italiani

Grazie allo sforzo congiunto di una intera community è stato possibile sbloccare molti modem/router prodotti da Technicolor e basati su OpenWrt Chaos Calmer 15.05.1, tra questi il Smart Modem Plus DGA4130 (AGTEF), il FastGate DGA4131, il TIM HUB DGA4132 (AGTHP) e diversi dispositivi minori: TG589vac TG788vn v2 TG789vac v2 HP TG789vac v1 TG789vac v2 TG789vac XTREAM 35B TG799vac TG799vac XTREAM TG800vac Dopo lo sblocco è inoltre anche possibile installare una GUI che permette di accedere a tutte le funzionalità del dispositivo. È possibile trovare maggiori informazioni qui , qui e qui . La laboriosa community ha inoltre proposto diverse implementazioni di un sistema per creare una blacklist di chiamate, alcune implementazioni utilizzano il firewall iptables, altre implementazioni utilizzano...

Script bash per inviare email Bulk con Postfix e Gmail

A volte è necessario inviare la stessa email a più persone, sfortunatamente i nostri provider di servizi di posta non lo permettono, di solito c'è un limite giornaliero per le email in uscita e se mettiamo molti destinatari nel campo Ccn l'email è contrassegnata come spam ed è bloccata. Per inviare email Bulk ci sono molti servizi professionali, ma se non svolgiamo questa attività regolarmente e non abbiamo bisogno che tutti i destinatari ricevano l'email nello stesso momento, allora possiamo usare un approccio diverso. Gmail, ad esempio, ci consente di inviare un'email a 500 destinatari differenti ogni 24 ore, ma se utilizziamo il campo CCn con molti destinatari, l'email si blocca. Con queste considerazioni possiamo inviare la nostra email a 500 destinatari, attendere 24 ore e poi...

zm_auto: uno script bash per automatizzare completamente Zoneminder

Questo è uno script bash con diverse funzioni per automatizzare completamente Zoneminder ed è anche presente un servizio da installare per avviare automaticamente questo script all'avvio. Con questo script è possibile: cambiare automaticamente gli stati Giorno e Notte in base all'ora impostare automaticamente lo stato Armato se un dispositivo bluetooth non è più individuato muovere automaticamente le telecamere ptz in due differenti preset quando si cambia stato riavviare automaticamente Zoneminder se va nello stato Inattivo Di seguito il codice di zm_auto.sh: #!/bin/bash # License: GPL # # Author: Mentor <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the...

Zoneminder: modulo di controllo per Bosesh SD13W

Modulo Perl per controllare la Bosesh SD13W con Zoneminder. SD13W.pm: # ========================================================================== # # ZoneMinder Bosesh SD13W IP Control Protocol Module, $Date: 2017-05-30 01:18:22 +0100 (Wed, 04 Nov 2009) $, $Revision: 1 $ # Copyright (C) 2017 Mentor (http://www.internauta37.altervista.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU...

Zoneminder: modulo di controllo per Vstarcam C7816WIP

Modulo Perl per controllare la Vstarcam C7816WIP con Zoneminder. C7816WIP.pm: # ========================================================================== # # ZoneMinder Vstarcam C7816WIP IP Control Protocol Module, $Date: 2017-01-15 01:18:10 +0100 (Wed, 04 Nov 2009) $, $Revision: 1 $ # Copyright (C) 2017 Mentor (http://www.internauta37.altervista.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See...

Zoneminder: modulo di controllo per Vstarcam C7824WIP

Modulo Perl per controllare la Vstarcam C7824WIP con Zoneminder. C7824WIP.pm: # ========================================================================== # # ZoneMinder Vstarcam C7824WIP IP Control Protocol Module, $Date: 2017-01-15 01:17:54 +0100 (Wed, 04 Nov 2009) $, $Revision: 1 $ # Copyright (C) 2017 Mentor (http://www.internauta37.altervista.org) # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See...

Script bash per cambiare lo stato di Zoneminder

Script per cambiare lo stato di Zoneminder con il crontab e per verificare ad ogni avvio che sia impostato lo stato corretto. zoneminder_state.sh: #!/bin/bash # License: GPL # # Author: Mentor <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along...

Script bash per fare il backup di un sito Drupal con database SQLite

Script per effettuare il backup tramite ftp di un sito Drupal che usa un database SQLite e per poi archiviarlo. backup_site.sh: #!/bin/bash # License: GPL # # Author: Mentor <[email protected]> # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program...

Mentor's Conky: conky lua per cpu con 8 cores

Questa è una mod di Conky Seamod per supportare processori con 8 cores come quelli della famiglia AMD Bulldozer. Conky SeaMod on kde-look.org Conky SeaMod on deviantart.com conkyrc: #============================================================================== # conkyrc_mentor # Date : 24/12/2013 # Author : Mentor # Version : v0.2 # License : Distributed under the terms of GNU GPL version 2 or later # # This version is a modification of conkyrc_seamod that is a modification of conkyrc_lunatico wich is modification of conkyrc_orange # # conkyrc_orange: http://gnome-look.org/content/show.php?content=137503&forumpage=0 # conkyrc_lunatico: http://gnome-look.org/content/show.php?content=142884 # conkyrc_seamod: http://www.deviantart.com/art/Conky-Seamod-v0-1-283461046 # conkyrc_mentor:...
Abbonamento a RSS - Linux