1 2 3 4 import-module WebAdministration C:\Windows\System32\inetsrv\appcmd.exe clear config "Default Web Site" -section:system.webServer/security/ipSecurity /"[ipAddress='0.0.0.0',subnetMask='0',allowed='False']" /commit:apphost C:\Windows\System32\inetsrv\appcmd.exe set config "Default Web Site" -section:system.webServer/security/ipSecurity /+"[ipAddress='허용아이피',allowed='true']" /commit:apphost..
1 awk '{for(i=6;i
1find . \! -user username -printcs
# 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..
* 백업123456789ssh root@백업대상서버 "tar 2>/dev/null -cpf - / \ --exclude=/lost+found \ --exclude=/mnt \ --exclude=/proc \ --exclude=/srv \ --exclude=/sys \ --exclude=/tmp \ --exclude=/boot" \ | cat > 백업대상서버_$(date +%Y-%m-%d).tarcs * 복원1cat 백업대상서버_2017-02-22.tar | ssh user@host "tar xf - -C /"cs
123456schtasks /Create [/S system [/U username [/P [password]]]][/RU username [/RP [password]] /SC schedule [/MO modifier] [/D day][/M months] [/I idletime] /TN taskname /TR taskrun [/ST starttime][/RI interval] [ {/ET endtime | /DU duration} [/K] [/XML xmlfile] [/V1]] [/SD startdate] [/ED enddate] [/IT] [/Z] [/F]cs https://msdn.microsoft.com/ko-kr/library/windows/desktop/bb736357(v=vs.85).aspx ..
- Total
- Today
- Yesterday
- httpd
- mysql
- File
- configuration
- 번역
- RESTful
- 코드
- deview
- error
- 이슈처리
- Module
- apache
- command
- MariaDB
- client
- Web
- code
- 명령어
- Windows
- PowerShell
- limits
- example
- monitoring
- Ansible
- engineering
- Linux
- 외부링크
- Python
- 예제
- check
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |