windows
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| windows [2020/06/21 06:56] – rex8312 | windows [2024/05/18 10:24] (현재) – [편의 기능] rex8312 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Windows ====== | ====== Windows ====== | ||
| - | ====== Windows ====== | + | ===== 편의 기능 |
| - | ===== 종료 ===== | + | * http:// |
| + | * launchy 대체 | ||
| + | * https:// | ||
| - | * shutdown -s -t 3600 | + | |
| - | * 한시간뒤 종료 | + | ===== WSL (Windows Linux Subsystem) ===== |
| - | | + | |
| - | | + | |
| - | | + | |
| - | | + | ===== 종료 명령 ===== |
| + | |||
| + | <code batch> | ||
| + | # 한시간뒤 종료 | ||
| + | shutdown -s -t 3600 | ||
| + | # 바로 종료 | ||
| + | shutdown -s -t 0 | ||
| + | # 종료 취소 | ||
| + | shutdown -a | ||
| + | </ | ||
| ===== Update ===== | ===== Update ===== | ||
| 줄 21: | 줄 32: | ||
| * http:// | * http:// | ||
| - | ==== 콘솔창 Codepage 변경 ==== | + | ===== 콘솔창 Codepage 변경 |
| chcp 949 # cp949로 변경 | chcp 949 # cp949로 변경 | ||
| - | + | | |
| - | ===== SSH server, client 설치 ===== | + | |
| - | + | ||
| - | * 설치 | + | |
| - | * 시작버튼 --> 설정 --> 앱 --> 앱 및 기능(선택적 기능 관리) --> 기능 추가 --> OpenSSH Client/ | + | |
| - | * https:// | + | |
| - | + | ||
| - | * sshd 설치 | + | |
| - | * https:// | + | |
| - | * https:// | + | |
| - | < | + | |
| - | # C:\Program Files\OpenSSH에 압축해제 | + | |
| - | # 관리자 권한으로.. | + | |
| - | powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1 | + | |
| - | ssh-keygen.exe -A | + | |
| - | powershell.exe -ExecutionPolicy Bypass -File FixHostFilePermissions.ps1 | + | |
| - | powershell.exe -ExecutionPolicy Bypass -File FixUserFilePermissions.ps1 | + | |
| - | + | ||
| - | # 방화벽 설정 | + | |
| - | (서버) New-NetFirewallRule -Name sshd -DisplayName ' | + | |
| - | (데스크톱, | + | |
| - | + | ||
| - | # 서비스 시작 | + | |
| - | net start sshd | + | |
| - | + | ||
| - | # 서비스 자동 시작 | + | |
| - | Set-Service sshd -StartupType Automatic | + | |
| - | Set-Service ssh-agent -StartupType Automatic | + | |
| - | </ | + | |
| - | + | ||
| ===== cmd 창 color scheme 변경 ===== | ===== cmd 창 color scheme 변경 ===== | ||
| 줄 87: | 줄 68: | ||
| | | ||
| | | ||
| - | ===== 디렉토리 심볼릭 링크 생성 ===== | + | ===== 디렉토리 심볼릭 링크(symbolic link) 생성 ===== |
| mklink /d {link name} {target directory} | mklink /d {link name} {target directory} | ||
| 줄 96: | 줄 77: | ||
| WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER | WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER | ||
| - | ====== 특수문자 ====== | + | ====== 특수문자 |
| * windows key + ' | * windows key + ' | ||
| * ×: alt + 0215 | * ×: alt + 0215 | ||
| - | ===== WSL (Windows Linux Subsystem) | + | ===== SSH server, client 설치 |
| - | * [[wsl]] | + | * https:// |
| + | |||
| + | |||
| + | ===== WSL에서 ssh server 설정 ===== | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | <code bash> | ||
| + | sudo service ssh --full-restart | ||
| + | </ | ||
windows.1592722570.txt.gz · 마지막으로 수정됨: (바깥 편집)