.htaccess 화일에 추가 ^^
.....
RewriteEngine On
ErrorDocument 404 http://www.????.co.kr/
.....

즉.
http://www.????.co.kr/aaa.htm 이란 페이지가 없을때
페이지 없음 -_- 대신에 .. 자동으로
http://www.????.co.kr/ 으로 접속됨 ^^

Posted by 꼬마요정엘프
,

[ GNU Grub Mode ]

서버 앞에 서서 ..
1> ctrl + alt + del  (reboot)
    esc ^^
2> e -> GNU Grub 모드
3> CentOS (2.6.9-34.EL) /  CentOS-4 i386 (2.6.9-22.EL)  선택(택1)
    e -> (edit모드)

4> root (hd0,0)
    kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/
    initrd /initrd-2.6.9-34.EL.img
    kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/
    e -> (edit모드)

5> grub edit > kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/
    space key로 한칸 1 입력 -> single mode
    1 또는 single mode / single 입력 ^^
    grub edit > kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/ 1
    grub edit > kernel /vmlinuz-2.6.9-34.EL ro root=LABEL=/ signer
    b -> (boot)

6> sh-3.2# passwd / sh-3.2# passwd root
    새로운 비밀번호 지정
    sh-3.2# reboot

 

Posted by 꼬마요정엘프
,


[lilo 부트 로더]

서버 앞에 서서 ..
재부팅 reboot / shutdown -r now
ctrl+x
boot :
boot : linux single / linux 1
passwd
재설정
재부팅 reboot

^^

Posted by 꼬마요정엘프
,