전체 글 썸네일형 리스트형 [원도우] 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 파일을 로드하려고 할 때 발생하는데 이 파일의 메모리 보호 설정과 관련된 문제가 발생.. 더보기 mount 명령어 mount 명령어 마운트(Mount) 명령어는 리눅스에서 파일 시스템을 다른 위치에 연결하는 데 사용됩니다. 이를 통해 외부 저장소나 네트워크 공유 등의 리소스를 마치 로컬 파일 시스템처럼 사용할 수 있습니다. 마운트 명령어의 기본적인 사용 방법은 다음과 같습니다. mount -t 여기서 각각의 매개변수는 다음과 같습니다. : 마운트할 파일 시스템의 타입을 지정합니다. 예를 들어, ext4, ntfs, nfs 등이 될 수 있습니다. : 마운트할 파일 시스템이 위치한 장치의 경로를 지정합니다. 일반적으로는 하드 디스크나 파티션, CD/DVD 드라이브 등의 장치 경로를 사용합니다. : 파일 시스템을 마운트할 디렉토리 경로를 지정합니다. 마운트된 파일 시스템의 내용이 해당 디렉토리에 표시됩니다. 예를 들어, .. 더보기 이전 1 ··· 258 259 260 261 262 263 264 ··· 298 다음