우분투 tar 압축 및 해제
1. tar 압축tar -cvf [파일명.tar] [폴더명] 2. tar 압축 해제tar -xcf [파일명.tar] 3. tar.gz 압축tar -zcvf [파일명.tar.gz] [폴더명] 4. tar.gz 압축 해제tar -zxvf [파일명.tar.gz] 5. tar 옵션옵션 설명 -c 파일을 tar로 묶음 -p 파일 권한 저장 -v 압축 및 해제 시 내용 화면 출력 -f 파일 이름 지정 -C 경로 지정 -x tar 압축 해제 -z gzip으로 압축하거나 해제
Programming/Ubuntu
2017. 4. 3. 10:57
우분투 SVN 설치&사용법 정리
- SVN 설치, 설정 1. SVN 설치apt-get install subversion 2. 저장소 설정mkdir /home/svnsvnadmin create /home/svn/test 3. 계정 설정cd /home/svn/test/conf/ vim svnserve.conf[general]anon-access = noneauth-access = writepassword-db = passwdauthz-db = authz vim passwd[users]user1 = password vim authz[/]user1 = rw 4. 서비스 등록vim /etc/init/svnserve.confdescription "Subverion server" start on (local-filesystems and net-de..
Programming/Ubuntu
2017. 4. 3. 10:51
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- python multiprocess
- docker 사용법
- python3 환율 api
- multiprocessing
- 파이썬3 크롤러
- python
- 도커 사용법
- python thread
- python web framework
- python3 파싱
- python3
- multiprocess
- 파이썬 병렬
- 파이썬 파싱
- 파이썬 웹파싱
- python color print
- 파이썬 user-agent
- 우분투
- apt-get error
- 뉴스기사번역
- python queue
- terminal print color
- 파이썬
- docker 설치
- 우분투 tar
- tar 압축
- 우분트 프로세스 백그라운드
- 도커 설치
- termcolor
- python3 환율
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
글 보관함
