일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 데이터베이스
- javascript
- node
- 설치
- 설정
- Atlassian
- java
- install
- DB
- PostgreSQL
- 자바
- postgres
- ubuntu
- script
- 3.0
- Linux
- 하모니카
- python
- Windows
- DATABASE
- 아틀라시안
- hamonikr
- 파이썬
- 스크립트
- 윈도우
- 리눅스
- 노드
- 자바스크립트
- 우분투
- JS
- Today
- Total
목록apt (5)
LukeHan 의 잡다한 기술 블로그
ubuntu@lukeHan:~$ sudo apt-get install vimReading package lists... DoneBuilding dependency tree... DoneReading state information... DoneE: Unable to locate package vim ubuntu 서버 환경 구성을 위해 vim 설치 시 위와 같이 에러가 발생하였다. sudo apt-get update 위와 같이 입력하여 프로그램 업데이트를 진행한다. ubuntu@lukeHan:/etc/apt$ sudo apt-get install vimReading package lists... DoneBuilding dependency tree... DoneReading state inform..
환경 구성 OS : HamoniKR SUN (ubuntu 18.04) 설치 sudo apt-get install apache2 apt-mirror mirror 서버를 구축하기 위해 apache2 와 apt-mirror 를 설치합니다. mirror 설정 sudo mkdir /repos mirror repository 를 구축할 디렉토리를 생성합니다. sudo vi /etc/apt/mirror.list 위와 같이 입력하여 apt-mirror 설정을 진행합니다. ############# config ################## # # set base_path /var/spool/apt-mirror # # set mirror_path $base_path/mirror # set skel_path $base_..
환경 구성 OS : HamoniKR SUN (ubuntu 18.04) Server : Apache2 설정 경로 : /srv/repos/apt 준비 APT 저장소 구축 및 패키지 배포를 위해 아래 문서를 참고하여 GPG 키를 생성한다. https://blog.lukehan.kr/entry/gpg-key-생성 아래 문서를 참고하여 배포할 패키지(deb)를 사전 준비한다. https://blog.lukehan.kr/entry/deb-패키지-기본-파일-하모니카-30 설치 sudo apt-get install reprepro 설정 폴더 생성 sudo mkdir -p /srv/repos/apt/debian 배포 관리할 repository 폴더를 생성한다. sudo mkdir -p /srv/repos/apt/debi..
새로운 서버 구성을 진행하던 중 apt update 시 아래와 같은 오류 발생 확인 기존:6 https://packagecloud.io/asbru-cm/asbru-cm/linuxmint tina InRelease 무시:8 https://apt.hamonikr.org sun InRelease 오류:9 https://apt.hamonikr.org sun Release Certificate verification failed: The certificate is NOT trusted. The certificate chain uses expired certificate. Could not handshake: Error in the certificate verification. [IP: 49.247.206.123 ..
개요 해당 문서는 apt 저장소에 올릴 수 있는 deb 패키지 최소버전을 공유하기 위한 문서입니다. 데비안 소스 패키지 제작 소스 패키지는 아래와 같이 바이너리 패키지와는 다른 디렉토리 구조로 구성됩니다. 그림과 같이 최상위 디렉토리에 debian 디렉토리가 있고 그 안에 배포에 필요한 설정 파일들이 존재하고, 실제 사용자에게 배포하고 싶은 프로그램은 최상위 디렉토리에 준비합니다. 각 파일의 설명은 다음과 같습니다. debian/source/format : 소스 패키지의 원하는 형식 (현재 하모니카 에서는 3.0 (native) 또는 3.0 (quilt) 를 사용) - https://www.debian.org/doc/manuals/maint-guide/dother.en.html#sourcef debian..