2017/02 16

ssh 자동연결

리눅스 SSH 패스워드 없이 자동 로그인 SSH 암호 없이 자동 로그인 종합 안내 authorized_keys와 SSH Config를 이용한 비밀번호 없이 SSH 로그인하기 Can you set passwords in .ssh/config to allow automatic login? Simplify Your Life With an SSH Config File ~/.ssh/config で簡単に複数ホストへのSSH接続を管理する ssh-keygen ssh-keygen 은 다른곳(ssh-keygen 자동 로그인)도 많으니 넘어가고, ... expect #!/usr/bin/expect -f spawn ssh useranme@domain.com expect "assword:" send "password\r" int..

os/Linux 2017.02.10

mysqladmin 퍼포먼스 정보 확인

20 MySQL (Mysqladmin) Commands for Database Administration in Linux mysqladmin status 및 mysql 퍼포먼스 요소 찾아내기 서버에 현재 활동중인 threads상태 mysqladmin -p3432 proc stat mysqladmin -ppassword processlist 서버 상태 Uptimethe MySQL server 시작된 후 현재까지 시간 (초) Threads현재 디비서버에 연결된 유저수 Questions서버시작후 지금까지 요청된 쿼리수 Slow queries--log-slow-queries[=file_name] option로 시작된 서버가 variables에 지정된 long_query_time seconds시간보다 큰 쿼리시간..

db/mysql 2017.02.03
반응형