일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- python3.7
- sequence diagram
- nodemon
- python install 3.7
- 유튜브영상
- template
- Python3
- python 3.7 install
- PYTHON
- nodejs
- #PostgreSQL
- opencv-python
- OpenCV
- sshd_config
- Mermaid
- skbuild
- linux
- 유튜브수익
- vim
- root
- nunjucks
- 상위유튜버
- 유튜브채널
- 유튜브구독자
- error
- python 3.7
- ubuntu
- pip3
- 유튜브조회수
- 유튜브홍보
목록Linux - Ubuntu (6)
우리집
python3.7 -m pip install opencv-python # 오류시 아래의 명령어 중 에러에 맞게 실행 python -m pip install --upgrade pip python3.7 -m pip install scikit-build python3.7 -m pip install cmake python3.7 -m pip install setuptools
sudo apt update sudo apt install software-properties-common sudo add-apt-repository ppa:deadsnakes/ppa sudo apt update sudo apt install python3.7 python3.7 --version

안녕하세요. 오늘은 ROOT 계정으로 SSH 접속하는 방법에 관하여 알아봐요. root 계정으로 접속하기 위해서 다음의 경로로 이동합니다. /etc/ssh 위치에서 vi sshd_config 명령어를 실행하여 파일 내용을 편집할 수 있도록 합니다. 32번째 줄의 #PermitRootLogin prohibit-password를 PermitRootLogin yes로 변경하고 저장합니다. 그리고, ssh를 다음의 명령어로 재구동합니다. systemctl restart sshd 이제, root 계정의 비빌번호를 다음의 명령어로 등록합니다. sudo passwd root 마지막으로, 윈도우의 cmd를 열어 ssh 접속을 하면 됩니다. ssh root@192.168.0.xxx
1. https://www.postgresql.org/download/ 접속 2. 해당 리눅스 종류 및 버전 선택ex) 우분투 16.04 버전의 경우, Xenial (16.04) 선택 3. 선택한 버전에 맞는 메뉴얼에 따라 설치To use the apt repository, follow these steps: Choose your Ubuntu version Zesty (17.04) Xenial (16.04) Trusty (14.04) Create the file /etc/apt/sources.list.d/pgdg.list, and add a line for the repositorydeb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg mainImport t..