일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Spring MVC
- http 응답코드
- 배열 탐색
- git 설정
- 탐욕 알고리즘
- AOP
- Spring 예외처리
- JAVA 재귀함수
- ubuntu 패스워드
- ubuntu passwd
- RestControllerAdvice
- ubuntu
- 자료구조
- file i/o
- 코드스테이츠
- 리눅스 사용권한
- custom exception
- char to int
- root passwd
- 스키마 디자인
- set-version
- REST HTTP API
- git workflow
- Java
- N:N
- 함수형 인터페이스
- 스키마 설계
- Spring
- mapstruct
- O(log n)
Archives
- Today
- Total
목록ubuntu 패스워드 (1)
개발소설
wsl로 설치한 ubuntu의 패스워드를 잊어 먹었을때
Window PowerShell에서 변경 가능 관리자모드로 터미널 실행하여 아래와 같이 명령어 입력 # root로 접속 PS C:\Users\Chae> wsl --user root # root 패스워드 변경 root@DESKTOP-0E5UOSR:/mnt/c/Users/Chae# passwd Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully # 특정 사용자 패스워드 변경 root@DESKTOP-0E5UOSR:/mnt/c/Users/Chae# passwd chae Enter new UNIX password: Retype new UNIX password: passwd: password updated s..
에러해결
2023. 2. 15. 21:52