Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 893 Bytes

ubuntu-desktop-install.md

File metadata and controls

29 lines (23 loc) · 893 Bytes

Ubuntu Desktop

Ubuntu Install

  • 16.04 LTS 설치 진행. (18.04 설치 하려 했으나 보류)
  • 부팅 USB 생성
    • 기존 우분투 데스크탑에서 unetbootin 사용
    • $ sudo apt-get install unetbootin , 사용법 참조

Program Install

  1. sshd
    • $ sudo apt-get install openssh-server
  2. JDK
    • $ sudo apt-get install openjdk-8-jdk
  3. Git
    • $ sudo apt-get install git-core
  4. Chrome
$ sudo apt-get install libxss1 libgconf2-4 libappindicator1 libindicator7
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 
$ sudo dpkg -i google-chrome-stable_current_amd64.deb
  1. VSCode

Links