기타 썸네일형 리스트형 [VPN] SoftEther VPN 설치 및 설정-2 SoftEther VPN 라우팅 테이블 설정 VPN Default Gateway(optional) VPN static routing table 설정 더보기 [VPN] SoftEther VPN 설치 및 설정-1 SoftEther VPN 설치 패키지 다운로드 : http://softether-download.com/en.aspx # cd /usr/local/src/ # wget https://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz # tar xvfz softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz -C /usr/local/ # cd.. 더보기 [Mac] geoiplookup 명령어 설치 IP geolocation from command line on OSX Internet contains zillion of sites bloated with banners, which basically give you the same data: given the IP address, provide some info on where this IP is coming from. Same basic information can be accessed from command line, here is how you configure it, assuming your OSX machine has brew/port, and can compile C source code. This will install geoiplooku.. 더보기 [URL] Rackmonkey Rackmonkey http://flux.org.uk/projects/rackmonkey/ 더보기 [SSL] pfx를 jks로 변환 방법 pfx를 jks로 변환 방법 keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype PKCS12 -destkeystore mypfxfile.jks -deststoretype JKS ex) keytool -importkeystore -srckeystore scbyun.com.pfx -srcstoretype pkcs12 -destkeystore scbyun.com.jks -deststoretype jks 더보기 [오픈소스] Nagios XI Installation Nagios XI Installation Downloading the Latest Release cd /tmp wget http://assets.nagios.com/downloads/nagiosxi/xi-latest.tar.gz Installing XI From The Installation Archive tar xzf xi-latest.tar.gz Installation Steps cd /tmp/nagiosxi ./fullinstall This will automatically take care of a number of things for you, including • Modifying the yum configuration and installing prerequisite packages • Cre.. 더보기 [메일] 메일 SMTP 오류 코드 정리 메일 SMTP 오류 코드 정리 400 에러(송신단계의 문제) 1. 421 Server too busy - 수신 측 서버의 일시 장애로 연결이 안되는 현상으로 이는 수신 측 서버의 SMTP 세션이 Full 이거나 수신 측 서버의 트래픽으로 인해 새로운 SMTP 연결을 만들지 못하는 경우 발생할 수 있습니다. 잠시 후 다시 시도해 보거나 오류가 계속 될 경우 수신 측 관리자에게 문의 하시기 바랍니다. 2. 421-Microsoft ESMTP MAIL Service, Version: 5.0.2195.5600 ready at Service not available, closing transmission channel - 수신 측 서버인 Microsoft ESMTP 서비스가 정상적으로 동작하지 않아 메일을 송신하.. 더보기 [기타] zabbix zabbix snmpwalk -v2c -c public 10.1.1.188 hrProcessorLoad | awk '{sum+=$4} END {print sum/NR}' snmpwalk -v2c -c public 10.1.1.188 hrProcessorLoad | awk '{sum+=$4} END {if (NR > 0) print sum / NR}' UserParameter=cpuload[*],snmpwalk -v1 -c public $1 hrProcessorLoad | awk '{sum+=$$4} END {print sum/NR}' 더보기 이전 1 ··· 11 12 13 14 15 16 다음