728x90

출처 :

root password change

X
user@localhost:~

[user@localhost]$ sudo passwd root
Enter new UNIX password: 
Retype new UNIX password: passwd: 
password updated successfully 
[user@localhost]$ su - root Password:

sshd 설치

출처 : [우분투] ssh 설치, 접속테스트
[우분투] SSH Server 설치하기

sshd 설치 확인

X
user@localhost:~

[user@localhost]$ dpkg -l | grep ssh
ii  openssh-client                                1:6.6p1-2ubuntu2                                          amd64        secure shell (SSH) client, for secure access to remote machines
ii  ssh-askpass-gnome                             1:6.6p1-2ubuntu2                                          amd64        interactive X program to prompt users for a passphrase for ssh-add

sshd 설치

X
user@localhost:~

[root@localhost]# apt-get install openssh-server

sshd 설치 확인

X
user@localhost:~

[root@localhost]# # dpkg --get-selections | grep ssh
openssh-client                                  install
openssh-server                                  install
openssh-sftp-server                             install
ssh-askpass-gnome                               install
ssh-import-id                                   install

sshd 서비스 실행 확인

X
user@localhost:~

[root@localhost]# service ssh status
ssh start/running, process 24311

sshd 포트 확인

X
user@localhost:~

[root@localhost]# netstat -ntlp | grep sshd
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      24311/sshd      
tcp6       0      0 :::22                   :::*                    LISTEN      24311/sshd      

한글 입력기 설치

출처 : 리눅스 민트 마야(Linux Mint Maya)에서 한글되게하기 & 한글 Grub

X
user@localhost:~

[user@localhost]$ sudo apt-get install ibus-hangul

Chrome Remote Desktop

출처 : Chrome Remote Desktop

Setup key with:

X
user@localhost:~

[root@localhost]# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
OK

Setup repository

X
user@localhost:~

[root@localhost]# sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list && chmod 644 /etc/apt/sources.list.d/google-chrome.list'

크롬 브라우저 설치

X
user@localhost:~

[root@localhost]# sudo apt-get update
[root@localhost]# apt-get install google-chrome-stable

-

Chrome Remote Desktop Host Component

64Bit Chrome Remote Desktop Host Component

64Bit Chrome Remote Desktop Host Component

-

-

-


728x90

+ Recent posts