이 페이지의 이전 버전을 보고 있습니다. 현재 버전 보기.

현재와 비교 페이지 이력 보기

버전 1 현재 »

SSH 설치

sudo apt-get install openssh-server

 

업데이트

sudo apt-get update        # Fetches the list of available updates
sudo apt-get upgrade       # Strictly upgrades the current packages
sudo apt-get dist-upgrade  # Installs updates (new ones)

 

vim 설치

sudo apt-get install vim

 

웹서버 설치

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04

 

mod_rewrite 설정

https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite-for-apache-on-ubuntu-14-04

 

가상호스트 설정

https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-16-04

 

GIT 설치

https://github.com/studydev/ml_ubuntu

가져오기 git clone

업데이트 git pull

저장소 저장 커밋 후 push

 

 

  • 레이블 없음