windows
차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판이전 판다음 판 | 이전 판 | ||
| windows [2020/02/03 00:47] – [특수문자] rex8312 | windows [2024/05/18 10:24] (현재) – [편의 기능] rex8312 | ||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== Windows ====== | ====== Windows ====== | ||
| - | ===== WLS (Windows Linux Sub-system) | + | ===== 편의 기능 |
| - | * https://github.com/QMonkey/ | + | * http://www.wox.one/ |
| - | * https://github.com/microsoft/ | + | * launchy 대체 |
| + | * https://www.voidtools.com/ko-kr/ | ||
| - | ===== SSH server, client 설치 | + | ===== WSL (Windows Linux Subsystem) |
| - | * 설치 | + | * [[wsl]] |
| - | * 시작버튼 --> 설정 --> 앱 --> 앱 및 기능(선택적 기능 관리) --> 기능 추가 --> 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 | + | |
| - | # 방화벽 설정 | + | <code batch> |
| - | (서버) New-NetFirewallRule | + | # 한시간뒤 종료 |
| - | (데스크톱, | + | shutdown |
| - | + | # 바로 종료 | |
| - | # 서비스 시작 | + | shutdown -s -t 0 |
| - | net start sshd | + | # 종료 취소 |
| - | + | shutdown | |
| - | # 서비스 자동 시작 | + | |
| - | Set-Service sshd -StartupType Automatic | + | |
| - | Set-Service ssh-agent | + | |
| </ | </ | ||
| - | |||
| - | ===== Linux subsystem ===== | ||
| - | - linux subsystem 설치 | + | ===== Update ===== |
| - | - < | + | |
| - | - < | + | |
| - | - Microsoft에서 Ubuntu 설치 | + | |
| - | - xming 설치 | + | |
| - | - https:// | + | |
| - | - 환경변수 설정 | + | |
| - | * bash에서 " | + | |
| - | * 또는 " | + | |
| - | * https://www.howtogeek.com/261575/ | + | * 자동 업데이트 막기 |
| + | * http://s3delta.tistory.com/125 | ||
| - | | + | |
| - | | + | |
| - | <code bash> | + | |
| - | sudo service ssh --full-restart | + | |
| - | </ | + | |
| - | ** windows 재부팅 없이 WLS 재시작 ** | + | ===== 콘솔창 Codepage 변경 ===== |
| - | * 수동으로 LxssManager 서비스 재시작 | + | |
| - | * https:// | + | |
| + | chcp 949 # cp949로 변경 | ||
| + | | ||
| ===== cmd 창 color scheme 변경 ===== | ===== cmd 창 color scheme 변경 ===== | ||
| 줄 93: | 줄 68: | ||
| | | ||
| | | ||
| - | ===== 디렉토리 심볼릭 링크 생성 ===== | + | ===== 디렉토리 심볼릭 링크(symbolic link) 생성 ===== |
| mklink /d {link name} {target directory} | mklink /d {link name} {target directory} | ||
| 줄 102: | 줄 77: | ||
| WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER | WIN + R -> 명령 입력 -> CTRL + SHIFT + ENTER | ||
| - | ====== 특수문자 ====== | + | ====== 특수문자 |
| * windows key + ' | * windows key + ' | ||
| * ×: alt + 0215 | * ×: alt + 0215 | ||
| + | |||
| + | ===== SSH server, client 설치 ===== | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | |||
| + | ===== WSL에서 ssh server 설정 ===== | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | <code bash> | ||
| + | sudo service ssh --full-restart | ||
| + | </ | ||
windows.1580690837.txt.gz · 마지막으로 수정됨: (바깥 편집)