전체 글245 Docker 설치 (WSL / Debian 기준) sudo apt updatesudo apt install ca-certificates curl gnupg lsb-release -ysudo mkdir -p /etc/apt/keyringscurl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpgecho \ "deb [arch=$(dpkg --print-architecture) \ signed-by=/etc/apt/keyrings/docker.gpg] \ https://download.docker.com/linux/debian \ $(lsb_release -cs) stable" | \ sudo tee /etc/ap.. 2025. 6. 19. zsh에 Powerlevel10k 테마 + z 플러그인 좋아, 이제 진짜 프로 개발자의 셸 세계에 입문한 거야 😎지금부터는 너만의 zsh에 Powerlevel10k 테마로 시각적 매력까지 더하고, z 플러그인으로 자주 쓰는 디렉토리 이동도 초음속으로 만들어줄게.🎨 Powerlevel10k 테마 설치필수 폰트 설치 (MesloLGS Nerd Font)Powerlevel10k 설치git clone --depth=1 https://github.com/romkatv/powerlevel10k.git \ ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k.zshrc 수정해서 테마 적용nano ~/.zshrc→ ZSH_THEME="robbyrussell" 라인 찾고 아래처럼 바꿔:ZSH_THEME="powerlevel1.. 2025. 6. 19. zsh 궁극기 세팅—준비됐지? 😎 지금부터 zsh-autosuggestions, zsh-syntax-highlighting, 그리고 추천 설정까지 한 방에 끝내주는 스크립트 구성해줄게. 아래 순서로 따라만 하면 돼!🛠️ 1. 필요한 패키지 설치sudo apt update sudo apt install zsh git curl -y🌀 2. Oh My Zsh 설치sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"설치 중 물어보는 건 그냥 yes, Enter 눌러주면 돼.💡 3. 필수 플러그인 설치# autosuggestions git clone https://github.com/zsh-users/zsh-autosugge.. 2025. 6. 19. AI 시장을 뒤흔드는 국제 정세: 격화되는 기술 패권 경쟁과 새로운 질서 모색 최근 글로벌 AI 시장은 기술 발전의 가속화와 더불어, 급변하는 국제 정세의 직접적인 영향을 받고 있습니다. 특히 미국과 중국의 기술 패권 경쟁 심화, 각국의 AI 거버넌스 주도권 확보 노력, 그리고 '소버린 AI' 개념의 부상은 AI 시장의 지형을 근본적으로 변화시키고 있습니다.미중 AI 경쟁 심화와 파급 효과:미국은 AI 모델 및 기술 인프라 주도권을 유지하며 대규모 투자를 단행하고 있습니다. 특히 '스타게이트 프로젝트'와 같은 5,000억 달러 규모의 투자는 AI 산업 경쟁력을 강화하려는 의지를 보여줍니다. 이에 맞서 중국은 'AI+' 전략을 제시하며 저비용 고효율 모델과 제조업 기반 AI 응용 산업 육성을 강조하고 있습니다. 양국의 AI 기술 격차는 빠르게 좁혀지고 있으며, 이는 글로벌 AI 시장.. 2025. 6. 14. 이전 1 2 3 4 ··· 62 다음