-
-
Pages
Categories
Tags
압축 64bit android bash commands cpan debian development dmidecode dns find firefox flash forensics fuser git gpg gzip hacker http ipw3945 links::eunchul linux m1330 mail mysql passenger pdf perl php ps2pdf rails ruby security spam spamassassin ssh subroutines system tar tunneling ubuntu virtualization wireless xenArchives
Tag Archives: commands
logger 이용해서 syslog 에 메시지 남기기.
Logger 명령은시스템 기록 모듈인 syslog(3) 함수를 쉘 명령으로 구현한 것이다.
Logger makes entries in the system log. It provides a shell command interface to the syslog(3) system log module.
logger manpage description.
서비스 중인 웹 어플리케이션중에서,
back-end 로 동작하는 스크립트들이 있다.
이 스크립트가 죽지 않고 계속 돌아야 하는데, 어떤 이유에서 인지는 모르겠지만 종종 죽는 일이 발생하고 있다.
그래서, 모니터링을 [...]
계정 만료일(expire) 제거.
참고: man chage (http://linux.die.net/man/1/chage)
root 계정에 만료일이 설정되어있는것을 보았다.
그래도 super user 계정이라 로긴은 되는듯..
chage 명령으로 만료일을 제거하자.
# chage -E -1 root
#
-E 옵션에 값을 -1 을 설정하면 만료정보가 제거된다.
parted - Can’t have overlapping partitions