Smbind – Tool in php per la gestione di un DNS

Smbind è un tool in PHP che permette di amministrare un DNS (bind).

Tramite l’interfaccia web è possibile creare, modificare, gestire le zone. Ecco alcuni screenshots:

Zona

Opzioni

Creare zona

In attesa di uno Sponsor per chi usa debian o ubuntu ecco come installarlo:

(debian) Aggiungete al vostro sources.list:

deb     http://debian.iuculano.it/apt  etch main contrib non-free
deb-src http://debian.iuculano.it/apt  etch main contrib non-free

Mentre per Ubuntu:

deb http://ppa.launchpad.net/giuseppe-iuculano/ubuntu hardy main
deb-src http://ppa.launchpad.net/giuseppe-iuculano/ubuntu hardy main

Poi da terminale:

apt-get update && apt-get install smbind

Una volta terminata l’installazione:

usermod -G bind www-data

/etc/init.d/apache2 restart

echo ‘include “/etc/smbind/smbind.conf”;’ >> /etc/bind/named.conf.local

/etc/init.d/bind9 restart

Adesso potete aprire il browser ed andare su http://localhost/smbind/ .

Login e password di defualt sono entrambe ‘admin’, ma naturalmente dovete cambiare la password immediatamente :-)

    Posted in Debian, Linux, Ubuntu. Tags: , , , , , . 3 commenti »

    Ubuntu Gutsy CK Kernel

    (English version below)

    Ubuntu Gutsy è arrivata, e anche per questa release rilascio un kernel patchato con le CK patch.

    Con Kolivas purtroppo ha deciso (giustamente) di abbandonare lo sviluppo, ragion per cui questo sarà l’ultimo rilascio anche per me. Dalla prossima release ci dovremmo accontentare del nuovo CFS di Ingo Molnar

    Vi ricordo come al solito:

    Cosa sono le CK patch?

    Cito l’ autore:

    These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload.”

     

     

    Ricapitolando, installando questo kernel avrete:

    1) Compilazione ottimizzata per 686 o core2
    2) Ck patch http://members.optusnet.com.au/ckolivas/kernel/

    Come installarlo?
    wget http://ubuntu.iuculano.it/AE3BE9AA.gpg -O- | sudo apt-key add -

    aggiungete al vostro sources.list:
    deb http://ubuntu.iuculano.it gutsy all
    deb-src http://ubuntu.iuculano.it gutsy all

    Per 686 (Pentium4):
    sudo apt-get update && sudo apt-get install linux-686-ck linux-headers-686-ck

    Per core2:
    sudo apt-get update && sudo apt-get install linux-core2-ck linux-headers-core2-ck

    Diamo un nuce -10 al server X:
    sudo dpkg-reconfigure -plow x11-common

    Alla richiesta ” Valore di nice per il server X. ” digitiamo -10

    Feedback molto graditi :)


    English version

    These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload.

    Installing this kernel you have:

    1. 686 (Pentium4) or Core2 optimization
    2. Ck patch http://members.optusnet.com.au/ckolivas/kernel/

    Add the gpg key:

     

    Code:

    wget http://ubuntu.iuculano.it/AE3BE9AA.gpg -O- | sudo apt-key add -

    Add the sources.list entries in a separate file:

     

    Code:

    echo "deb http://ubuntu.iuculano.it gutsy all" >/etc/apt/sources.list.d/ck-kernel.list

     

    Code:

    sudo apt-get update

    For 686 (Pentium4):

     

    Code:

    sudo apt-get update && sudo apt-get install linux-686-ck linux-headers-686-ck

    For core2:

     

    Code:

    sudo apt-get update && sudo apt-get install linux-core2-ck linux-headers-core2-ck

    Feedback are welcome

      Thunderbird 2 per Ubuntu Feisty

      Purtroppo ubuntu feisty non ha thunderbird2 (è stato rilasciato successivamente).

      Mi sono quindi deciso a backportarlo da gutsy

      Potete installarlo inserendo nel vostro sources.list:
      deb http://ubuntu.iuculano.it feisty thunderbird
      deb-src http://ubuntu.iuculano.it feisty thunderbird

      Se poi volete pure provare la versione di sviluppo di amsn (davvero carina):

      deb http://ubuntu.iuculano.it feisty amsn
      deb-src http://ubuntu.iuculano.it feisty amsn

      Come al solito i feedback sono graditi :)

        Posted in Linux, Ubuntu. 16 commenti »

        Ubuntu Feisty CK Kernel

        Nelle mie workstation non può mancare un kernel patchato con le CK patch.

        Cosa sono le CK patch?

        Cito l’ autore:

        These are patches designed to improve system responsiveness with specific emphasis on the desktop, but suitable to any workload.”

        A pochi giorni dal rilascio di Ubuntu Feisty , ecco il kernel patchato con CK e ottimizzato per 686 (i386) e core2 (i386)

        Ricapitolando, installando questo kernel avrete:

        1) Compilazione ottimizzata per 686 o core2
        2) Ck patch http://members.optusnet.com.au/ckolivas/kernel/

        Come installarlo?
        wget http://ubuntu.iuculano.it/AE3BE9AA.gpg -O- | sudo apt-key add -

        aggiungete al vostro sources.list:
        deb http://ubuntu.iuculano.it feisty all
        deb-src http://ubuntu.iuculano.it feisty all

        Per 686 (Pentium4):
        sudo apt-get update && sudo apt-get install linux-686-ck linux-headers-686-ck

        Per core2:
        sudo apt-get update && sudo apt-get install linux-core2-ck linux-headers-core2-ck

        Diamo un nuce -10 al server X:
        sudo dpkg-reconfigure -plow x11-common

        Alla richiesta ” Valore di nice per il server X. ” digitiamo -10

        Feedback molto graditi :)

          Posted in Linux, Ubuntu. 50 commenti »