Algorithm
App Development
Computer Science & Engineering
DevOps
ETC
Language
Network and Internet
Projects
Server and Backend
System
- [Linux] virsh 명령어를 통해 QEMU KVM VM 인스턴스의 IP 주소 찾기
- [Linux](EN) Find IP address of QEMU KVM VM instance by using virsh command
- [Linux] netstat을 사용해 특정 포트를 사용하는 프로세스의 프로세스 아이디 찾기
- [Linux](EN) Find process id of process using specific port with netstat
- [Linux] SSH ProxyJump를 사용하여 프록시 서버나 점프 호스트 서버를 통해 서버에 접속하기
- [Linux](EN) Access server via proxy server or jump host server using SSH ProxyJump
- [Linux] rsync에서 포트 변경하기
- [Linux](EN) Change port in rsync
- [Linux] ssh 접속시 host key checking 비활성화하기
- [Linux](EN) Disable host key checking while connecting ssh
- [Linux] systemd service Type 옵션에서 simple과 oneshot 차이
- [Linux](EN) Difference between simple and oneshot in systemd service Type option
- [Linux] systemd service timer 예제
- [Linux](EN) systemd service timer example
- [Linux] vi(또는 vim)에서 문자열 치환하기
- [Linux](EN) Replace string in vi(or vim)
- [Linux] 터미널 프롬프트에서 /dev/null과 리다이렉트(Redirect)를 이용해 stderr를 무시하기
- [Linux](EN) Ignore stderr in terminal prompt using /dev/null and redirect
- [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
- [Linux] 쉘 스크립트에서 멀티프로세스(혹은 스레드) 기능 사용하기
- [Linux](EN) Use multi processes(or threads) in shell script
- [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
- [Linux] rsync를 이용해 로컬 또는 원격에 파일이나 디렉토리를 복사하기
- [Linux](EN) Copy file or directory to local or remote using rsync
- [Linux] cat 명령어를 이용해 여러 줄(multiline) 입력하기(stdin)
- [Linux] scp를 이용해 로컬과 원격에 파일 전송하기
- [Linux] tee를 이용해 출력을 화면과 파일에 동시에 출력하기
- [Linux] Redirect('>')와 Pipe('|')의 차이
- [Linux] 파일을 16진수로 보여주는 xxd 명령어의 사용법과 예제
- [Linux] Shell에서 명령어 '>'와 '>>'의 차이
- [Ubuntu](EN) Install latest npm and node.js by using ppa
- [Ubuntu] Ubuntu에 PPA를 통해 최신 npm 및 node.js 설치하기
- [Ubuntu] apt-get 패키지 다운로드 서버(sources.list) 변경하기
- [Linux](EN) Difference between && and ; in shell command
- [Ubuntu](EN) Change Timezone in Ubuntu
- [Ubuntu] 우분투(Ubuntu)에서 타임존 변경하기
- [Linux] 쉘 스크립트(Shell Script)에서 pyenv 실행하기
- [Mac] Mac에서 pyenv를 사용했는데 Anaconda python이 잡히는 경우
- [Linux] apt-get update와 apt-get upgrade의 차이
- [Linux] chown과 chmod를 하위 폴더와 하위 파일들에 적용하기
- [Linux] gcc 혹은 g++를 통해서 cpp 파일 컴파일하기
- [Ubuntu] Ubuntu에서 pyenv, virtualenv 사용하기
- [Linux] Shell 명령어에서 &&와 ;의 차이
- [Ubuntu] Ubuntu에서 ssh key로만 접속 허용하기
- [Ubuntu] Ubuntu에서 Root 로그인 막기
- [Mac] SSH KEY를 통해 원격 서버에 접속하기
- [Ubuntu] Ubuntu에서 netstat을 사용해보기
- [Ubuntu] 호스팅한 Ubuntu 서버에 유저 추가하기
- [Mac] Mac에서 pyenv, virtualenv 그리고 autoenv 사용하기
Web