Ubuntu 24.04 HWE 커널 6.17.0-20에서 발생한 Soft Lockup (kernel panic) 추적기

Ubuntu 24.04 HWE 커널 6.17.0-20에서 Electron 앱 종료 시 xas_load 무한 루프로 soft lockup이 발생한 사례. journalctl로 패닉 로그를 추적하고 GRUB 기본 커널을 6.17.0-19로 되돌린 뒤 apt-mark hold로 고정했다.

N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://dl.google.com/linux/chrome-stable/deb stable InRelease’ doesn’t support architecture ‘i386’

N: Skipping acquire of configured file ‘main/binary-i386/Packages’ as repository ‘https://dl.google.com/linux/chrome-stable/deb stable InRelease’ doesn’t support architecture ‘i386’

Ubuntu 24.04에서 apt update 시 나타나는 binary-i386/Packages 경고 해결 기록. google-chrome.sources 파일에 Architectures: amd64를 추가하면 메시지가 사라지지만, 이후 설정이 원복되는 것도 확인했다.

우분투 24.04 Jupyter 가상 환경 설치

우분투 24.04 Jupyter 가상 환경 설치

우분투 24.04에서 Jupyter 가상 환경을 구축하는 절차 정리. python3-venv로 venv 생성, jupyter·ipykernel 설치와 커널 등록, systemd 사용자 서비스 등록과 loginctl enable-linger로 로그인 없이 부팅 시 자동 실행까지 다룬다.

How to install Claude Desktop and configure KIS MCP servers on Ubuntu 24.04

How to install Claude Desktop and configure KIS MCP servers on Ubuntu 24.04

우분투 24.04에 Claude Desktop을 설치하고 한국투자증권 Open API의 코딩도우미·트레이딩 MCP 서버를 연결하는 절차. claude_desktop_config.json 작성 예시와 built-in node 대신 nvm node를 쓰도록 바꾸는 설정까지 정리했다.