본문 바로가기

분류 전체보기238

[퍼온팁] 시스템 관리자를 위한 50가지 비밀 ======================================================= 시스템 관리자를 위한 50가지 비법 ======================================================= 좀 오래된것 같지만 쓸만한 것이 많아서 올립니다. 출처 모르겠음. 리눅스 시스템 관리자가 되기 위해서는 많은 것을 알아두어야 한다. 시스템 관리자의 관리 여하에 따라 많은 사람들의 시스템 장애를 초래할 수 있기 때문이다. 물론 시스템 관리자가 모든 것을 미리 예방할 수는 없다. 하지만 불가피한 상황을 제외하고는 시스템이 정상적으로 작동되도록 해야한다. 이번 호에서는 시스템, 네트워크, APM, 메일, 보안, 장애 발생시 복구 등에서 일어날 수 있는 시스템 관리자의 행동요령.. 2002. 9. 9.
Apache 1.3.26 업그레이드기 (PHP4.2.2) Apache 1.3.26 Released The Apache Software Foundation and The Apache Server Project are pleased to announce the release of version 1.3.26 of the Apache HTTP Server. This Announcement notes the significant changes in 1.3.26. This version of Apache is principally a security and bug fix release. A summary of the bug fixes is given at the end of this document. Of particular note is that 1.3.26 addre.. 2002. 9. 9.
서버 IP Address 바꾸기 IP Address 관련파일 /etc/sysconfig/network /etc/sysconfig/network-scripts/ifcfg-etho IP Address 관련 명령어 ifconfig netsats, route [root@urban root]# [root@urban root]# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:00:B4:9D:C3:6B inet addr:155.230.174.51 Bcast:155.230.175.255 Mask:255.255.252.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:1219440 errors:0 dropped:0 overruns:0 frame:3 TX .. 2002. 9. 9.
RedHat 7.3 외부에서 메일 받기 흠... 외부메일을 굳이 받을 필요가 있을지는 모르겠지만... [root@urban root]#vi /etc/sendmail.cf 259 # O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA 를 259 # O DaemonPortOptions=Port=smtp, Name=MTA 로 수정. sendmail을 재시작한다. 끝. 2002. 9. 9.