★Linux★리눅스★/Linux★명령어★Ubuntu★command
-
Ubuntu - 한글 키보드 설치하는 방법 (uim)★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 9. 20:45
https://codechacha.com/ko/ubunutu-uim-keyboard/ Ubuntu - 한글 키보드 설치하는 방법 (uim) Ubuntu에서 fcitx라는 입력기(InputMethod)를 사용했었습니다. 최근 uim InputMethod로 변경하였습니다. uim 설정에서 Hangul 키로 언어 전환을 할 수 있습니다. xmodmap을 사용하여 Hangul 키로 인식되도록 할 수 codechacha.com
-
Linux C-tags install & Vista install & linux libsqlite3.so install★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 8. 20:52
$ git clone https://github.com/universal-ctags/ctags.git $ cd ctags $ ./autogen.sh $ ./configure --prefix=/where/you/want # defaults to /usr/local $ make $ make install # may require extra privileges depending on where to install $ sudo apt install \ gcc make \ pkg-config autoconf automake \ python3-docutils \ libseccomp-dev \ libjansson-dev \ libyaml-dev \ libxml2-dev https://github.com/univers..
-
linixOS)빌어먹을 NVDIA 그래픽 카드 에러 검은 화면 해결하기 미치겠네★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 7. 08:26
https://creative-chan.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-reboot%EA%B3%BC-NVIDIA-Driver-%EC%97%90%EB%9F%AC%EB%A1%9C-%EC%9D%B8%ED%95%9C-%EC%9E%AC%EC%84%A4%EC%B9%98 우분투 reboot과 NVIDIA Driver 에러로 인한 재설치 목차 1. 문제 Ubuntu 원격 서버를 재부팅했더니 다음과 같이 해상도가 깨지고 그래픽 카드 드라이버가 제대로 동작하지 않았다. nvidia-smi 명령어를 통해 확인하면 다음과 같은 에러 메시지를 뱉어 creative-chan.tistory.com 비활성화를 먼저하고 run으로 설치해 보자 어렵다 ㅜㅜ https://m.blog.n..
-
NixOS22.11 linux비슷한거 좋은건가?★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 5. 19:15
https://youtu.be/BwEIXIjLTNs https://nixos.org/manual/nixos/stable/release-notes.html NixOS 22.11 manual B.16. Release 14.12 (“Caterpillar”, 2014/12/30) In addition to numerous new and upgraded packages, this release has the following highlights: When upgrading from a previous release, please be aware of the following incompatible changes: nixos.org
-
linux clangd 설치하기★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 1. 22:37
sudo apt-get install clang-format clang-tidy clang-tools clang clangd libc++-dev libc++1 libc++abi-dev libc++abi1 libclang-dev libclang1 liblldb-dev libllvm-ocaml-dev libomp-dev libomp5 lld lldb llvm-dev llvm-runtime llvm python3-clang https://apt.llvm.org/ LLVM Debian/Ubuntu packages The goal is to provide Debian and Ubuntu nightly packages ready to be installed with minimal impact on the distr..
-
Ubuntu 로그인 루프 문제를 해결하는 방법★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 2. 1. 22:09
https://websetnet.net/ko/%EC%9A%B0%EB%B6%84%ED%88%AC-%EB%A1%9C%EA%B7%B8%EC%9D%B8-%EB%A3%A8%ED%94%84-%EB%AC%B8%EC%A0%9C%EB%A5%BC-%ED%95%B4%EA%B2%B0%ED%95%98%EB%8A%94-%EB%B0%A9%EB%B2%95/amp/ Ubuntu 로그인 루프 문제를 해결하는 방법-WebSetNet Linux Ubuntu가 로그인 루프에 걸렸을 때 해야 할 일. Ubuntu 로그인 루프를 수정하는 방법은 다음과 같습니다. 이것은 많은 Ubuntu 사용자가 직면하는 일반적인 문제입니다. websetnet.net