라벨이 install인 게시물 표시

macOS, ubuntu 설치

1. 부팅이미지 다운로드 및 설치 http://refit.sourceforge.net/#download 2. 부팅이미지 등록 명령어 $ sudo sh / efi/refit/enable-aways.sh 3.우분투 이미지 usb 삽입 4. 재부팅 후 command + R 5. Boot EFI \boot\gubx64.efi from 선택 6. Install ubuntu 선택

command, centOS, gcc 설치

$ yum install -y gcc gcc-c++

command, centOS, yum 설치

$ yum clean all $ rpm --rebuilddb $ yum update $ yum install -y epel-release $ rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm

command, ubuntu, ssh서버설치

$ dpkg -l $ dpkg -l |grep ssh $ sudo apt-get install openssh-server $ netstat -ntl $ sudo /etc/init.d/ssh restart $ sudo vi /etc/ssh/sshd_config --- #Port 22 -> Port 22 ---

docker, rancher설치

$ docker pull rancher/server $ sudo docker run -d --restart=unless-stopped -p 8080:8080 —name rancher rancher/server:stable $ docker exec -it rancher bash $ docker logs {ContainerID} -f  https://ohienbee.blogspot.kr