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

putty 접속방법 https://choice-life.tistory.com/32 위 블로그 참조 cd / cd - cd ~ 등으로 /etc/init.d/ssh 가 설치된 경로의 시작점 ( 경로가 / 인 곳) 리눅스 가상드라이브 z:\) 0. cd / 으로 온다. (ll ls -a ls -al 등으로 폴더 내역 확인) 1. sudo /etc/init.d/ssh restart(openSSH 서버 재기동 명령어) 2. sudo apt install net-tools (설치) 3. ifconfig으로 유동ip 확인 (첫 문단의 ip) -> 이 확인된 ip를 복사해서 4. putty default setting에 ip를 집어넣으면 5. login as가 나옴 (그러면 user(neveraxe)와 password..

SSH server 구축 cmd > ipconfig 으로 ipv4 ip확인 sudo su root 계정접속 ubuntu에서 ssh 설치 powershell 에서 ssh 설치 Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 ssh -V dir C:\Windows\System32\OpenSSH ssh-kegen -t rsa -b 4096 ssh keygen 만들기 (powershell) Get-Content .\1234.pub(해당경로\ssh키이름.pub) // 생성된 ssh 키 조회 명령어(파워쉘)

윈도우 터미널도 맥북 터미널처럼 커스터마이징을 통해 꾸밀수 있다. 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) 윈도우에서 ..