일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- oracle
- 사설 저장소
- 오라클 에러 정리
- jar 상속받기
- 오라클 에러
- vi명령어
- 가상머신
- nexus repository
- oracle error
- 스프링부트 상속
- maven 저장소
- NFS 구축
- bootjar 상속받기
- 오라클
- Nexus 3 Repository
- 유닉스
- 저장소
- 외부 프로젝트 상속
- nexus maven
- bootJar
- java
- vm
- HTTP
- 리눅스
- nexus3
- 자바 프로그래밍
- 리눅스 설치
- nfs
- iftables
- 인텔리제이
- Today
- Total
목록리눅스 (4)
빽기의 코딩공부Story
■ 디렉토리 생성 ■ # vi/etc/rc.conf 설정 #NFS Client mountd_flags="r" rpcbind_enable="YES" nfs_client_enable="YES" portmap_enable="YES" ■ NFS 실행 # service nfsdclient start ■ mount 설정 # mount 0.0.0.0:/mnt/shareDirectory /mnt/clientshare 서버ip & 경로마운트 할 클라이언트 경로 디렉토리 서버에서 생성한 txt 파일이 공유된다 ■ FreeBSD NFS(Server) 설정하기 bbaek-gwi-story.tistory.com/31 [FreeBSD] NFS 설정하기(Server) ■ NFS란? 네트워크 파일 시스템(Network File Sy..
*VI 편집 명령어* 명령어 명령어 설명 i 현재 커서 위치에 삽입(입력모드) a 현재 커서 다음위치에 삽입(입력모드) o 현재 줄 다음 위치에 삽입(입력모드) x 커서가 위치한 곳의 단어1개 삭제(5x : 문자5개 삭제) dw 커서가 위치한 곳부터 한 줄 삭제 (p로 복구가능) dd 커서가 위치한 곳의 한 줄 삭제(p로 복구가능) u 방금 한 명령 취소 (Ex : ctrl + z) yy 현재 줄을 복사 (Ex : ctrl + c) p 현재 커서 줄 바로 아래 내용 붙여넣기 (N)dd N 행 잘라내기 (Ex : ctrl + x) k 커서 위로 이동 j 커서 아래 이동 l 커서 오른쪽 이동 h 커서 왼쪽 이동 o 커서 맨 앞 이동 (Ex : home) $ 커서 맨 뒤 이동 (Ex : end) ( 현재 문장..
■ 구글에 CentOS 7 iso 검색 ■ https://www.centos.org/download/ Download As you download and use CentOS Linux, the CentOS Project invites you to be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding changes for SIGs, providing mirroring or ho www.centos.org ISO X86_64 클릭 아무거나 클릭 ■ http://isoredirect.centos.org/centos..
■ 구글에 CentOS 8 iso 검색 ■ https://www.centos.org/download/ Download As you download and use CentOS Linux, the CentOS Project invites you to be a part of the community as a contributor. There are many ways to contribute to the project, from documentation, QA, and testing to coding changes for SIGs, providing mirroring or ho www.centos.org ■ http://isoredirect.centos.org/centos/8/isos/x86_64/ CentOS..