GIMP 는 무료 이미지 편집 프로그램이다.
GIMP 의 정보는 아래 사이트에서....
- GIMP : http://www.gimp.org/
- 김프 코리아 : http://www.gimp.kr/index.php
year | day |
null | 19 |
2012 | 20 |
2013 | null |
# portsnap fetch extract
#cd /usr/ports/dns/bind98
#make install clean
#pw groupadd -n named
#pw useradd -n named -g named -d /home/named -m -s /sbin/nologin
named_enable="YES"
named_program="/usr/local/sbin/named"
named_flags="-u named"
named_pidfile="/var/run/named/pid"
#/usr/local/sbin/rndc-confgen -r keyboard
start typing:
...............................
...........................
...........................
...........................
...........................
...........................
...........................
...........................
stop typing.
#ee /etc/namedb/rndc.conf
# Start of rndc.conf
key "rndc-key" {
algorithm hmac-md5;
secret "NS1pLVnS57wXVjzIhA2thQ==";
};
options {
default-key "rndc-key";
default-server 127.0.0.1;
default-port 953;
};
# End of rndc.conf
key "rndc-key" {
algorithm hmac-md5;
secret "NS1pLVnS57wXVjzIhA2thQ==";
};
#
controls {
inet 127.0.0.1 port 953
allow { 127.0.0.1; } keys { "rndc-key"; };
};