일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 저장소
- nexus3
- vm
- maven 저장소
- 자바 프로그래밍
- oracle
- HTTP
- 오라클
- 오라클 에러
- Nexus 3 Repository
- 리눅스 설치
- nexus repository
- 유닉스
- 스프링부트 상속
- nexus maven
- 인텔리제이
- bootjar 상속받기
- java
- 리눅스
- 가상머신
- NFS 구축
- 외부 프로젝트 상속
- nfs
- bootJar
- jar 상속받기
- vi명령어
- iftables
- 사설 저장소
- 오라클 에러 정리
- oracle error
- Today
- Total
목록[OS] (17)
빽기의 코딩공부Story
■ Maven 다운로드 maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is https://downloads.apache.org/. If you encounter a problem with this mirror, please select another mirro maven.apache.org ■ FTP 파일 전송 ■ pom.xml, settings.xml 파일 생성 [root@loc..
■ Nexus 3 다운로드 help.sonatype.com/repomanager3/download Download Nexus Repository OSS is distributed with Sencha Ext JS pursuant to a FLOSS Exception agreed upon between Sonatype, Inc. and Sencha Inc. Sencha Ext JS is licensed under GPL v3 and cannot be redistributed as part of a closed source work. help.sonatype.com ■ FTP 전송 ■ 압축 풀기 $tar -xvf 파일명.tar ■ Nexus 3 실행 $ cd /opt/nexus-3.29.0-02/bin $...
■gradle 다운로드 gradle.org/releases/ Gradle | Releases Find binaries and reference documentation for current and past versions of Gradle. gradle.org ■ 압축 풀기 ■ 환경변수 설정 ■ 프로젝트 생성 /* * This file was generated by the Gradle 'init' task. * * This is a general purpose Gradle build. * Learn more about Gradle by exploring our samples at https://docs.gradle.org/6.7.1/samples */ plugins { id 'maven' } reposi..
■ Maven 설치 maven.apache.org/download.cgi Maven – Download Apache Maven Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is https://downloads.apache.org/. If you encounter a problem with this mirror, please select another mirro maven.apache.org ■ 사용자경로 이동 ■ pom.xml 작성 4.0.0 com.example nexus-proxy..
■ 로그인 -> 설정 -> Repositories ■ Create repository 클릭 ■ hosted 생성 ■ Proxy 생성 ■ hosted 저장소 모듈 올리기 ■ 업로드 확인
■ 링크 접속 help.sonatype.com/repomanager3/download Download On this page you can download the most recent version of Nexus Repository Manager. If you're looking for older versions, visit the download archive. Also, you can access earlier back to version 3.0.0. help.sonatype.com ■ 다운로드 ■ 압축 해제 ■ cmd 관리자모드 실행 ■ nexus.exe 실행 ▶nexus.exe/install ▶nexus.exe/run ■nexus 3 접속 확인 기본 포트는 8081입니다. ■ 로그인 ■ 클릭 후..
■ 디렉토리 생성 ■ # 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..
■ NFS란? 네트워크 파일 시스템(Network File System, NFS)은 1984년에 썬 마이크로시스템즈가 개발한 프로토콜이다.[1] 클라이언트 컴퓨터의 사용자가 네트워크 상의 파일을 직접 연결된 스토리지에 접근하는 방식과 비슷한 방식으로 접근하도록 도와 준다. 다른 수많은 프로토콜과 마찬가지로 ONC RPC 시스템을 기반으로 한다. 네트워크 파일 시스템은 RFC에 정의된 오픈 표준이므로 누구나 구현할 수 있다. RFC - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. ko.wikipedia.org ■ # vi/etc/rc.conf 설정 #NFS SERVER mountd_flags="-r" rpcbind_enable="YES" nfs_server_enable="YES" po..
■ Server IP 설정하기 # vi /etc/rc.cof hostname="FreeBSD.Server" ifconfig_em0="IP netmask 서브넷" defaultrouter="게이트웨이" ■ 네트워크 리스타트 # /etc/rc.d/netif restart