Ubuntu 썸네일형 리스트형 시간세팅 $ timedatectl Local time: Thu 2025-05-08 23:31:50 KST Universal time: Thu 2025-05-08 14:31:50 UTC RTC time: Thu 2025-05-08 14:32:09 Time zone: Asia/Seoul (KST, +0900)System clock synchronized: no NTP service: active RTC in local TZ: no NTP service가 active하지 않다면,sudo apt updatesudo apt install systemd-timesyncdsudo syste.. 더보기 Linux Manual https://www.systutorials.com/docs/linux/man/8-numastat/ numastat - Linux Manuals (8)numastat (8) - Linux Manuals Command to display numastat manual in Linux: $ man 8 numastat numastat numastat - Show per-NUMA-node memory statistics for processes and the operating system www.systutorials.com 더보기 make log 파일 만들기 make -j 4 2>&1 | tee build.log grep -iC 3 warning build.loggrep -iC 3 error build.log 더보기 Midnight Commander - Local Machine Midnight Commandersudo apt install mcvim ~/.bashrc 디렉토리 변경 후 MC를 종료해도 그 디렉토리에 잔류하기 위하여 bashrc에 다음을 추가# Simplified mc functionmc() { . /usr/lib/mc/mc-wrapper.sh} vim 종료는 ESC+:+wq 더보기 로그파일 검색 방법 config.log 파일에서 "ncurses"를 포함한 라인만 프린트 하기grep -i ncurses config.log 더보기 우분투에서 컴파일러, 실행파일 등의 여러 버전관리 방법 When you have multiple MPI implementations installed on the same machine (or multiple versions of the same MPI, e.g. a system-installed Open MPI vs. your own self-compiled Open MPI), you can control which one is used by your shell or your build scripts in several ways. Below are the key approaches:1. Use full paths to “mpirun” (or “mpicc”, etc.) If you install your new Open MPI in a custom prefi.. 더보기 클립보드 복사용 VIM sudo apt-get install vim-gtk3vim --version+clientserver +jumplist +postscript +vartabs+clipboard +keymap +printer +vertsplit+cmdline_compl +lambda +profile +vim9script 전체 선택Shift + V + G 클립보드 복사"+y 더보기 Glances Glances는 시스템 모니터링을 위한 오픈소스 어플리케이션으로,최신 버젼은 파이썬으로 만들어져 있다.https://glances.readthedocs.io/en/latest/quickstart.html#web-server-mode Linux에서는 apt install이 가능하지만, 예전버젼이 깔리므로 클라이언트와 버젼이 맞지 않으면 통신이 불가하다.따라서 최신버젼은 pip 인스톨을 추천하고 있다. 최신 버젼의 리눅스에서는 파이썬 어플리케이션이 리눅스 시스템 디렉토리를 건드리는 것을 싫어 하므로 가상환경에서 실행하도록 강제하고 있다. 이게 싫다면 다음의 방법으로 설치하도록 하자. sudo apt-get updatesudo apt-get install pipxpipx install glancesglance.. 더보기 이전 1 2 3 4 5 다음