$ sudo passwd root

$ vi /etc/ssh/sshd_config
---
PermitRootLogin yes
PasswordAuthentication yes
---

$ service sshd restart

'Ubuntu' 카테고리의 다른 글

ubuntu, supervisor 설치 및 설정  (0) 2018.03.05
ubuntu, reinstall apache2  (0) 2018.02.23
aws, ubuntu, 타임존 변경  (0) 2018.02.10
macOS, ubuntu 설치  (0) 2018.02.07
command, ubuntu, crontab nano를 vim으로 변경  (0) 2018.02.07
Posted by 앤비
,

$ date

$ sudo date

$ sudo cat /etc/localtime

$ sudo rm /etc/localtime

$ sudo ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime

$ date

$ sudo date

'Ubuntu' 카테고리의 다른 글

ubuntu, reinstall apache2  (0) 2018.02.23
구글클라우드 루트 계정 비밀번호 설정  (0) 2018.02.12
macOS, ubuntu 설치  (0) 2018.02.07
command, ubuntu, crontab nano를 vim으로 변경  (0) 2018.02.07
command, ubuntu, ssh서버설치  (0) 2018.02.01
Posted by 앤비
,

macOS, ubuntu 설치

Ubuntu 2018. 2. 7. 19:28

1. 부팅이미지 다운로드 및 설치
http://refit.sourceforge.net/#download

2. 부팅이미지 등록 명령어
$ sudo sh /efi/refit/enable-aways.sh

3.우분투 이미지 usb 삽입

4. 재부팅 후 command + R

5. Boot EFI \boot\gubx64.efi from 선택

6. Install ubuntu 선택

Posted by 앤비
,