# command

167개의 포스트

UBUNTU Port, Process Check

출처 : \[Ubuntu]\[Linux] 실행중인 프로세스 확인출처 : \[Ubuntu 20.04 LTS] 포트 확인 및 특정 프로세스 죽이기출처: https://saii42.tistory.com/80 \[saii 잡다한 블로그:티스토리]

7일 전
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 10 -> Level 11

Level GoalThe password for the next level is stored in the file data.txt, which contains base64 encoded datagrep "=" data.txt | base64 -d Base64로 인코딩된

2023년 11월 18일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 9 -> Level 10

Level GoalThe password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters.

2023년 11월 18일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 8 -> Level 9

Level GoalThe password for the next level is stored in the file data.txt and is the only line of text that occurs only oncesort : 주어진 파일의 텍스트를 정렬파일의 텍

2023년 11월 17일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 7 -> Level 8

Level GoalThe password for the next level is stored in the file data.txt next to the word millionthgrep "millionth" data.txtbandit8 : TESKZC0XvTetK0S9

2023년 11월 17일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 6 -> Level 7

Level GoalThe password for the next level is stored somewhere on the server and has all of the following properties:owned by user bandit7owned by grou

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 5 -> Level 6

🤔 문제 Level Goal The password for the next level is stored in a file somewhere under the inhere directory and has all of the following properties: hu

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 4 -> Level 5

Level GoalThe password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try t

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 3 -> Level 4

Level GoalThe password for the next level is stored in a hidden file in the inhere directory.ls -albandit4 : 2EW7BBsr6aMMoJ2HjW067dm8EgX26xNe

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 2 -> Level 3

Level GoalThe password for the next level is stored in a file called spaces in this filename located in the home directorycat 'file name'cat file\\ na

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 1 -> Level 2

Level GoalThe password for the next level is stored in a file called - located in the home directory➡️ dashed filnamecat < -cat ./-bandit2 : rRGizS

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

[OverTheWire] Bandit Level 0 -> Level 1

리눅스 명령어에 대해 공부하고 싶어서 찾다보니 재밌게 게임을 통해 할 수 있다는 사이트를 찾았다. 리눅스 운영체제를 CTF 문제를 통해 쉽게 익히도록 도와주는 OverTheWire의 Bandit 문제들을 풀어보려고 한다.OverTheWire 홈페이지도메인과 포트도메인

2023년 11월 9일
·
0개의 댓글
·
post-thumbnail

custom command 만들기 in MacOS(feat. alias)

명령어 그룹을 반복적으로 입력하는 것에 지친 그대를 위해

2023년 11월 7일
·
0개의 댓글
·
post-thumbnail

[CKA] Kubectl Command Tips

네임스페이스 개수 구하기옵션 설명no-headers: 헤더 없이 출력default: 헤더 출력wc: 리눅스 기본 명령어로, 줄, 단어, 문자, 바이트 수를 알려줌

2023년 10월 30일
·
0개의 댓글
·
post-thumbnail

📝 2주차 위클리 페이퍼 미션

1. Git에서 branch merge 방법들과 각 방법의 특징을 설명해 주세요. 주제에 앞서 먼저 Git에서 branch 커맨드는 어떤 특징을 가지고 있는지를 알아야 할것같다. >branch는 어떠한 특징을 가지고 있는가? Git에서 branch는 >2. Gi

2023년 10월 28일
·
0개의 댓글
·
post-thumbnail

Ubuntu Command - VIM

vim 커맨드를 사용하면 됩니다.파일 경로를 아규먼트로 주면 해당하는 파일을 열거나, 존재하지 않으면 새로 만들어 줍니다.vim에는 4가지 사용 모드가 있습니다: 일반 모드 입력 모드 비주얼 모드 명령 모드각 모드에서는 아래와 같은 작업을 할 수 있습니다.그리고

2023년 10월 23일
·
0개의 댓글
·
post-thumbnail

Unix Command-1

본격적으로 시작하기 전에 유닉스(Unix)와 리눅스(Linux)에 대해 조금 더 자세히 설명드릴게요.유닉스는 1970년대 초반, 미국 벨 연구소 직원 켄 톰슨과 데니스 리치의 주도로 개발되었습니다. 개발자들이 소프트웨어를 개발하고 실행할 수 있는, 편리한 플랫폼을 제공

2023년 10월 23일
·
0개의 댓글
·

Linux 자주쓰는 명령어 모음 (기록용)

chown (Option) (owner:group) (파일 or 폴더) ex) chown -R test:test data data 하위 모든 디렉토리에 적용 test 유저chmod 777 파일명 777 -> 소유자 / 그룹 / 기타 사용자에 대한 권한 표기

2023년 10월 11일
·
0개의 댓글
·

Linux command option

Option Matters about Order & Case Use "-"(short.string) Or "--"(long.string) for the option Can combine each other (refer man > SYNOPSIS) ==

2023년 9월 15일
·
0개의 댓글
·
post-thumbnail

Git

Git의 정체와 기본적인 Command, Git의 3가지 상태, 오류, 복습하며 알게 된 것들

2023년 8월 23일
·
0개의 댓글
·