Update 12

scoop auto update, reset, clean

자동등록 scoop를 스케줄러인 예약작업에 등록해서 자동으로 업데이트 하도록 처리힌다. cmd+s > 예약작업 검색 후 예약작업 등록 명령어는 아래 내용 등록한다. scoop 위치 : C:\Users\username\scoop\shims\scoop.cmd scoop update * scoop reset * scoop cleanup * scoop cache rm * scoop update * && scoop reset * && scoop cleanup * && scoop cache rm * scoop update *; scoop reset *; scoop cleanup *; scoop cache rm * 명령어 update * : 설치한 모든 app을 업데이트 한다. reset * : 설치한 모든 app을..

os/Window 2019.03.30

apt update xxxx-xxxx.ucf-dist 파일 에러

20auto-upgrades.ucf-dist' in directory /etc/apt/apt.conf.d/ error fix 50unattended-upgrades.ucf-dist 파일네임 형식이 맞지 않아서 무시했다. apt update .... N: Ignoring file '50unattended-upgrades.ucf-dist' in directory '/etc/apt/apt.conf.d/' as it has an invalid filename extension /etc/apt/apt.conf.d/ 에 50unattended-upgrades, 50unattended-upgrades.ucf-dist 가 있다. 문제가 되는 50unattended-upgrades.ucf-dist 파일을 삭제한다.

os/Ubuntu 2018.08.14

svn hooks를 이용한 release, trunk 자동 업데이트

hook script 로 svn 동작 제어하기 ssh-keygen 자동 로그인 How to get the name of branch in a post-commit hook in SVN? 주의 : 보안 이슈로 hooks 실행은 환경변수를 상속받지 않고 모두 초기화하고 실행된다. post-commit #!/bin/sh REPOS="$1" REV="$2" mailer.py commit "$REPOS" "$REV" /path/to/mailer.conf DIR="/home/svn/project_name/hooks" if svnlook dirs-changed -r "$REV" "$REPOS" | grep -qEe '^trunk/'; then ${DIR}/_dev_update.sh $1 $2 else ${DIR}/_..

vcs/svn 2017.03.24

우분투 에러 "E: Some index files failed to download. They have been ignored, or old ones used instead."

E: Some index files failed to download. They have been ignored, or old ones used instead. 아래 에러는 정말 모르겠다. 연결할 수 없다는 URL은 모두 정상적으로 서비스 중인데... 방화벽 문제도 아니고... 그럼 내부문제인데... .... W: http://kr.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18n/Translation-ko 파일을 받는데 실패했습니다 kr.archive.ubuntu.com:http에 연결할 수 없습니다: W: http://kr.archive.ubuntu.com/ubuntu/dists/trusty-backports/multiverse/i18..

os/Ubuntu 2015.03.31

subversion command

Subversion 사용 HOWTO 상태코드 A 작업 사본에 새로 추가됨 C 엡데이트나 병합 때문에 충돌이 발생함 D 작업 사본에서 삭제됨 G 저장소의 버전과 병합됨 I 작업 사본에서 무시됨 M 작업 사본에서 수정됨 R 작업 사본에서 대체됨 ? 버전 제어 대상이 아님 ! 작업 사본에 없거나(svn 명령어를 통하지 않고 삭제됨) 불완전한 상태임 임포트 #import 명령어 확인 svn ? import #svn import 로컬위치 소스위치 -m="메세지" --no-ignore --force --username username # --no-ignore 모두 등록 # -- force 오류 무시 강제 적용 svn import -m="Import" www svn://localhost/project_name/tru..

vcs/svn 2014.11.04
반응형