geoip을 업데이트 하기위해서는 로그인을 해서 최신버전을 그때 그때 다운로드를 받아야합니다. 사실 3개월정도에 한번 할까 말까라 좀 귀찮아서 자동화해볼려고합니다. 스타트~ 설치환경 centos7 1. python3 install [daraksharavim.tistory.com]$ yum -y install python3 [daraksharavim.tistory.com]$ yum install python3 [daraksharavim.tistory.com]$ pip3 install -U pip [daraksharavim.tistory.com]$ pip install beautifulsoup4 [daraksharavim.tistory.com]$ pip install selenium 2. chrome ins..
# wget ftp://ftp.pbone.net/mirror/vault.centos.org/6.10/updates/x86_64/Packages/openssl-1.0.1e-58.el6_10.i686.rpm # rpm -Uvh openssl-1.0.1e-58.el6_10.i686.rpm # wget https://nginx.org/packages/centos/6/i386/RPMS/nginx-1.18.0-2.el6.ngx.i686.rpm --no-check-certificate # rpm -Uvh nginx-1.18.0-2.el6.ngx.i686.rpm
버전확인 # esxcli system version get Product: VMware ESXi Version: 5.1.0 Build: Releasebuild-1483097 Update: 2 업데이트 설치 # esxcli software vib update -d /vmfs/volumes/ESXi510-201407001.zip Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true VIBs Installed: VMware_bootbank_esx-base_5.1.0-2.35.2000251,..