Ho installato Firefox 3.6 sul mio PC e mi capita sempre di avere una scocciatura: ogni volta che visito una pagina Web, con Internet Explorer non avevo alcun tipo di problema, mentre Firefox richiedeva di continuo delle credenziali di autenticazione al Proxy tramite una pop-up. La soluzione al problema è la seguente: 1. digitare sulla barra degli indirizzi di Firefox about:config per accedere alla pagina di configurazione del browser 2. nella casella di testo "Filtra" digitare network.automatic-ntlm-auth.trusted-uris per raggiungere subito la configurazione che interessa 3. cliccare due volte su questa voce e digitare come valore localhost e poi chiudere il TAB 4. sempre su Firefox cliccare su "Strumenti", poi su "Opzioni", poi sul tab "Avanzate", poi sul tab "Rete" e poi sul pulsante "Impostazioni" e selezionare l'opzione "Utilizza le impostazioni Proxy del sistema"; applicare e chiudere. 5. Andare s...
Qui di seguito riporto una breve espressione regolare per la verifica del C.F. inserito dall’utente mediante apposito form: ^[a-zA-Z]{6}[0-9]{2}[abcdehlmprstABCDEHLMPRST]{1}[0-9]{2}([a-zA-Z]{1}[0-9]{3})[a-zA-Z]{1}$ Tra le tonde vi è l'identificativo del comune (codice catastale). Le lettere elencate (abcd ecc.) indicano il mese di nascita mentre l'ultima lettera è quella di controllo.
Note: This is tested and proven to work on Debian Squeeze (stable) If you are a web-admin or a PHP developer hosting on your own servers you might have found out that PHP mail() function does not work out of the box in Debian unless you have installed Exim (default MTA for Debian Squeeze), sendmail or some other MTA. Most of the time this is OK, but when you really don't want to mix a mailserver with your webserver this is going to be a problem. In php.ini file there is a SMTP configuration value that you can set which is misleading. Even though you set the SMTP value, PHP mail() function will not connect directly to the SMTP server and relay emails rather it depends heavily on sendmail program which can be set via the sendmail_path configuration value. In conclusion you'll have to have a working sendmail program if you want to use PHP mail() function. So rather than using a complete MTA just to relay emails to your mailserver you can use SSMTP which is a send-only send...
Commenti