반응형 전체 글160 Centos7 - OTP 설치 (Google otp) 설치 환경 : Centos 7.3 , VMware # 라이브러리 설치 yum install pam-devel gcc autoconf automake libtool git -y # git 소스 다운로드 git clone https://github.com/google/google-authenticator-libpam cd google-authenticator/libpam ./bootstrap.sh ./configure --libdir=/lib64 make && make install # 패키지 설치 yum install google-authenticator -y yum install epel-release -y yum install google-authenticator -y # PAM 설정 vi /etc.. 2021. 9. 28. Centos 7 APM YUM 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core) # 기복적으로 필요한 라이브러리 확인 rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel #라이브러리 설치 yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel -y ! 실수로 설치 중 취소 하게 되면 아래와 같은 오류가 발생 한다 Another app is currently holdi.. 2021. 9. 28. Centos7 APM 소스 설치 설치 환경 : CentOS Linux release 7.9.2009 (Core), VMware 1. HTTPD 설치 # 필요 라이브러리 설치 yum install -y wget yum install -y net-tools yum install -y gcc yum install -y gcc-c++ yum install -y make # 설치에 필요한 파일 다운로드하기 cd /usr/local/src wget https://sourceforge.net/projects/pcre/files/pcre/8.36/pcre-8.36.tar.gz/download //httpd 관련 파일 wget http://apache.tt.co.kr/httpd/httpd-2.4.46.tar.gz //httpd.. 2021. 9. 28. 알렉사(alaxala)스위치 비밀번호 설정 1. 초기 비밀번호 설정 login: operator // 초기 ID , PW는 없다. 엔터치면 로그인 됩니다. Copyright (c) 2005-2009 ALAXALA Networks Corporation. All rights reserved. > en # clear password operator # clear password enable-mode # erase configuration// 설정 초기화 Changing local password for admin. Password cleared. # copy running-config startup-config Configuration file copy to startup-config? (y/n): y # reload Dump information e.. 2021. 9. 27. 알렉사(alaxala)스위치 초기설정 # 스위치 초기 세팅 configure terminal (config)# interface vlan 1 (config-if)# ip address 192.168.0.92 255.255.255.224 (config-if)# end Unsaved changes found! Do you exit "configure" without save ? (y/n): y configure terminal (config)# ip default-gateway 192.168.0.1 (config)# write (config)# exit copy running-config startup-config show interfaces // interfaces 확인 show port// 포트상태 확인 show running-config .. 2021. 9. 26. 이전 1 ··· 28 29 30 31 32 다음 반응형