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
-
solved – mount local sata ext3 partition on esxi 5.1
ssh into your esxi
first, find your drive id from vsphere client or locally match in /vmfs/devices/disks
second, cd into your vm’s storage and issue the following command:
vmkfstools -r /vmfs/devices/disks/[wicked_drive_id] your_direct.vmdk
works like a charm
תגיות: english, esxi, howto-
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
הנ”ל תקף גם לגבי שאר הפצות מבוססות דביאן – אובונטו ודומיה.-
how to add hebrew keyboard layout to lxde – איך להוסיף מקלדת עברית לlxde
how do you add hebrew + english layout to lxde with alt-shift as key sequence to switch between the layouts
echo -e '\n@setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,il' >>/etc/xdg/lxsession/LXDE/autostart
after that you need to end session (better reboot), but if you want the results right here right now, just
setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,il
איך להוסיף מקלדת עברית לlxde ? מאוד פשוט – השתמשו בהסבר למעלה.
תגיות: howto, layout, linux, lxde, כללי, מדריך-