Smbind – Tool in php per la gestione di un DNS

Translate original post with Google Translate

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 :-)

VN:F [1.9.3_1094]
Rating: 6.0/10 (1 vote cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Popularity: 3% [?]

Posted in Debian, Linux, Ubuntu . Tags: , , , , , . 1 Comment »

Ubuntu Gutsy CK Kernel

Translate original post with Google Translate

(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

VN:F [1.9.3_1094]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.3_1094]
Rating: 0 (from 0 votes)

Popularity: 1% [?]