분류 전체보기

Clickonce 배포 후 실행시 하기 오류가 발생하는 경우 System.Security.SecurityException System.Threading.Thread.set_CurrentCulture 프로젝트 속성 -> 보안 -> ClickOnce 보안 설정 사용 (체크) -> 완전 신뢰 응용 프로그램(L) 선택
1. PowerShell Script 및 Windows Server Backup 을 이용해 서버 전체 백업 진행 2. 6개월 이전 파일들 삭제 * backup.bat powershell.exe -nologo -executionpolicy bypass -noprofile -file "D:\_WindowsBackup\backup.ps1" >> D:\_WindowsBackup\Log\%computername%_%date%.txt exit * backup.ps1 $policy=New-WBPolicy $date = get-date -format "yyyy-MM-dd" $ToDeleteLimit = (Get-Date).AddMonths(-6) $basePath = "\\192.168.0.13\Backup\MY_SE..
사내에서 Windows Server를 몇대 운용 중입니다. 가상 서버 4대, WAS, DB, WEB, AD, AD2, 격리 서버 등등.. 업데이트 할때 마다 귀찮아서 여기저기 찾아서 PowerShell 짜집기 했습니다. 사용 모듈 : PSWindowsUpdate How to Use PowerShell to Manage Windows Updates (parallels.com) Windows. Powershell 모듈을 이용하여 Windows Update 하기 (PSWindowsUpdate) :: 페푸리의 Office Server 이야기 (limcm.kr) PSWindowsUpdate 파워쉘 모듈 | Windows 업데이트 관리 윈도우 OS 허브 (woshub.com) Manage Windows Update..
· Server/Linux
작업 상태 1. ubuntu 20.04 에 설치 스크립트 Ajenti를 설치했다가 모듈 로드 문제로 삭제하고 Cockpit 으로 변경 (ajenti 설치 - How To Install Ajenti Control Panel on Ubuntu 20.04 | ComputingForGeeks ) (ajenti 삭제 - Uninstall Ajenti · GitHub) 2. nginx 설치 및 certbot (let's encrpty) 설치 3. certbot 으로 인증서 발급 시 AttributeError: 'X509' object has no attribute '_x509' 오류 발생 위의 작업에서 1번 작업에서 pip pyOpenSSL 설치 중에 구버전으로 설치되어 복구 sudo pip install -U p..
· Server
하기 구문 추가 ( 파일이 없는 경우 생성 ) "insecure-registries" : ["아이피:포트"] 예제 ) "insecure-registries" : ["192.168.0.123:5000"] * 위치 리눅스 - 링크 참조 https://github.com/Juniper/contrail-docker/wiki/Configure-docker-service-to-use-insecure-registry GitHub - Juniper/contrail-docker Contribute to Juniper/contrail-docker development by creating an account on GitHub. github.com * 위치 Windows - Docker Desktop -> 파일 위치 (탐색..
· Etc
Powershell 실행시 Repository 및 SSL/TLS 문제 처리 [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 Get-PSRepository #-> 경고: 패키지 원본을 찾을 수 없습니다. Invoke-WebRequest "https://go.microsoft.com/fwlink/?LinkID=627338&clcid=0x409" #-> Invoke-WebRequest : 요청이 중단되었습니다. SSL/TLS 보안 채널을 만들 수 없습니다. [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 #[Net.Serv..
달빛에취하다
'분류 전체보기' 카테고리의 글 목록 (8 Page)