Sseohanincontainerontheocean.hashnode.dev·Dec 28, 2025 · 1 min readconnect gitea with ssh#generate ssh key pair ssh-keygen -t ed25519 -C "test@test.com" #check publickey cat ~/.ssh/<publickey-name> cat ~/.ssh/id_ed25519.pub #add to gitea web User Settings -> SSH / GPG Keys -> Add Key #check connection ssh -vT git@<repository-...00
Sseohanincontainerontheocean.hashnode.dev·Dec 20, 2025 · 1 min readautomate environment - 1 (hardware & infra plan)00
Sseohanincontainerontheocean.hashnode.dev·Dec 20, 2025 · 1 min readlinux bridge configuration - 3호스트 머신의 설정은 호스트 머신(노트북)의 nic에 bridge를 생성 게스트 머신 (vm)의 설정 브리지 상태가 DOWN이다 nic을 bridge에 연결하려고 하니 에러 발생 wifi nic 에는 bridge 설정을 하지 못한다고 한다.00
Sseohanincontainerontheocean.hashnode.dev·Dec 20, 2025 · 1 min readlinux bridge configuration - 2bridge는 ip를 부여할수 있다(인터페이스 아님) 패킷을 받는 default gateway 역할 br0와 kernel의 IP stack의 관계가 어떠게 되는지 그림이 그려지지 않는다. 커널안에 IP Stack, 브리지, tap이 존재한다고 한다.Linux Kernul은 하나의 라우터 역할을 하는것 같다.00
Sseohanincontainerontheocean.hashnode.dev·Dec 20, 2025 · 1 min readlinux bridge configuration - 1스위치 동작방식 같은 네트워크일때 다른 네트워크일때→ 스위치 포트는 mac 주소 기반으로 작동하므로 ip 주소가 필요하지 않다(multilayer swtich 제외) linux에서의 브리지 예상도00