Ubuntu 썸네일형 리스트형 검색 기본 순위 Ubuntu 런타임에서의 우선순위는 다음과 같다.LD_LIBRARY_PATH (환경변수)실행파일 내 RUNPATH/RPATH/etc/ld.so.cache (ldconfig가 만든 캐시)기본 디렉터리여기서, 기본디렉토리란,/lib/usr/lib64비트 시스템에서 추가로:/lib64/usr/lib64Ubuntu/Debian의 multiarch 환경에서는 흔히:/lib/x86_64-linux-gnu/usr/lib/x86_64-linux-gnu 더보기 profile.d /etc/profile은 “로그인(login) 셸”이 시작될 때(주로 bash, sh 계열) 시스템 전체에 공통으로 적용할 환경 설정을 로드하는 스크립트이다. # /etc/profile: system-wide .profile file for the Bourne shell (sh(1))# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).if [ "${PS1-}" ]; then if [ "${BASH-}" ] && [ "$BASH" != "/bin/sh" ]; then # The file bash.bashrc already sets the default PS1. # PS1='\h:\w\$ ' if [ -f /etc/bash.bash.. 더보기 Chrony LINUX 시간 싱크로를 위해 가장 힙한 툴sudo apt-get updatesudo apt-get install -y chronysudo vim /etc/chrony/chrony.conf# pool 2.debian.pool.ntp.org iburst# pool ntp.ubuntu.com iburstserver time.*.*.kr iburstsudo systemctl restart chronysudo systemctl enable chronysudo timedatectl set-timezone Asia/Seoulchronyc sources -vchronyc trackingtimedatectl status 더보기 시간세팅 $ 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 더보기 이전 1 2 3 4 ··· 6 다음