변상철 썸네일형 리스트형 [router] console 모드 패스워드 설정 console 모드 패스워드 설정 Router>en Router#config t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#line console 0 Router(config-line)#password 123456 Router(config-line)#login Router(config-line)#end %SYS-5-CONFIG_I: Configured from console by console Router#show running-config Building configuration... Current configuration : 228 bytes ! version 12.2 no service password-en.. 더보기 [router] 라우터 기초 설정 [router] 라우터 기초 설정 ● 라우터 기초 설정 1. 특권 모드로 이동 명령 Router> enable (en) Router# 2. 사용자 모드로 이동 명령 Router# disable (dis) Router> 3. 전역설정 (global configuration mode) Router# configure terminal (conf t) Router(Config)# 설정 모드에서 빠져나오기 Router(Config)# end 4. 패스트 이더넷 포트에 IP 주소 설정하기 Router(Config)# int fa0/1 //설정 할 포트 Router(Config-if)# ip addr 192.168.1.1 255.255.255.0 //아이피 주소 서브넷마스크 Router(Config-if)# end .. 더보기 [솔라리스] solaris 정보확인 명령어 1. 기본적인 정보 확인 ■ CDE 환경에서 정보 확인 (GUI) CDE > Pannel > System Info ■ uname 명령어를 통한 정보 확인 (운영체제 확인 # uname –a SunOS sun 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-480R ■ /etc/release 파일을 통한 정보 확인 # cat /etc/release ■ ipcs 명령어를 사용한 큐, 공유메모리, 세마포어 설정 확인 # ipcs [참고] sysdef 명령어를 사용해서도 확인이 가능하다 ■ Solaris 버전을 확인 # cat /var/sadm/softinfo/INST_RELEASE 영체제 SunOS 서버명 sun 버전은 5.10 커널 패치127127이며 커널 패치의 리비.. 더보기 [리눅스] 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(httpd-2.2.12) 설치 apache(httpd-2.2.12) 설치 ver : httpd-2.2.12 # useradd -c "Apache" -u 48 -s /sbin/nologin -m -d /home/www apache # ./configure --prefix=/usr/local/apache2 --enable-so --enable-shared=max --enable-rewrite --enable-ssl --enable-proxy # make # make install # cp -p /usr/local/apache2/bin/apachectl /etc/init.d/httpd # vi /etc/init.d/httpd ----------------------------------------------------------------.. 더보기 이전 1 2 3 4 5 ··· 8 다음