전체 글 3

[Ubuntu] root 계정 ssh 접근 허용

환경 ubuntu-20.04.3-live-server-amd64 우분투는 기본적으로 root계정이 막혀있다. 그래서 설치과정에서 계정을 무조건 입력받게 되어있다. 그래서 root로 로그인하려면 설치 후 일련의 과정이 필요하다. root 계정 비밀번호 설정 root 비밀번호를 바꿔줍니다. philiel@ubuntu-server:~$ sudo passwd root [sudo] password for philiel: New password: Retype new password: passwd: password updated successfully 계정을 root 로 변경해 줍시다. philiel@ubuntu-server:~$ su - root Password: root@ubuntu-server:~# ssh 설정..

DEV 2022.01.28

[Visual Studio Code] 설치 및 원격 서버 접속하기 (Remote Development 플러그인)

Visual Studio Code 설치 및 Remote Development 플러그인 설치 Visual Studio Code에서 ssh 접속 자동 로그인 1. Visual Stuido Code 설치 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Wi..

DEV 2022.01.27

[CentOS]ISO 이미지 파일로 CentOS 7.9 설치 (usb필요)

CentOS를 설치할 PC에 설치해야 되기에 CentOS 설치용 부팅 USB 준비합니다. 아래 사이트로 이동해서 ISO 파일을 다운로드합니다. https://www.centos.org/download/ Download Home Download Architectures Packages Others x86_64 RPMs Cloud | Containers | Vagrant ARM64 (aarch64) RPMs Cloud | Containers | Vagrant IBM Power (ppc64le) RPMs Cloud | Containers | Vagrant Documentation Release Notes | Release Email | Website End-of-life D www.centos.org 3. 부..

DEV 2022.01.24