oboki
  • ABOUT
  • WORKSPACE
    • data-engineering
  • 2018-08-09
  • in python
  • 오복애비
  • 0 Comments

[Python] Why Python 3

https://tech.ssut.me/2015/07/24/python-3-is-the-future/

Read More
  • 2018-08-08
  • in elasticsearch
  • 오복애비
  • 0 Comments

[ElasticSearch] ElasticSearch 6 버전에서 Head Plugin 설치

ElasticSearch Plugin Head Installation head plugin 을 이용해서 cluster 상태, index 정보, 간단한 쿼리 수행 등의 기능을 편리하게 사용할 수 있다. elasticsearch 6 버전에서는 plugin installer를 이용한 설치가 불가능하여 굳이 사용하기 위해서는 별도 웹 서비스가 필요하다. nodejs 를 통해서 웹서비스를 하고, 웹 소스는 github 에서 별도로 내려받는다. elasticsearch 6 버전부터는 X-PACK, Kibana 확장을 통해 인덱스 […]

Read More
  • 2018-08-08
  • in elasticsearch
  • 오복애비
  • 0 Comments

[ElasticSearch] 2 nodes cluster 설치

Elasticsearch 설치 (2 node cluster) 사전 준비 시스템 사용자 생성 및 디렉토리 설정 시스템 사용자 생성 useradd elastic -g bigdata -u 9200 디렉토리 권한 설정 다음과 같이 엔진, 로그, 데이터파일 경로를 구분하여 설치를 진행한다. elasticsearch 엔진 경로 /app/elasticsearch elasticsearch 엔진 로그 경로 /logs/elasticsearch elasticsearch 데이터파일 (인덱스) 경로 /data/elasticsearch chown elastic:bigdata /app/elasticsearch chown elastic:bigdata /logs/elasticsearch chown […]

Read More
  • 2018-08-05
  • in linux
  • 오복애비
  • 0 Comments

[Linux] sshd

Parameters PermitRootLogin root 계정에 대한 ssh 접근 허용 여부 yes no ClientAliveInterval ssh 클라이언트의 유지 기간 sec 단위 ClientAliveCountMax ClientAliveInterval 카운트 AllowUsers 로그인 허용 사용자 리스트 Jan 24 00:00:00 host sshd[11111]: User root from localhost not allowed because not listed in AllowUsers AllowGroups 로그인 허용 사용자그룹 리스트

Read More
  • 2018-08-04
  • in python
  • 오복애비
  • 0 Comments

[Python] 기본 함수

input() 표준 입력을 변수에 대입. 입력되는 모든 것을 문자열로 취급 cf. raw_input() 프롬프트 이후 입력 받기 input(“질문”) split() 문자열 자르기. split 입력 인자로 구분자로 사용될 문자열 설정. 기본값으로 ‘ ‘ 사용하는 듯 map() 아래와 같이 list, tuple 의 모든 원소에 함수 적용 list(map(함수,리스트)) tuple(map(함수,튜플))

Read More
  • 2018-07-30
  • in windows
  • 오복애비
  • Comments are closed

Scancode Map

KeyTweak 을 한참 써왔는데 한번씩 안되는 환경도 있는 것 같고 직접 레지스트리를 건드리는게 가장 확실한 방법인 것 같다. https://m.blog.naver.com/choo5160/220245213810 regedit, 컴퓨터\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout 에서 아무거나 하나 열고 이진값 새로만들기로 하나 추가한 뒤 다음과 같이 입력. 00 00 00 00 00 00 00 00 03 00 00 00 5B E0 46 00 1D 00 3A 00 00 […]

Read More
  • 2018-07-30
  • in linux
  • 오복애비
  • 0 Comments

[Linux] rdate

rdate 인터넷 접근 가능한 경우 time.bora.net time server 의 네트워크 시간대 가져오기 rdate -s time.bora.net CMOS 시간 업데이트 clock -w http://mslee89.tistory.com/74

Read More
  • 2018-07-30
  • in linux
  • 오복애비
  • 0 Comments

[Linux] dmidecode

dmidecode # dmidecode -V 3.0 # dmidecode -h Usage: dmidecode [OPTIONS] Options are: -d, –dev-mem FILE Read memory from device FILE (default: /dev/mem) -h, –help Display this help text and exit -q, –quiet Less verbose output -s, –string KEYWORD Only display the value of the given DMI string -t, –type TYPE Only display the entries […]

Read More
  • 2018-07-30
  • in linux
  • 오복애비
  • 0 Comments

[Linux] TIMEZONE 변경하기

시스템에서 사용 가능한 TIMEZONE 리스트 확인 timedatectl list-timezones 서울 설정 timedatectl set-timezone Asia/Seoul

Read More
  • 2018-07-30
  • in windows
  • 오복애비
  • 0 Comments

[Windows] host 파일 경로

%WinDir%\System32\Drivers\Etc

Read More

글 페이지 매김

1 … 15 16 17 … 22

카테고리

최신 글

  • Airflow 3.1.1 릴리즈 2025-10-28
  • code-server ✕ copilot ✕ serena mcp 2025-10-10
  • data mesh 2025-08-22
  • iPadOS26 창모드 혁신, 캡스락 ESC 맵핑 2025-07-23
  • Gemini CLI 2025-07-21
  • ImageMagick 2025-04-28
  • [Books] Source Code – Bill Gates 2025-02-08
  • Iceberg 맛보기 2025-01-12
  • Excalidraw 2024-12-29
  • Microsoft AI Tour Seoul 2024 2024-05-02
  • One Big Table vs. Kimball vs. Relational 2024-04-27
  • Ollama ✕ WSL 2 ✕ VSCode Code GPT 2023-12-18
  • Vagrant ✕ WSL 2 2023-11-19
  • VSCode 에서 CUDA (nvcc) 개발 환경 설정하기 – 1 2023-08-05
  • OAuth2 Proxy 2023-07-29
  • NVIDIA Container Runtime on Rocky Linux 2023-07-22