#action Blog Add Blog
##Blog
{{{#!blog king 2004-12-10T07:19:35 iptable 사용방법
{{{
--begin script--
#!/bin/sh

# 우선 모든 Rule을 정리한다.

/sbin/iptables -F

# 다음으로 각각에 대한 정책을 세운다.

/sbin/iptables -P INPUT DROP
/sbin/iptables -P OUTPUT ACCEPT
/sbin/iptables -P FORWARD DROP

# localhost에서의 traffic을 받아들인다.

/sbin/iptables -A INPUT -i lo -j ACCEPT

# 확립된 연결에 대한 Packet을 받아들인다.

/sbin/iptables -A INPUT -i eth0 -p tcp ! --syn -j ACCEPT

# DNS 응답을 받아들인다.

/sbin/iptables -A INPUT -i eth0 -p tcp --source-port 53 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -p udp --source-port 53 -j ACCEPT

# 인증 연결을 거부한다(그렇지 않을 경우 메일서버가 오랫동안 타임아웃 상태가 될 것이다.)
/sbin/iptables -A INPUT -i eth0 -p tcp --destination-port 113 -j REJECT

# echo나 목적지에 도착 못하거나 시간 초과된 icmp packet들을 받아들인다.

/sbin/iptables -A INPUT -i eth0 -p icmp --icmp-type 0 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -p icmp --icmp-type 3 -j ACCEPT
/sbin/iptables -A INPUT -i eth0 -p icmp --icmp-type 11 -j ACCEPT

--end script— 
\}}}
}}}

{{{#!blog king 2004-12-09T08:53:56 manpage 사용법
{{{
             1 Commands
                        Those commands that can be executed by the user  from
                        within a shell.

              2 System calls
                        Those  functions  which must be performed by the ker-
                        nel.

              3 Library calls
                        Most of the libc functions, such as qsort(3).

              4 Special files
                        Files found in /dev.

              5 File formats and conventions
                        The format for /etc/passwd and  other  human-readable
                        files.

              6 Games

              7 Conventions and miscellaneous
                        A  description  of  the  standard file system layout,
                        network protocols, ASCII and other  character  codes,
                        this man page, and other things.

              8 System management commands
                        Commands  like  mount(8), many of which only root can
                        execute.

              9 Kernel routines
                        This is an obsolete  manual  section.   Once  it  was
                        thought  a  good  idea  to  document the Linux kernel
                        here, but in fact very little  has  been  documented,
                        and   the   documentation  that  exists  is  outdated
                        already. There are better sources of information  for
                        kernel developers.
\}}}
}}}

{{{#!blog king 2004-12-08T06:48:57 bluetux 옹이 만든 글꼴
[15:47] <까나리|A50> http://wiki.enterprise1.co.kr/~terry/jin3.pcf.gz
[15:47] <까나리|A50> http://wiki.enterprise1.co.kr/~terry/jin4.pcf.gz
[15:47] <까나리|A50> http://wiki.enterprise1.co.kr/~terry/msn.png
}}}

{{{#!blog king 2004-12-08T02:05:46 cvs서버 설정하기
[노하우]cvs서버 설정하기  | 노하우  	 2004/08/20 20:36
http://blog.naver.com/skytango/100005088308

설정이라기보다. 웬만한 리눅스에는 다 깔려있으므로 기동하는 법 정도를 적어봅니다.

 

cvs server 설정방법

1. cvs 가 깔려있는지 확인한다.
   rpm -q | grep cvs
   깔려있지 않다면 cvs rpm을 받아 설치한다.

2. CVSROOT를 환경변수로 잡아준다.
   export CVSROOT=/home/cvs/
  
3. /etc/xinetd.d/ 에 다음과 같은 파일을 추가 시킨다.
  cvspserver
 
  service cvspserver
  {
        disable = no
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = root
        server          = /usr/bin/cvs
        server_args     = -f --allow-root=/home/cvs pserver
        log_on_failure  += USERID
  }

4. /etc/init.d 에 가서 xinetd를 리로드시킨다.
   ./xinetd reload

5. cvs를 초기화한다.
   cvs init

6. /home/cvs/CVSROOT에 가보면 디렉토리가 생성되어 있다.
}}}

{{{#!blog king 2004-12-06T13:07:55 emerge error
{{{
x31 nabi # emerge nabi-0.15.ebuild
emerging by path implies --oneshot... adding --oneshot to options.

*** emerging by path is broken and may not always work!!!

Calculating dependencies
*** You are emerging a masked package. It is MUCH better to use
*** /etc/portage/package.* to accomplish this. See portage(5) man
*** page for details.
>>> Waiting 10 seconds before starting...
>>> (Control-C to abort)...
Continuing... in: 10 9 8 7 6 5
\}}}
 * 해결방법
{{{ACCEPT_KEYWORDS="~x86" emerge \=nabi-0.15
\}}}이런식으로 입력을 하면 된다 !!!
}}}

{{{#!blog king 2004-12-06T09:58:40 4DESK
attachment:4DESK10SETUP.EXE
}}}

{{{#!blog king 2004-12-06T07:32:30 2004년 12월 6일 현재 한아얄씨 채널 자동조인 리스트
/j #blue
/j #debian
/j #gentoo
/j #gnome
/j #kida_팬클럽
/j #kldp
/j #linux
/j #onion
/j #perky
/j #soojung
/j #is.mina
/j #gentoo_doc
/j #CodeFest

}}}

{{{#!blog king 2004-12-02T16:42:29 gaim icon 바꾸기
{{{
<까나리|X31> onion_x31win: /usr/share/pixmaps/gaim/status/default/msn.png  이놈이 버디아이콘
<까나리|X31> (교체해 주시면되요)
<까나리|X31> onion_x31win: /usr/share/pixmaps/gaim/icons/online.png 이놈은 트레이 아이콘
<까나리|X31> 카피만 하면 끝 -0-
\}}}
attachment:msn.png

}}}

{{{#!blog king 2004-12-02T06:40:25 Install GNU/Linux without any CD, floppy, USB-key, nor any other remov
http://marc.herbert.free.fr/linux/win2linstall.html
}}}

{{{#!blog king 2004-12-01T16:14:04 GNU/Linux on an IBM ThinkPad X31
http://dev.gentoo.org/~brix/papers/X31/X31.html
}}}

{{{#!blog king 2004-12-01T06:04:16 Powertoys for Windows XP
attachment:DeskmanPowertoySetup.exe
attachment:ImageResizerPowertoySetup.exe
attachment:PowerCalcPowertoySetup.exe
attachment:setup.exe (ClearTypeFix)
attachment:TaskswitchPowertoySetup.exe

}}}