목록분류 전체보기 (39)
멍청해서 기록한다
파일 삭제법 find . -type f -empty find . -type f -empty -delete 디렉토리 삭제법 find . -type d -empty find . -type d -empty -delete 출처: https://pikabu.tistory.com/88
자주 쓰는데 맨날 까먹어 슈바.. 윈도우, 유닉스, 맥이 조금 다른 부분이 존재함 귀찮다 구글링해라 그건 암튼 방법은 많지만 아래처럼 제거 가능 sed -i 's/^M//g' file.log -i는 파일 저장함 없으면 cat 명령처럼 나옴 팁주자면 ^M이 컨트롤V랑 M을 순서대로 눌러야함 "^M"이 아님 추가팁: ^@의 경우 s/[\x0]//g로 가능함
1. 파이썬 설치 https://www.python.org/downloads/release/python-366/ Python Release Python 3.6.6 The official home of the Python Programming Language www.python.org 하.. 3.7이 현재 최신 버전인데 정신 건강에 좋으려면 3.6으로 설치하자 암걸린다. 2. 아나콘다 설치 https://www.anaconda.com/distribution/#download-section Anaconda Python/R Distribution - Free Download Anaconda Distribution is the world's most popular Python data science platfo..
재애애애애미 있을 줄 알았는데... 알고보니 별거 없는 성능 테스트.. TPC-H의 경우 22개 쿼리로 DBMS의 성능을 확인함. 가독성은 쓰레기지만 본인 실력 수준이 카피할 정도는 되고, 필요하면 알아서 보겠지. 아래 했던 내용들 기입함. //---------------------- //1 디비세팅 //---------------------- /dbgen/makefile.suite 파일을 makefile명으로 수정 CHANGE NAME OF ANSI COMPILER HERE 부분 CC = gcc # Current values for DATABASE are: INFORMIX, DB2, TDAT (Teradata) # SQLSERVER, SYBASE, ORACLE, VECTORWISE # Current v..
오래된 자료지만 찰지다. 배고프다. 밥 먹으러 가야지.
많이 알다시피 VMware라는 버추얼머신이 있다. 나는 이것을 사용해 윈도우 OS에 리눅스를 설치하려했지. 하지만! Pane is dead라는 에러가 출력됨. 해결법은 매우 간단했다. VM ware 설치경로의 autoinst.iso라는 파일을 삭제하니 리눅스가 정상적으로 설치가 되었다. 참고 및 출처: https://web-obj.tistory.com/283 Pane is dead vmware 에서 CentOs 설치시 아래와 같은 에러가 발생하였다. pain is dead Section %packages does not end with %end. CentOs 설치 폴더에서 autoinst.iso 를 지우고 다시 시작해보니 잘 된다. web-obj.tistory.com
Solution Following are the steps taken to resolve the issue: 1. – 2. – 1) Download the freely available dbgen tool from TPC org: http://www.tpc.org/tpc_documents_current_versions/current_specifications.asp You will see many different workloads. For our case, download the tool corresponding to TPC-H_Tools Follow the instructions for registration and download the tool and copy to local mountpoint ..