본문 바로가기
반응형

IT227

[맥] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools) 해결 맥 업데이트 하고 파이참이 에러를 벧어낸다. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun xcode command tools 업데이트 이슈라서 업데이트 하면 해결 된다. 터미널에서 실행해보자. xcode-select --install 동의 후 설치 다시 실행하니 별 문제 없이 진행 됐다. 2021. 4. 27.
Google I/O 2021 Puzzle 이번에도 구글 I/O가 열렸다. 이번 이벤트 천공카드다...ㄷㄷㄷ events.google.com/io/punchcard/ Google I/O 2021 Save the Date Experience I/O is an annual developer conference hosted by Google. In 2021, the conference will be virtual and free to attend. events.google.com 1. "It matters little who first arrives at an idea, rather what is significant is how far that idea can go." 답 : Sophie Germain 2. 천공 카드를 찍어야되는데, 답은 "Hell.. 2021. 4. 16.
[docker] Got permission denied while trying to connect to the Docker daemon socket 도커 실행시 permission denied 날 경우 해결 방법 docker pull 실행 시 permission 에러 가 발생한다. [opc@dev-kafka akhq]$ docker pull tchiotludo/akhq Using default tag: latest Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post http://%2Fvar%2Frun%2Fdocker.sock/v1.26/images/create?fromImage=tchiotludo%2Fakhq&tag=latest: dial unix /var/run/docker.sock: connect: p.. 2021. 4. 14.
[CentOS7] blockdev config 설정 CentOS 5에서 사용중이던 몽고DB 2.4 버전을 CentOS 7로 마이그레이션 하던 차에, blockdev의 ReadAheadSize 이슈로 문제가 발생되어서 부팅 시에 변경하고자 했다. MongoDB shell version: 2.4.0 connecting to: abc.com/test Server has startup warnings: Wed Mar 20 22:40:49.850 [initandlisten] Wed Mar 20 22:40:49.850 [initandlisten] ** WARNING: Readahead for /data/db is set to 2048KB Wed Mar 20 22:40:49.850 [initandlisten] ** We suggest setting it to 256K.. 2021. 4. 14.
[CVE-2021-3156] sudo 취약점 패치 RHEL의 sudo 권한 관련 취약점 (CVE-2021-3156)이 발견되었다. 취약점 패치는 yum update sudo 를 통해 버전 업그레이드를 진행했다. 1. sudo 버전 확인 (centos 버전 별 차이 있음) $ sudo -V Sudoers I/O plugin version 1.8.25p1 #업데이트 전 Sudoers I/O plugin version 1.8.29 #업데이트 후 2. 취약점 영향도 확인 $ sudoedit -s / sudoedit: /? not a regular file # 에러 발생 (업데이트 전) usage: sudoedit [-AknS] ...... # 결과 출력 (업데이트 후) 취약점 패치 전 취약점 패치 후 2021. 2. 18.
[MAC] Markdown 생성이 가능한 편집기 - MacDown 아주 자주는 아니지만 Markdown을 작성할 필요가 있어서 쓸만한 에디터를 찾고 있었다. 우연히 찾은 프로그램 MacDown apps.apple.com/kr/app/markdown-enjoy-writing/id1269984974?mt=12 ‎Markdown - Enjoy writing ‎I'm Markdown, the Markdown editor for OS X. This is a powerful Markdown editor, very design, UI simple and user-friendly interactive experience, let us focus more on writing. Markdown is a lightweight writing tool for writing that repla.. 2021. 2. 9.
[MAC] 맥에서 디가우저 실행하기 USB나 디스크가 고장나서 버려야할 경우에, 혹은 중고 거래를 하기 위해 넘기기 위해서는 파일 복구로 염려가 되기 마련이다. 맥에서 자체적으로 제공하는 기능이 있어서 소개하고자 한다. 파인터에서 이동 > 유틸리티 > 디스크 유틸리티를 실행하자. 특정 드라이브를 선택하고 상단에서 지우기 버튼 클릭 우측 하단에 보안 옵션을 선택하자. 가장 빠르게 부터 가장 안전하게 까지 4단계를 제공한다. 1단계 가장 빠르게 - 안전하게 지우지 않고 복구 프로그램으로 복구 가능 2단계 (총 2번 덮어씌우기) - 1패스의 임의의 데이터를 덮어쓴 다음 단일 패스의 0을 덮어씀. 3단계 (총 3번 덮어씌우기) - DOC-compliant 3패스 보안지우기. 2패스의 임의의 데이터를 덮어쓴 다음 단일 패스의 알려진 데이터를 덮어씀.. 2021. 1. 1.
[PowerShell] 도메인 확인하기 (whois) 파워쉘로 도메인 정보를 확인할 수 있다. 프로필에 해당 함수를 등록하자. 프로필 확인 방법은 다음 포스팅을 참고하면 된다. [IT/System Engineering] - 파워쉘 프로필 확인 및 설정 [PowerShell] 프로필 확인 및 설정 윈도우10 이후 파워쉘의 사용이 점점 많아지고 있다. 리눅스의 쉘 처럼 사용하고자 profile 설정이 필요할 때 다음을 참고하자. 1. 프로필 파일 경로 확인 $profile 2. 프로필 파일 생성 확인 test-path $pr newstars.tistory.com function Get-WhoIs { [CmdletBinding()] param( # The query to send to WHOIS servers [Parameter(Position=0, ValueF.. 2020. 12. 29.
[GSP] QWIKLABS GSP787 - Build and Optimize Data Warehouses with BigQuery: Challenge Lab project id의 프로젝트에 'covid' 데이터셋 생성 Query 1 create table covid.oxford PARTITION BY date OPTIONS( partition_expiration_days=90 ) as SELECT * FROM `bigquery-public-data.covid19_govt_response.oxford_policy_tracker` where 1=1 and alpha_3_code not in ('GBR', 'USA') ; Query 2 ALTER TABLE covid.oxford ADD COLUMN IF NOT EXISTS population INT64, ADD COLUMN IF NOT EXISTS country_area FLOAT64, ADD COLUMN mob.. 2020. 12. 29.
반응형