Feb 22 · 15 min read · Introduction. Self-hosting applications on Windows servers can be deceptively complex when persistence, security, and reliability are required. This becomes especially true when deploying Linux-first
Join discussion
Jan 28 · 4 min read · Running a full Linux desktop environment on Windows traditionally meant installing heavy virtual machines such as Oracle VirtualBox or VMware. While functional, virtual machines consume significant memory, disk space, and CPU resources. With Windows ...
Join discussion
Jan 23 · 4 min read · Introduction: Why Developers Need Linux on Windows If you are a web developer, you probably hear commands like dig, curl, grep, or ssh all the time. But if you are on Windows, your Command Prompt (CMD) doesn't know what these mean. You could install ...
Join discussion
Jan 14 · 2 min read · 🛠 전제 조건 (Prerequisites) 본 가이드는 독자가 아래의 환경을 이미 갖추고 있다는 전제하에 진행됩니다. (아직 설치 전이라면 먼저 셋업을 완료해 주세요.) Windows 10/11: WSL2를 지원하는 최신 빌드. WSL2 활성화: 커널 업데이트 및 WSL2 기능이 활성화된 상태. Windows Terminal: PowerShell이나 기본 CMD보다 훨씬 생산적인 터미널 환경. 🚀 Ubuntu 24.04.1 LTS...
Join discussionJan 14 · 2 min read · 개발자의 터미널은 단순한 입력창이 아니라, 사고를 코드로 옮기는 가장 빠른 경로여야 합니다. 윈도우 네이티브의 한계를 넘어 리눅스의 강력함을 100% 활용해 봅시다. 1. Zsh 설치 및 기본 쉘 변경 먼저 패키지 관리자를 통해 Zsh를 설치하고, 시스템의 기본 쉘을 Bash에서 Zsh로 전환합니다. # 패키지 업데이트 및 Zsh 설치 sudo apt update sudo apt install zsh -y # 설치 확인 및 경로 파악 whi...
Join discussionJan 4 · 2 min read · January 1st, 2026. A new year, a new database. Yesterday, we celebrated finishing the core features. Today, we celebrated by ripping out the heart of the application and replacing it with something shinier, faster, and cloud-native. Welcome to the Gr...
Join discussionDec 24, 2025 · 5 min read · Series: Containers, Actually: Building Real Local Dev Environments Dev Containers are one of those tools that feel revolutionary the first time you use them—and constraining the tenth time you try to bend them. Used correctly, they can dramatically i...
Join discussion
Dec 23, 2025 · 6 min read · Series: Containers, Actually: Building Real Local Dev EnvironmentsACT III — Real Implementation: My Humhub StackPrevious: Performance, Stability, and Resource Management of my Containerized Stack Disclaimer (NDA Notice)This article reflects real exp...
Join discussion
Dec 23, 2025 · 4 min read · Series: Containers, Actually: Building Real Local Dev EnvironmentsACT III — Real Implementation: My Humhub StackPrevious: Working Day-to-Day Inside my Containerized StackNext: Containerized: Lessons Learned & What I’d Do Differently Disclaimer (NDA ...
Join discussion