Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- x-pack
- pfsense
- xe guest utilities
- Proxy
- PlayBook
- bash
- Kibana server is not ready yet
- Elasticsearch
- ansible
- XCP-ng
- 보안양파
- ssh key 배포
- 한글가이드
- elastic stack
- 로그인불가
- GitLab
- Kibana
- centos 8
- macos
- freebsd
- Windows
- proxycfg
- application security
- endpoint security
- ELASTIC
- miniconda
- hardening
- G-suite
- docker
Archives
- Today
- Total
선 밖에 선 자유인
Windows hostname 변경 본문
- cmd
cmd> wmic computersystem where name="%COMPUTERNAME%" call rename name="<changename>"
- powershell
powershell> Rename-Computer -ComputerName “CurrentComputerName” -NewName “NewComputerName” -DomainCredential domain\username -Force -Restart
Comments