기본 콘텐츠로 건너뛰기

[링크] 압축 프로그램 팁과 옵션

회사에서도 무료로 사용할 수 있는 7z, bandizip 추천

-banizip 다운로드 공식 페이지
http://apps.bandisoft.com/bandizip/

-7zip 압축제외 목록 추가하기
http://www.npteam.net/619

- 7zip 설치법
http://dibigi.tistory.com/359

- 7zip 공식 페이지
http://www.7-zip.org/download.html

- 반드앱스 내 7zip 코맨드라인 압축 명령 설명
http://apps.bandisoft.com/bandizip/help/cmdline/

- 7z 커맨드라인 설명
http://www.dotnetperls.com/7-zip-examples

7zip 사용설명


C:\>7z

7-Zip [64] 9.20  Copyright (c) 1999-2010 Igor Pavlov  2010-11-18

Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...]
       [<@listfiles...>]

<Commands>
  a: Add files to archive
  b: Benchmark
  d: Delete files from archive
  e: Extract files from archive (without using directory names)
  l: List contents of archive
  t: Test integrity of archive
  u: Update files to archive
  x: eXtract files with full paths
<Switches>
  -ai[r[-|0]]{@listfile|!wildcard}: Include archives
  -ax[r[-|0]]{@listfile|!wildcard}: eXclude archives
  -bd: Disable percentage indicator
  -i[r[-|0]]{@listfile|!wildcard}: Include filenames
  -m{Parameters}: set compression Method
  -o{Directory}: set Output directory
  -p{Password}: set Password
  -r[-|0]: Recurse subdirectories
  -scs{UTF-8 | WIN | DOS}: set charset for list files
  -sfx[{name}]: Create SFX archive
  -si[{name}]: read data from stdin
  -slt: show technical information for l (List) command
  -so: write data to stdout
  -ssc[-]: set sensitive case mode
  -ssw: compress shared files
  -t{Type}: Set type of archive
  -u[-][p#][q#][r#][x#][y#][z#][!newArchiveName]: Update options
  -v{Size}[b|k|m|g]: Create volumes
  -w[{path}]: assign Work directory. Empty path means a temporary directory
  -x[r[-|0]]]{@listfile|!wildcard}: eXclude filenames
  -y: assume Yes on all queries



유료이지만, 쓸만한 유티 rar 옵션 관련


-rar 압축제외 목록 추가하기.
http://www.diskool.com/pcuse_qna/799922

댓글

이 블로그의 인기 게시물

[c#.net] WPF 사용 중 xaml관련 실행시 오류 와 대처 방법

wpf 사용 중 xaml관련 실행시 오류 가 발생해서 자그마치 2일을 소비 했다..--;; 오류 내용은 아래와 같다. ================================== 'System.Windows.Markup.XamlParseException' 형식의 첫째 예외가 PresentationFrameWork.dll에서 발생했습니다. 추가 정보: '지정된 바인딩 제약 조건과 일치하는 'PapaZone.MainWindow' 형식에 대한 생성자 호출에서 예외가 throw 되었습니다.' 줄 번호 '21' 및 줄 위치 '9' 이 예외에 대한 처리기가 있으면 프로그램을 안전하게 계속할 수 있습니다. [] 이 예외 형식이 throw되면 중단 ================================== 위 Xaml 오류 메세지만으로는 내용 추적 불가하여, 도대체 뭔가 했다. 검색해도 뚜렷한 답변은 없었지만, 여러가지 의견을 종합해 보면 아래와 같다. 1. xmlns 관련 파일 과 관련된 파일 로딩 실패 이거나, 2. 신규로 추가된 namespace 에 속한 태그 사용시 오류로 판단되어 태그 하나씩 삽입하며 테스트 해봐야 한다고 함. 해결한 지금에 원인을 보면, xaml 에서 clr-namespace 로 추가된 항목들이 로딩에 실패해서 발생한 것이며, 추가된 항목은 있었으나, 이것과 연결된 파일이 없어서 로딩되지 않는 것이 문제였다. 오늘도 즐거운 하루~~

[MSSQL] SQL Server 에 원격 접속을 못하는 경우 조치 방법

[MSSQL] SQL Server 에 원격 접속을 못하는 경우 조치 방법 내부 오류 추적 결과 다음과 같이 나옴. [Microsoft][ODBC Driver 13 for SQL Server]TCP Provider: 대상 컴퓨터에서 연결을 거부했으므로 연결하지 못했습니다. SqlState : 08001, NativeError : 10061 오류 원인과 처리 1.SQL 서버 로그인 계정 틀린 경우 -> A.SQL Managerment Studio에서 사용할 DB 접속 '로그인' 사용할 계정의 아이디/암호 확인 2.TCP/IP 접속 권한이 없는 경우 -> A.SQL Server 구성 관리자를 실행에서 TCP/IP 허용 되어 있는지 확인 B. 서비스 포트 값이 (보통 1433) 맞는지 확인 C. 외부에서 접속하는 경우에는 방화벽 허용 되엉 있는지 확인 C. 서비스 재시작 3.Windows 인증 모드만 허용 인 경우 -> A.SQL Managerment Studio에서 사용할 DB 접속하고, 우클릭 하여 속성 정보 확인해서 B.연결에서 인증모드 '로그인' 사용할 계정의 아이디/암호 확인 4.'exec Sp_ReadErrorLog' 명령어를 사용해서, 로그인 실패 로그를 확인해서 원인을 분석한다.

[링크] CPU 점유율과 성능, 스트레스 테스트 프로그램

http://blog.naver.com/PostView.nhn?blogId=hoonedang1&logNo=90114299682 - CPU 점유율 설정값으로 높여주는 프로그램 - 내용 삭제됨 0. While(1) {}, for(;;) {} 실행시 CPU 100 % 가 되는 이유에 한번쯔음 읽어 볼만한 곳 https://kldp.org/node/31797 1. CPU 점유율과 메모리 점유율 높이는 프로그램 1.1 StressNG - 유닉스/리눅스 스트레스 테스트 https://websetnet.com/ko/how-to-stress-test-cpu-and-memory-vm-on-a-linux-and-unix-with-stress-ng/ 1.2. HostWay - 리눅스 스트레스 테스트 도구 http://faq.hostway.co.kr/?mid=Linux_ETC&page=6&document_srl=1490 1.2 IntelBurnTest - 윈도우, 오버클럭 안정 상태 테스트 프로그램 http://blog.naver.com/PostView.nhn?blogId=tyboss&logNo=70084727507 1.3 SP2004(StressPrime2004) - 윈도우, CPU와 RAM 스트레스 http://cair.tistory.com/111 1.4.  Stress My PC v1.21 (시스템 과부하 테스트) - 윈도우 http://www.kbench.com/software/?q=node/47223 1 .5. HeavyLoad - 윈도우,  서버 성능측정을 위한 스트레스툴(프리웨어) http://idchowto.com/?p=9159 1.6. Prime95 - 윈도우, CPU 스트레스 http://extrememanual.com/archives/3798 2. 윈도우즈 설치한 시스템에서 성능이 제대로 나오지 않을 때 확인 해봐야 하는 것들. 2.1. 윈도우즈 에서 성능...