바로가기나 응용프로그램 연결프로그램 오류 응용프로그램 연결프로그램 지정을 하다가 잘못지정을 하게 되면 난감한 상황이 되게된다.간혹 lnk 파일을 잘못해서 연결을 하게 된다면 정말 눈앞에 캄캄해진다. 간단한 수정방법이 있다. 레지스트리로 간단하게 복원하는 방법이다. (윈도우8 미지원)두번째 방법은 위 프로그램으로 하면 된다.위와 같이 file types 선택후delet file type 눌러주면 된다. Windows 2013.04.22
rsync 스크립트 expect 를 이용한 rsync 스크립트방법 expect 가 없다면 yum을 이용해서 설치를 해주자#yum install expect #vi rsync.sh#!/usr/bin/expectrsync -plortvz --delete -e ssh --ignore-errors --stats --progress --delete-excluded root(계정)@:/test/ /backup/testexpect "password: "sleep 0.2send "계정비밀번호\n"interact (crontab 사용시 expect eof) chmod 700 권한을 주자 Linux 2013.04.22