Purge PDNS host123456789101112131415161718192021222324252627282930[dns:vars]ansible_connection=sshansible_ssh_user=root [pdns]1.1.1.12.2.2.2 [pdns_test]3.3.3.3 [recursor]4.4.4.45.5.5.5 [dnsdist]6.6.6.67.7.7.78.8.8.89.9.9.9 [pdns_group:children]pdnspdns_test [dns:children]pdns_grouprecursordnsdist cs Purge PDNS play-book(purge_pdns.yaml) 123456789101112131415161718192021- name : purge dns hosts: ..
12345678910Import-Module Webadministration foreach ($site in (Get-ChildItem -Path IIS:\Sites |Where-Object {$_.PhysicalPath -match 'www\\$'})) { write-host $site.Name foreach ($bindings in $site.Bindings.Collection) { foreach ($binding in $bindings) { write-host $binding.bindingInformation.Split(":")[2] } }}Colored by Color Scriptercs
# VM 생성New-VM -Name testvm -Path "C:\VM" # VM 프로세서 갯수 변경Set-VM -Name testvm -ProcessorCount 2 # VM 메모리 사이즈 변경Set-VMMemory testvm -StartupBytes 4GB # VM 익스포트 - 임포트(testvm 을 testvm2 로 Copy)Rename-VM testvm -NewName testvm2Export-VM -Name testvm2 -Path C:\VMRename-VM testvm2 -NewName testvmImport-VM -Path "C:\VM\testvm2\Virtual Machines\XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX.vmcx" -Copy -GenerateNewI..
- Total
- Today
- Yesterday
- Web
- 이슈처리
- mysql
- client
- File
- httpd
- configuration
- deview
- 예제
- 번역
- apache
- Ansible
- PowerShell
- engineering
- 명령어
- limits
- command
- Python
- example
- monitoring
- check
- 코드
- Windows
- code
- Module
- 외부링크
- Linux
- RESTful
- error
- MariaDB
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |