Monthly Archive for aprile, 2009

Grande Mark!

(17:11:58) jcastro: <No`> QUESTION: Where do you think we are concerning the bug #1? do you see it being closed in the (more or less distant) future?
(17:12:04) rockstar [n=rockstar@canonical/launchpad/rockstar] è entrato nel canale.
(17:12:06) sabdfl: interesting times
(17:12:21) thekorn ha abbandonato il canale (quit: Success).
(17:12:25) sabdfl: linux (and to a certain extent ubuntu) is now a major force in the PC industry
(17:12:37) gotunandan_ [n=gotunand@117.195.44.196] è entrato nel canale.
(17:12:43) meltemi [n=gdb@tito.darkskills.org.uk] è entrato nel canale.
(17:12:46) augias [n=fernando@190.162.52.220] è entrato nel canale.
(17:12:47) sabdfl: microsoft was able to do a diving catch to save market share in netbooks only by giving XP away at very, very low prices
(17:12:53) sabdfl: a product they wanted to kill 18 months ago
(17:13:00) sabdfl: now, things will get more interesting
(17:13:08) DarthBoner [n=tibault@78-21-60-211.access.telenet.be] è entrato nel canale.
(17:13:11) troj ha abbandonato il canale (quit: Connection timed out).
(17:13:24) sabdfl: we will see Windows 7 Starter Edition in major western markets, which is new (it was designed for emerging markets to address piracy)
(17:13:33) sabdfl: and we'll see if that model works for users
(17:13:40) sabdfl: i think we can compete
(17:13:40) augias ha abbandonato il canale (quit: Remote closed the connection).
(17:13:45) dreamnid [n=dreamnid@cpe-69-207-148-86.rochester.res.rr.com] è entrato nel canale.
(17:13:48) Ibiza-Fahrer [n=roman-sc@ip-90-187-155-79.web.vodafone.de] è entrato nel canale.
(17:14:03) sabdfl: ubuntu with full office capability competes nicely with uncrippled windows and office on price, stability and functionality
(17:14:09) sabdfl: so, game on
(17:14:33) sabdfl: we will know a lot more in 18 months – can we actually carve out territory that is defensible?

Per i profani, il BUG #1 in Ubuntu è:
"Microsoft has a majority market share"

Zimbra Installation HowTo

Ecco step by step le istruzioni per un'installazione di base di Zimbra, software di collaborazione che ho appena iniziato a testare in azienda e che consente di gestire in modo centralizzato posta, agenda, rubrica, documenti e messaggistica.

 

Installazione di base ZIMBRA

Download del software

http://www.zimbra.com/products/downloads.html

Configurazione /etc/hosts

[root@mail etc]# more /etc/hosts

# Do not remove the following line, or various programs

# that require network functionality will fail.

127.0.0.1 localhost.localdomain localhost

xxx.xxx.xxx.yyy mail.pippo.com mail

Configurazione hostname

echo mail.pippo.com > /etc/hostname

vim /etc/sysconfig/network

NETWORKING=yes

NETWORKING_IPV6=no

HOSTNAME=mail.pippo.com

GATEWAY=xxx.xxx.xxx.yyy

Installazione e configurazione bind

rpm -ivh bind-9.3.4-6.P1.el5.i386.rpm bind-chroot-9.3.4-6.P1.el5.i386.rpm bind-libs-9.3.4-6.P1.el5.i386.rpm bind-utils-9.3.4-6.P1.el5.i386.rpm

vim /var/named/chroot/etc/named.conf

options {

directory "/var/named";

dump-file "/var/named/data/cache_dump.db";

statistics-file "/var/named/data/named_stats.txt";

forwarders { ip_of_public_dns ; };

};

include "/etc/rndc.key";

// We are the master server for mail.pippo.com

zone "mail.pippo.com" {

type master;

file "db.mail.pippo.com";

};

vim /var/named/chroot/var/named/db.mail.pippo.com

;

; Addresses and other host information.

;

@ IN SOA mail.pippo.com. hostmaster.mail.pippo.com. (

10118 ; Serial

43200 ; Refresh

3600 ; Retry

3600000 ; Expire

2592000 ) ; Minimum

; Define the nameservers and the mail servers

IN NS xxx.xxx.xxx.yyy

IN A xxx.xxx.xxx.yyy

IN MX 10 mail.pippo.com.

Start named

/etc/init.d/named start

Abilitazione named allo start automatico

chkconfig named on

Test named

nslookup mail.pippo.com

Server: 127.0.0.1

Address: 127.0.0.1#53

Name: mail.pippo.com

Address:xxx.xxx.xxx.yyy

Configurazione /etc/resolv.conf

[root@mail etc]# more /etc/resolv.conf

search pippo.com

nameserver localhost

Configurazione /etc/host.conf

[root@mail etc]# more /etc/host.conf

order bind,hosts

Installazione Zimbra

./install.sh

 

 

Happy Birthday…

alla persona più speciale del mondo! Tanti tanti auguri di buon compleanno Eli!:)

E mercoledì prossimo…

si va a Bolzano conoscere Ethan Galstad, fondatore del progetto Nagios, software di monitoraggio delle reti! Per maggiori dettagli sull'evento, ecco il link: http://www.wuerth-phoenix.com/it/lazienda/event/nagios-event/

Howto: lan+dmz+internet con Zeroshell

Ecco un howto che ho appena finito di scrivere per implementare una configurazione di Zeroshell con 3 interfacce: una per la rete locale, una per la dmz e una per la rete pubblica. Ovviamente è solo una configurazione di base sulla quale è doveroso effettuare un po' di tuning per raggiungere buoni risultati.