일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- rmi
- ubuntu
- jsp
- exec
- Linux
- root
- customizing
- innerjoin
- system
- WSL
- ohmyzsh
- theme
- Max
- powerlevel10k
- LPAD
- client
- Server
- Decode
- RM
- concat
- zsh
- Prune
- redis-cli
- kubeadm
- docker
- LISTAGG
- kubernetes
- stop
- toChar
- Redis
- Today
- Total
목록Linux (3)
Developer Joshua의 개발 블로그

리눅스 우분투 환경이 셋팅이되면 쿠버네티스를 사용할 수 있다. 우선 sudo apt-get update로 우분투 업데이트를 진행해준다. upgrade도 진행해준다. cat

윈도우 터미널도 맥북 터미널처럼 커스터마이징을 통해 꾸밀수 있다. Oh my zsh 설치 1 sudo apt install zsh cs 위 명령어로 zsh 설치 1 sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" cs 다음 명령어를 입력해 oh my zsh 설치 다음으로 1 sudo git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k cs 이 명령어로 powerlevel10K Repository를 git clone..

WSL 2 설치(WSL 1보다 편의성이 좋다.) Microsoft Store를 통해 Windows Terminal을 설치한다.(WT가 기본으로 설치된 윈도우도 있다.) 윈도우 터미널을 관리자 권한을 실행 후 다음 명령어를 차례로 실행한다. 1 2 dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart cs 그리고 윈도우에서 리눅스 사용하기 WSL 설치법(windows Subsystem for Linux) (tistory.com) 윈도우에서 ..