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

 

가상호스트 설정

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

 

mod_rewrite 설정

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

 

Codeigniter index.php 삭제 설정

http://www.codeigniter-kr.org/bbs/view/lecture?idx=7073

 

  • 레이블 없음