반응형

전체 글 45

[Vim] How to Install the Latest Version (Ubuntu)

Updates: November 5, 2024Contents: Steps to install the latest version of Vim from source (version 9.1)This guide includes additional configurations considering future plugin setups. It assumes that Vim is already installed on your system. Remove Existing Vim InstallationBefore installing the latest version, remove any existing Vim installations:sudo apt-get remove --purge vim vim-runtime vim-ti..

[Vim] 최신 버전 설치 방법 (Ubuntu, Kor)

Updates: 2024. 11. 05Contents: 최신 버전 Vim 설치 방법 && source에서 설치 (version 9.1) 본 글에서는 추후 설정할 Plugin 등을 고려한 몇 가지를 추가한 설정을 포함하고 있습니다.또한, 일전에 vim이 설치되었을 것을 가정하고 작성하였습니다. 기존의 vim 설치 제거sudo apt-get remove --purge vim vim-runtime vim-tiny vim-gtk vim-gtk3 vim-gnome vim-nox vim-common vim 설치 환경 세팅sudo apt updatesudo apt install git make clang libtool-bin libxt-dev libpython3-dev valgrind -y vim 의존성 환경 설정 ..

[IT] 감성공장 노트북 수직 스탠드 거치대 리뷰

제품명: (쿠팡) 감성공장 버티컬 노트북 맥북 아이패드 태플릿 수직 거치대 스탠드 받침대 알루미늄 클램쉘구매일: 2024. 11. 04. 2구 수직 거치대를 구매했는데, 구매하기 이전까지 이 제품에 대한 리뷰가 없어서,특히 무게에 대한 이야기가 없어서 망설여서 리뷰를 작성해봅니다. 15인치 노트북 (2키로 전후) 인데 잘 버틸 수 있을까 걱정이었으나 굉장히 안정적으로 잘 버팁니다.그리고 생각보다 구성품의 내구도도 좋고 꽤 무겁습니다 (무거운 걸 원했어요).마감도 괜찮고 매우 만족합니다!

Product Review 2024.11.04

[git] remote: Support for password authentication was removed on 해결 방법

Updates: 2024.09.29 Content : "remote: Support for password authentication was removed on" Solution 발생 상황 유추 : Github 로그인 (Password 대신 필요한 경우)1. GitHub에서 개인 액세스 토큰(Personal Access Token, PAT) 생성: 2. GitHub 계정 설정으로 이동 3. "Developer settings" 클릭 4. "Personal access tokens" 선택 후 "Generate new token" 클릭 5. 토큰에 적절한 권한 부여 (최소한 'repo' 권한 필요) 6. Token generate를 여러 번하지 않기 위해서는 안전한 곳에 저장 필요7. CLI에 Token 복..

Setting 2024.09.29

[xv6-riscv] riscv64-unknown-elf-gdb 경로 에러 해결 방법

Content: solution of riscv64-unknown-elf-gdb path error Updates: 2024.09.09 문제 상황 Problem Case❯ /usr/local/bin/riscv64-unknown-elf-gdb kernel/kernel GNU gdb (GDB) 10.1 Copyright (C) 2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copyi..

Setting/OS (Linux) 2024.09.09
반응형