본문 바로가기

전체 글

[원도우] Windows 2003 SBS AD 안올리고 사용하기(SBS 설치 후 Reboot 문제) Windows 2003 SBS AD 안올리고 사용하기 일단 문제는 SBSCREXE.EXE 라는 프로세서때문에 AD를 올리지 않으면 주기적으로 리부팅을 한다. 먼저 Process Explorer 이라는 프로그램을 다운로드 한다 http://file.naver.com/pc/view.html?fnum=216292&cat=34 1. Process Explorer 를 실행 하여 SBSCREXE.EXE 라는 놈을 찾아 suspend 한다. 2. 실행 창을 띄워 regedit를 실행 한다. 3. HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSer\Services\SBCore 를 찾아 그 값에 마우스오른쪽 클릭 퍼미션부분에 Administrator을 추가하고 "Start" DWORD 값을 2.. 더보기
[원도우] arp 명령어 arp 명령어 Windows 운영체제에서 사용하는 ARP(Address Resolution Protocol) 명령어는 IP 주소와 관련된 물리적 MAC(Media Access Control) 주소 정보를 검색하거나 조작하는 데 사용됩니다. ARP는 네트워크 상에서 IP 주소를 물리적인 MAC 주소로 변환하여 통신을 가능하게 하는 프로토콜입니다. Windows에서는 다음과 같은 arp 명령어를 사용할 수 있습니다. arp -a: 현재 ARP 캐시에 있는 항목의 목록을 출력합니다. arp -d : 지정한 IP 주소의 ARP 캐시 항목을 삭제합니다. arp -s : 지정한 IP 주소와 MAC 주소를 사용하여 ARP 캐시에 항목을 추가합니다. arp 명령어 더보기 >arp ARP(주소 확인 프로토콜)에서 사용하.. 더보기
[원도우] IIS Active Server Pages 오류 허용되지 않는 부모 경로 IIS 0Active Server Pages 오류 허용되지 않는 부모 경로 ------------------------------------------------------------------------------------ Active Server Pages 오류 'ASP 0131' 허용되지 않는 부모 경로 /include/reg_kt_head.asp, 줄 342 '../conf/global.variable.asp' Include 파일은 부모 디렉터리를 표시하기 위해 '..'를 사용할 수 없습니다. ------------------------------------------------------------------------------------ 이 경우 상위 디렉토리를 참조하는 상대경로 Inclu.. 더보기
[리눅스] phpmyadmin 설치 패키지 정보 mysql-5.1.50 httpd-2.2.16 php-5.2.14 ZendOptimizer-3.3.3 phpMyAdmin-3.3.7 라이브러리 설치 # yum -y install gd gd-devel libpng libpng-devel libjpeg libjpeg-devel freetype freetype-devel libxml2 libxml2-devel openssl openssl-devel mhash mhash-devel MySQL # useradd -m -c "MySQL Server" -d /usr/local/mysql -s /bin/false -u 27 mysql # ./configure --prefix=/usr/local/mysql --localstatedir=/usr/local/m.. 더보기
[원도우] 이벤트 ID 4000 이벤트 ID 4000 Product: Windows Operating System ID: 4000 Source: DNS Version: 5.2 Symbolic Name: DNS_EVENT_DS_OPEN_FAILED Message: The DNS server was unable to open Active Directory. This DNS server is configured to obtain and use information from the directory for this zone and is unable to load the zone without it. Check that the Active Directory is functioning properly and reload the zone. The .. 더보기
[기타] 포트 및 프로토콜 포트 프로토콜 응용 프로그램 프로토콜 시스템 서비스 이름 n/a GRE GRE(IP 프로토콜 47) 라우팅 및 원격 액세스 n/a ESP IPsec ESP(IP 프로토콜 50) 라우팅 및 원격 액세스 n/a AH IPsec AH(IP 프로토콜 51) 라우팅 및 원격 액세스 7 TCP Echo 단순 TCP/IP 서비스 7 UDP Echo 단순 TCP/IP 서비스 9 TCP Discard 단순 TCP/IP 서비스 9 UDP Discard 단순 TCP/IP 서비스 13 TCP Daytime 단순 TCP/IP 서비스 13 UDP Daytime 단순 TCP/IP 서비스 17 TCP Quotd 단순 TCP/IP 서비스 17 UDP Quotd 단순 TCP/IP 서비스 19 TCP Chargen 단순 TCP/IP 서비.. 더보기
[switch] 아이피 셋팅 Switch>enable Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface vlan 1 Switch(config-line)#ip address 192.168.20.12 255.255.255.0 //아이피주소 서브넷마스크 Switch(config-line)#no shutdown Switch(config-line)#end %SYS-5-CONFIG_I: Configured from console by console Switch#show running-config Switch#show running-config starup-config 더보기
Apache 서버에서 발생한 문제를 해결하는 방법 Apache 서버에서 발생한 문제를 해결하는 방법오류$ /usr/local/apache2/bin/apachectl -thttpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp5.so into server: /usr/local/apache2/modules/libphp5.so: cannot restore segment prot after reloc: Permission denied이 오류는 Apache 서버가 /usr/local/apache2/modules/libphp5.so 파일을 로드하려고 할 때 발생하는데 이 파일의 메모리 보호 설정과 관련된 문제가 발생.. 더보기

반응형