일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Timeout
- windows
- calico
- Kind
- 쿠버네티스
- device plugin
- ca
- 묘공단
- 업그레이드
- curl
- EKS
- kubernetes
- Karpenter
- upgrade
- aws
- WSL
- 컨테이너
- AutoScaling
- ansible
- HPA
- ubuntu
- go
- amazon vpc lattice
- fsx for lustre
- vscode
- KEDA
- VPA
- inferentia
- Azure
- AKS
- Today
- Total
목록ubuntu (2)
a story

Windows에서 Ubuntu 를 접속한 상태에서 CLI 모드로 실행 중인 Ubuntu 의 GUI feature를 Windows 에서 실행시키는 방법을 소개합니다. 먼저 Ubuntu 에서 아래의 패키지들을 설치합니다. Ubuntu 에서 실행 apt update apt install x11-apps xorg openbox ## firefox 사용을 위해서 추가로 설치함 apt install firefox Windows OS로 돌아와 xming을 설치하고, Terraterm 의 ssh forwarding 설정을 합니다. Windows OS에서 실행 xming 설치 아래에서 다운받아 설치 https://sourceforge.net/projects/xming/ Terraterm 에서 ssh forwarding ..
ubuntu 컨테이너 이미지에 ip 명령이 없을 때, apt source를 추가해주고 iproute2를 설치하면 된다. iproute2 외 nettools 패키지도 네트워크 관련 좋은 도구가 많다. root@71118483fd2e:/# ip -br -c a bash: ip: command not found root@71118483fd2e:/# apt install iproute2 Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package iproute2 root@71118483fd2e:/# sed -i 's/archive.ubuntu.com/ftp.daum..