FrontPage › king/2005-01
Jan 20, 2005 ¶
Jan 14, 2005 ¶
Jan 06, 2005 ¶
# cat xstartup ¶
Submitted by king @ 01-06 [11:22 am]
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey exec gnome-session & #xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #twm &\
Jan 05, 2005 ¶
$TTL ÁöÁ¤¾ÈÇÒ °æ¿ì, default °ªÀº SOAÀÇ minimum field ÀÌ´Ù ¶
Submitted by king @ 01-05 [06:50 pm]
Ãâó http://www.faqs.org/rfcs/rfc2308.html
... The remaining of the current meanings, of being the TTL to be used for negative responses, is the new defined meaning of the SOA minimum field. ...\
Á¨Åõ xinetd localhost only Á¦°ÅÇϱ⠶
Submitted by king @ 01-05 [11:32 am]
defaults { # only_from = localhost ; ÀÌÁÙÀ» ÁÖ¼®Ã³¸®ÇØÁÖ°í /etc/init.d/xinetd restart ! instances = 60 log_type = SYSLOG authpriv info log_on_success = HOST PID log_on_failure = HOST cps = 25 30 } includedir /etc/xinetd.d \
netstat -nl ¶
Submitted by king @ 01-05 [10:33 am]
[root@wiki ~]# netstat -nl Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:199 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN tcp 0 0 61.82.133.187:53 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN tcp 0 0 :::993 :::* LISTEN tcp 0 0 :::995 :::* LISTEN tcp 0 0 :::110 :::* LISTEN tcp 0 0 :::143 :::* LISTEN tcp 0 0 :::80 :::* LISTEN tcp 0 0 :::22 :::* LISTEN tcp 0 0 :::443 :::* LISTEN udp 0 0 0.0.0.0:32768 0.0.0.0:* udp 0 0 0.0.0.0:161 0.0.0.0:* udp 0 0 61.82.133.187:53 0.0.0.0:* udp 0 0 127.0.0.1:53 0.0.0.0:* udp 0 0 61.82.133.187:123 0.0.0.0:* udp 0 0 127.0.0.1:123 0.0.0.0:* udp 0 0 0.0.0.0:123 0.0.0.0:* udp 0 0 :::32769 :::* udp 0 0 :::123 :::* \
Jan 04, 2005 ¶
linux wake on lan setting ¶
Submitted by king @ 01-04 [11:19 pm]
1. NIC ¸¦ ¸ðµâ·Î ÄÄÆÄÀÏÇÑ´Ù M
2. /etc/modules.d/alias ¿¡ ¾Æ·¡¸¦ Ãß°¡ÇØÁØ´Ù
2. /etc/modules.d/alias ¿¡ ¾Æ·¡¸¦ Ãß°¡ÇØÁØ´Ù
alias eth0 3c59x options 3c59x enable_wol=1 \3. module update
# modules-update\
Jan 03, 2005 ¶
crontab ¿¹Á¦ ¶
Submitted by king @ 01-03 [12:08 pm]
#minute hour mday month wday who command # */5 * * * * root /usr/libexec/atrun # # Save some entropy so that /dev/random can re-seed on boot. */11 * * * * operator /usr/libexec/save-entropy 1 3 * * * root periodic daily 15 4 * * 6 root periodic weekly 30 5 1 * * root periodic monthly \