OS/Linux
elementary OS Luna 설치하기
파란크리스마스
2015. 2. 7. 10:04
728x90
출처 :
root password change
$ sudo passwd root Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully $ su - root Password:
sshd 설치
출처 : [우분투] ssh 설치, 접속테스트
[우분투] SSH Server 설치하기
sshd 설치 확인
$ 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 설치
# apt-get install openssh-server
sshd 설치 확인
# # dpkg --get-selections | grep ssh openssh-client install openssh-server install openssh-sftp-server install ssh-askpass-gnome install ssh-import-id install
sshd 서비스 실행 확인
# service ssh status ssh start/running, process 24311
sshd 포트 확인
# 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
$ sudo apt-get install ibus-hangul
Chrome Remote Desktop
Setup key with:
# wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - OK
Setup repository
# 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'
크롬 브라우저 설치
# sudo apt-get update # apt-get install google-chrome-stable
-
Chrome Remote Desktop Host Component
64Bit Chrome Remote Desktop Host Component
64Bit Chrome Remote Desktop Host Component
-
-
-
728x90