ProFTP(D) - Ident Lookups

Visto che mi è capitato e mi dimentico sempre, proftpd nell’installazione standard (Debian per capirci) è attivo di defaultl l’ident del client, quindi colpa del reverse o colpa dei dns mal configurati la connessione risulta parecchio lenta nella fase di autenticazione. Per risolvere: #/etc/proftpd/proftpd.conf IdentLookups no

17 March 2009 @ 22:20 · Updated: 30 June 2026 @ 03:28 · leo

Fiat Ecodrive - Database

E così ho comprato una 500, come per le macchine di nuova produzione della Fiat a bordo hanno equipaggiato un sistema che si chiama Blue & Me un computer di bordo basato su Windows Mobile for Automotive, che tuttosommato non è neanche una scelta così pessima quando funziona. Questa breve introduzione mi era necessaria per descrivere un software fornito dalla Fiat chiamato Ecodrive installabile sul computer di bordo dell’automobile. Nonostante il nome non è nientaltro che un datalogger dei dati di bordo come velocità, numero di giri del motore, temperature ecc. che salva tutto su una drive collegato alla porta usb della macchina. ...

15 March 2009 @ 23:32 · leo

Windows - Disable automatic update from VBS

Sono stufo di cliccare.. Const AU_DISABLED = 1 Set objAutoUpdate = CreateObject("Microsoft.Update.AutoUpdate") Set objSettings = objAutoUpdate.Settings objSettings.NotificationLevel = AU_DISABLED objSettings.Save

12 February 2009 @ 01:20 · Updated: 30 June 2026 @ 03:28 · leo

Windows - Symlink

Hahahah, I’m burst in laughter when I read this NTFS (under win 2000 or above) specific, obviously Microsoft called with Junction name. Unfortunately, Windows comes with no tools for creating junctions, for use this funtion there’s two additional program: Get Resouce Kit and use “linkd” program Use “junction” program form Sysinternal tool More info: http://support.microsoft.com/?kbid=205524 http://technet.microsoft.com/en-us/sysinternals/bb896768.aspx

8 February 2009 @ 04:34 · Updated: 30 June 2026 @ 03:28 · leo

IIS maxupload limit ASP

IIS 6 on Windows Server 2003 or R2 has a limit of 200 KB for ASP requests in general and file uploads. To change this limitation you need to edit the Metabase file, which can be found at c:\Windows\System32\Inetsrv\MetaBase.xml. Follow these steps: Stop IIS from command line iisreset /STOP Open MetaBase file, find the variable AspMaxRequestEntityAllowed limits the number of bytes in the page request (by default 200KB); change the value to 1073741824 (unlimited) or to a limit of your choice. ...

8 February 2009 @ 04:19 · Updated: 30 June 2026 @ 03:28 · leo

Link - Catalyst 4224 Access Gateway Switch Software Configuration Guide - Traffic Shaping  [Cisco Catalyst 4200 Series Switches] - Cisco Systems

Catalyst 4224 Access Gateway Switch Software Configuration Guide - Traffic Shaping [Cisco Catalyst 4200 Series Switches] - Cisco Systems.

2 February 2009 @ 01:03 · leo

Windows - Change IP from command line

Yes, is possibile don’t make lot of click to reconfigure network interfaces under Windows, using “netsh” command like this: For set up static address and metric 1 gateway: netsh interface ip set address name="Local Area Connection" static ip.ip.ip.ip 255.255.255.0 gw.gw.gw.gw 1 For set up static dns: netsh interface ip set dns "Local Area Connection" static xx.xx.xx.xx netsh add dns "Local Area Connection" addr=xx.xx.xx.xx index=2 For setup ip by dhcp: netsh interface ip set address name="Local Area Connection" source=dhcp netsh interface ip set dns name="Local Area Connection" source=dhcp

1 February 2009 @ 19:36 · Updated: 30 June 2026 @ 03:28 · leo

CentOS - Asterisk

Brevemente, come installare Asterisk su CentOS usando yum. Partiamo dal indicare che ufficialmente CentOS nei sui repository non ha i pacchetti di asterisk, quindi è necessario utilizzarne degli altri, in particolare quelli di Trixbox che come ben sapere è basata su questa distribuzione. Per primo, installare il plug-in che ci permette di gestire le priorità [root@server ~]# yum install yum-priorities Creare un file con il seguente contenuto e posizionarlo in /etc/yum.repos.d/ nominandolo con estensione .repo ...

3 January 2009 @ 16:00 · Updated: 30 June 2026 @ 03:28 · leo

Sorry, I don't know anything about your "xterm-color" terminal.

Oggi durante una serie di comandi con un senso ben preciso Solaris mi ha parlato in questo modo: Sorry, I don't know anything about your "xterm-color" terminal. La perplessità generale mi ha fatto lanciare questo comando: bash-3.00# export TERM=vt100 Ma molto probabilmente sarebbe stato meglio un terminale “ansi”

24 November 2008 @ 02:58 · Updated: 30 June 2026 @ 03:28 · leo

Cisco Acquires Jabber, Inc.

Questa mi suona propio nuova eppure è una notizia di qualche settimana fa, Cisco ha acquisito Jabber. Ma che sta succedendo? More info: http://www.cisco.com/web/about/ac49/ac0/ac1/ac258/JabberInc.html

9 November 2008 @ 05:39 · leo