일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- java
- Windows
- script
- 스크립트
- DATABASE
- 노드
- 아틀라시안
- python
- 하모니카
- 자바
- hamonikr
- DB
- 설치
- node
- 파이썬
- 데이터베이스
- javascript
- 리눅스
- JS
- PostgreSQL
- ubuntu
- Linux
- 3.0
- install
- 자바스크립트
- postgres
- 설정
- Atlassian
- 윈도우
- 우분투
- Today
- Total
목록install (21)
LukeHan 의 잡다한 기술 블로그
참고 : wiki.winehq.org/Ubuntu sudo dpkg --add-architecture i386 wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main' sudo apt install --install-recommends winehq-stable
저장소 수정 # 저장소 정보 변경 sudo vi /etc/apt/sources.list.d/official-package-repositories.list # 기존 deb [arch=amd64] http://ftp.kaist.ac.kr/linuxmint tara main upstream import backport deb [arch=amd64] http://mirror.kakao.com/ubuntu bionic main restricted universe multiverse deb [arch=amd64] http://mirror.kakao.com/ubuntu bionic-updates main restricted universe multiverse deb [arch=amd64] http://mirror.k..
확인1 postgresql 설치 여부를 확인합니다 aptitude show postgresql | grep State State : not installed 설치 apt-get install postgresql 확인2 dpkg -l | grep postgres cat /etc/passwd | grep postgres /etc/init.d/postgresql status netstat -tnlp | grep postgres 패스워드 설정 sudo -u postgres psql template1 ALTER USER postgres with encrypted password 'p@ssw0rd';