U E D R , A S I H C RSS

king/2004-12 (rev. 1.14)

FrontPage king/2004-12

Dec 09, 2004
manpage 사용법
Submitted by king @ 12-09 [05:53 pm]
             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.
\

Dec 08, 2004
bluetux 옹이 만든 글꼴
Submitted by king @ 12-08 [03:48 pm]

cvs서버 설정하기
Submitted by king @ 12-08 [11:05 am]
하우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에 가보면 디렉토리가 생성되어 있다.

Dec 06, 2004
emerge error
Submitted by king @ 12-06 [10:07 pm]
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
\
이런식으로 입력을 하면 된다 !!!

4DESK
Submitted by king @ 12-06 [06:58 pm]

2004년 12월 6일 현재 한아얄씨 채널 자동조인 리스트
Submitted by king @ 12-06 [04:32 pm]
/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

Dec 03, 2004
gaim icon 바꾸기
Submitted by king @ 12-03 [01:42 am]
<까나리|X31> onion_x31win: /usr/share/pixmaps/gaim/status/default/msn.png  이놈이 버디아이콘
<까나리|X31> (교체해 주시면되요)
<까나리|X31> onion_x31win: /usr/share/pixmaps/gaim/icons/online.png 이놈은 트레이 아이콘
<까나리|X31> 카피만 하면 끝 -0-
\

Install GNU/Linux without any CD, floppy, USB-key, nor any other remov
Submitted by king @ 12-02 [03:40 pm]
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2004-12-30 17:06:30
Processing time 0.0431 sec