2024
2023
2022
2021
2020
2019
- [Linux] vi(또는 vim)에서 문자열 치환하기
- [Linux](EN) Replace string in vi(or vim)
- [Python] pdb를 이용해 파이썬 코드 디버깅하기
- [Python](EN) Debug python code using pdb
- [Linux] 터미널 프롬프트에서 /dev/null과 리다이렉트(Redirect)를 이용해 stderr를 무시하기
- [Linux](EN) Ignore stderr in terminal prompt using /dev/null and redirect
- [Network] iperf3를 이용해 두 컴퓨터간 네트워크 성능 측정하기
- [Network](EN) Measure network performance between two computers using iperf3
- [Linux] grep과 옵션을 이용해 현재 및 하위 폴더 파일들에서 문자열 혹은 내용 찾기
- [Linux](EN) Find contents or string in current or subfolder files using grep and its option
- [Linux] patch 파일 만들고 적용하기
- [Linux](EN) How to make patch file and apply it
- [Linux] wc 명령어로 바이트, 문자, 단어 그리고 줄(라인) 수 세기
- [Linux](EN) Count number of bytes, characters, words and lines by using wc command
- [Network] tcpdump를 이용해 패킷들을 덤프(dump)하고 와이어샤크로 열어보기
- [Network](EN) Dump packets using tcpdump and open it using wireshark
- [Linux] 쉘 스크립트에서 멀티프로세스(혹은 스레드) 기능 사용하기
- [Linux](EN) Use multi processes(or threads) in shell script
- [Algorithm] 트라이(Trie) 개념과 기본 문제
- [Algorithm](EN) Trie Concept and Basic Problem
- [Docker] 도커(Docker) 이미지 이름과 태그 목록 가져오기
- [Docker](EN) Get docker images name and tag list
- [Docker] 도커(Docker) 이미지를 파일로 저장 및 불러오기
- [Docker](EN) How to save or load Docker image file
- [Openstack] Kolla 이미지를 source를 이용해 빌드하기
- [Openstack](EN) Build kolla images using source
- [Container] 도커 혹은 쿠버네티스 Pod에서 privileged mode로 컨테이너 사용하기
- [Container](EN) Run privileged mode container in Docker or Kubernetes Pod
- [Linux] 원격에 있는 쉘스크립트(Shell Script)를 URL을 통해 받아서 로컬에서 실행하기
- [Linux](EN) Down and run remote shell script in local by using url
- [Linux] find 명령어를 통해 파일 찾기
- [Linux](EN) Find file or directory using find command
- [Linux] grep 명령어에서 AND, OR, NOT 조건 사용하기
- [Linux](EN) AND, OR, NOT condition usage in grep command
- [Linux] journalctl을 이용해 systemd 로그 확인하기
- [Linux](EN) Check systemd log using journalctl
- [Linux] tail 명령어 사용법과 예제
- [Linux](EN) tail command usage and examples
- [Linux] curl 명령어를 이용해 파일 및 리소스 다운받기
- [Linux](EN) Download file or resource using curl command
- [Linux] 쉘 스크립트에서 sudo 패스워드 사용하기 및 전달하기
- [Linux](EN) Use or pass sudo password in shell script
- [Algorithm](EN) Singly Linked List Implementation in C/C++
- [Algorithm] C/C++에서 삽입정렬을 이용해 상위 n개 구하기
- [Algorithm](EN) Find top n elements using insertion sort in C/C++
- [Algorithm](EN) Hash table implementation in C/C++
- [C, C++] clock()함수를 이용해 코드 실행시간 측정하기
- [C, C++](EN) Measure code running time by using clock() function
- [Algorithm] 누적 합(Prefix sum)을 이용한 구간 합 구하기 기본 문제
- [Algorithm](EN) Find interval sum by using prefix sum
- [Shell Script] 파일이나 명령어 결과를 한줄씩 while문에서 처리하기
- [Shell Script](EN) Use file or command output in while loop
- [Linux] rsync를 이용해 로컬 또는 원격에 파일이나 디렉토리를 복사하기
- [Linux](EN) Copy file or directory to local or remote using rsync
- [Algorithm] DFS와 BFS 기본과 예제 문제
- [Algorithm](EN) Basic DFS, BFS concept and problem
- [VirtualBox] 명령어로 백그라운드(background)에서 VM 실행하기
- [VirtualBox](EN) Run VM in background by using command line interface
- [Algorithm] 언어별(C, C++, Python, Javascript, Java, Shell Script) 난수(랜덤 값) 생성하기
- [Network] ip address 명령어에 대해서 알아보기
- [Network] ifconfig 명령어에 대해서 알아보기
- [Python](EN) Parsing JSON file in Python
- [MailReminder] 1 - 쉘로 on/off 기능 추가하기
- [Linux] cat 명령어를 이용해 여러 줄(multiline) 입력하기(stdin)
2018
2017