# wget -V GNU Wget 1.11.4 Red Hat modified Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Originally written by Hrvoje Niksic . Currently maintained by Micah Cowan . # wget http://ftp.gnu.org/gnu/wget/wget-1.16.1.tar.gz # tar -xv..
To connect using the TLS protocol on port 587, use:[darksharavim]openssl s_client -starttls smtp -connect smtp.mail.nate.com:587 smtp-ssl(465)[darksharavim]openssl s_client -connect smtp.mail.nate.com:465 imap-ssl(993)[darksharavim]openssl s_client -crlf -connect imap.nate.com:993https://stackoverflow.com/questions/14959461/how-to-talk-to-imap-server-in-shell-via-openssl How to talk to IMAP serv..
vmware workstation15.5사용중인데 macos설치시 아래와 같이 오류 발생 The CPU has been disabled by the guest operating system. 설치가 진행되지 않아 구글링해보니 15.1에서 성공했다는 내용보고 다운그레이드 시도중 vmware workstations player 15.1 무료버전 다운로드 https://www.neowin.net/news/vmware-workstation-player-1510 unlocker3.0.3 vmx파일 수정 virtualHW.version = "16" - > 10 vmx파일 맨 끝에 추가 smc.version = "0" cpuid.0.eax = "0000:0000:0000:0000:0000:0000:0000:1011"..
# yum -y install perl-NetAddr-IP iptables-devel perl-Text-CSV_XS kernel-devel # wget mirror.koreaidc.com/iptables/xtables-addons-2.10.tar.gz # tar xvfz xtables-addons-2.10.tar.gz # cd xtables-addons-2.10/ # vi mconfig 주석처리 #build_TARPIT=m # ./configure # make && make install cat /tmp/GeoLite2-Country-Blocks-IPv.csv | ./20_convert_geolite2 /tmp/CountryInfo.txt > GeoIP-legacy.csv # ./00_download_g..
사무실에서 사용하던 본체 그래픽카드 상태가 영 안좋아서 사무실에서 사용하지 않는 본체랑 스토리지만 교체해서 부팅했더니 위와 같은 오류 발생;; 구글링해본결과 asio.sys파일 삭제하라고 해서 해봤더니 정상부팅되네요. 재설치하기 귀찮아서 안했는데 결국은 클린설치했습니다ㅠㅠ