반응형
반응형
echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mirrorlist.txt echo "http://vault.centos.org/6.10/extras/x86_64/" > /var/cache/yum/x86_64/6/extras/mirrorlist.txt echo "http://vault.centos.org/6.10/updates/x86_64/" > /var/cache/yum/x86_64/6/updates/mirrorlist.txt 강제로 실행해 주면 업데이트가 다시 사용할 수 있다
blogs.msmvps.com/bradley/2011/01/28/manually-removing-exchange-2003-from-the-migration-process/ Manually removing Exchange 2003 from the migration process Please note, I got here because I got stuck. This isn’t how you should normally uninstall or remove Exchange. Normally you just go into add/remove and do it from there. Remember I got stuck here. I also had previously moved the recepient updat..
exchange 2019 download URLhttps://www.microsoft.com/ko-kr/download/details.aspx?id=105180 exchange 2016 download URL www.microsoft.com/en-us/download/details.aspx?id=57827 exchange 2010 sp3 download URL www.microsoft.com/en-us/download/details.aspx?id=36768
openssl pkcs12 -export -in 서버인증서.cer -inkey 개인키.key -out 저장인증서.pfx -certfile 루트체인.cer 이렇게 하면 됩니다. 비밀번호 설정 가능 출처 : www.sslcert.co.kr/guides/SSL-Certificate-Convert-Format SSL 인증서 pem, crt, pfx, jks 포맷 변환 가이드 - SecureSign SSL 인증서 pem, crt, pfx, jks 포맷 변환 가이드 - SecureSign www.sslcert.co.kr
docs.aws.amazon.com/ko_kr/cli/latest/userguide/install-cliv2-linux.html#cliv2-linux-install Linux에서 AWS CLI 버전 2 설치, 업데이트 및 제거 - AWS Command Line Interface 결과에서 경고가 예상되지만 문제가 되지는 않습니다. 이 경고는 개인 PGP 키(보유한 경우)와 AWS CLI PGP 키 사이에 신뢰 체인이 없기 때문에 발생한 것입니다. 자세한 내용은 Web of trust를 참조하십 docs.aws.amazon.com 리눅스의 경우 # curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip" -o "awscliv2.zip" #..