how to install gdnsd
let’s begin:תגיות: debian, dns, gdnsd, howto, linux, כללי
ssh into destination machine
get latest gdnsd:
wget https://github.com/blblack/gdnsd/archive/master.zip
unzip master.zip
get into the unpacked folder
cd gdnsd-master/
Install dependencies :
apt-get install libev-dev libcap-dev ragel
create user gdnsd:
useradd gdnsd
run autogen
./autogen.sh
run configure
./configure --with-rootdir=/home/gdnsd --prefix=/home/gdnsd --exec-prefix=/home/gdnsd
make && make install
now you’re done.
one more thing… 🙂
you need to get geoip database, this database can be downloaded from maxmind
wget -q -O "/home/gdnsd/etc/geoip/GeoLiteCity.dat.gz" http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
webmin on debian
אז החלטתם להתקין webmin ונתקלתם בתקלה הבאה:
תגיות: debian, howto, חיים, כללי
dpkg: dependency problems prevent configuration of webmin:
הפתרון לבעיה הוא להתקין את הרכיבים שחסרים לוובמין בעזרת פקודה הבאה
apt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libio-pty-perl apt-show-versions libapt-pkg-perl
הנ”ל תקף גם לגבי שאר הפצות מבוססות דביאן – אובונטו ודומיה.-