Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 명령어
- MariaDB
- Linux
- JPA
- DBMS
- git
- oracle
- SQL
- 호이스팅
- 티스토리챌린지
- 인터페이스
- mysql
- rsync
- 트랜잭션
- 오블완
- analytics4
- MongoDB
- 자바
- java
- 리눅스
- Javascript
- group by
- PostgreSQL
- IntelliJ
- top
- mssql
- spring
- docker
- 차이점
- 추상클래스
Archives
- Today
- Total
목록2024/10/28 (1)
hanker
Linux 서버 초기 설정 시 기본 명령어 관련 패키지 설치 가이드 (command not found)
서버 설치하고 IP확인 해보려고하면 command not found, 에디터 확인해보려고 하면 command not found 지긋지긋한 command not found Linux 서버 초기 설정 시 설치하면 유용한 기본 명령어와 관련 패키지에 대해서 알아보자. 기본 시스템 유틸리티 패키지 net-tools: 네트워크 상태 확인 명령어인 ifconfig, netstat 등이 포함sudo apt install net-tools # Debian/Ubuntu sudo yum install net-tools # CentOS/RHEL vim / nano: 파일 편집기. vim과 nano는 많이 사용되는 편집기로, 초기 설정 시 파일 편집에 유용sudo apt install vim nano #Debian/Ubunt..
SERVER/Linux
2024. 10. 28. 06:47