★Linux★리눅스★
-
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
-
Nvidia 에 Geforce 그래픽 카드 설치하기- 대충 설치했더니 망해서 리눅스 재설치 했다 말 잘듣자 ㅋㅋㅋ★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 1. 30. 22:58
https://davi06000.tistory.com/22 [ 자취방 워크스테이션 ] #15 우분투 서버에 NVIDA 드라이버 설치하기 //1 딥러닝을 위해서는 엔비디아 그래픽카드가 필수다. 왜냐하면 병렬연산을 위해서 대부분의 프레임워크들이 CUDA를 선택했기 때문이다. 원래는 #15를 엔비디아 도커 설치까지로 생각하고 글을 davi06000.tistory.com
-
Linux_Ubutu 22.04에 CUDA 설치하는 방법(nvidia Geforce)★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 1. 30. 06:21
https://webnautes.tistory.com/1765 Ubuntu 22.04에 CUDA 설치하는 방법 Ubuntu 22.04에 CUDA를 설치하는 방법을 다룹니다. 2022. 12. 2 최초작성 2022. 12. 17 현재 그래픽 카드 드라이버 확인 1. 다음 명령을 사용하여 사용중인 그래픽 카드 모델과 그래픽 드라이버를 확인할 수 webnautes.tistory.com - 검정색 화면 계속 나와서 그냥 Mint Linux 설치하고 SotfWare 에서 additional driver 들어가서 470 클릭해서 설치하니 문제 없음. ㅋ 내 그래픽 카드 기준 nvidia 3060 ti nvidia-smi 치니 잘 되는 모습 $ nvidia-smi Thu Jul 27 08:17:28 2023 +---..
-
linux❤️ man 2 write★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 1. 22. 19:06
https://man7.org/linux/man-pages/man2/write.2.html write(2) - Linux manual page write(2) — Linux manual page WRITE(2) Linux Programmer's Manual WRITE(2) NAME top write - write to a file descriptor SYNOPSIS top #include ssize_t write(int fd, const void *buf, size_t count); DESCRIPTION top write() w man7.org
-
Linux 설치시 nvim 세팅&YouCompleteMe& LSP&alacritty를 쓰기 위한 기본 설치sudo apt install★Linux★리눅스★/Linux★명령어★Ubuntu★command 2023. 1. 21. 13:39
https://zoomadmin.com/HowToInstall/UbuntuPackage/libsqlite3-dev How to install libsqlite3-dev ubuntu package on Ubuntu 20.04/Ubuntu 18.04/Ubuntu 19.04/Ubuntu 16.04 How To Install "libsqlite3-dev" Package on Ubuntu Quick Install Instructions of libsqlite3-dev on Ubuntu Server. It’s Super Easy! simply click on Copy button to copy the command and paste into your command line terminal using built-in..