sshd_config 파일은 위에서 아래로 순차적으로 인식함. \\ 뒤에 있는 지시자가 이전의 설정을 덮어쓰는 것에 주의 [[https://bbs.archlinux.org/viewtopic.php?id=291307|Arch BBS]] echo "sources/automake-1.16.5.tar.xz" | sed 's/.tar.*$//' if [ -d ~/.bin ]; then new_root_bin_path=~/.bin case ":$PATH:" in *":$new_root_bin_path:"*) :;; # already there *) PATH="$new_root_bin_path:$PATH";; # or PATH="$PATH:$new_entry" esac fi ## 현재 창 또는 탭에서 링크 열기 ## 새로운 창 또는 탭에서 링크 열기 ./configure --prefix=/usr \ --bindir=/usr/bin \ --localstatedir=/var \ --disable-logger \ --disable-whois \ --disable-rcp \ --disable-rexec \ --disable-rlogin \ --disable-rsh \ --disable-servers ## Same Command ./configure --prefix=/usr --bindir=/usr/bin --localstatedir=/var \ --disable-{logger,whois,r{cp,exec,login,sh},servers} \\ ## history에 ls, cd 명령은 저장하지 않음. export HISTIGNORE="ls*:cd*" \\ $([ $(uname -m) = x86_64 ] && echo USE_64=1) \ $([ -f /usr/include/sqlite3.h ] && echo NSS_USE_SYSTEM_SQLITE=1)