버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

oldinit.dservice sshd restart
newsystemdsystemctl restart sshd


가상화

Vagrant

VM 인스턴스를 CLI로 생성, 관리하는 SW

개발용 노트북에서 VM 기반의 개발환경 구성할 때 편함 (CLI 라서...)

https://app.vagrantup.com/ 에서 이미지(box)를 다운받아 VM 인스턴스 생성

http://taewan.kim/post/vagrant_intro/

https://jungeol.github.io/2020/01/07/Vagrant-Windows-사용법/

코드 블럭
titlehttps://github.com/p4lang/tutorials/blob/master/vm-ubuntu-20.04/Vagrantfile
Vagrant.configure(2) do |config|
  config.vm.box = "bento/ubuntu-20.04"
  ...

Vagrant images → bento/ubuntu-20.04 → https://app.vagrantup.com/bento/boxes/ubuntu-20.04


thin vs thick provisioning

https://haru.kafra.kr/25


cloud images

https://cloud-images.ubuntu.com/

https://cloud.centos.org/centos/


가상 디스크, 컴퓨터 파일

용도확장자 or 형식약어, 설명호환
가상 디스크vdkVirtual Disk Image
변환 가능
vhdVirtual Hard Disk
vmdkVirtual Machine Disk
qcow2QEMU Copy On Write version 2QEMU
qcow2cqcow2 compressedQEMU
raw, img하드디스크에 쓰이는 raw bit streamQEMU

가상 컴퓨터

(디스크 + 구성정보)

ova

변환 가능
ovf

구성정보 : vcpu, vmem, vnic (with mac addr), ...


학습

오라일리 Oreilly

동물, 곤충, 식물이 그려진 책들은 대부분 이 출판사

...


구 서비스 명현재
도서사파리북스 (Safaribooks)https://learning.oreilly.com
인강
실습환경카타코다 (Katacoda)

성공한(?) 프로그래머 중에 유료 구독한 사람 많음 - 카카오 공용준 수석 ( 남들 스택오버플로우 찾아볼 때, 난 책에서 찾아보고 최신기술 습득... )


(별표 표시) ACM E-Learning Offerings

ACM 학회 대학생 멤버 (연간 $50)가 무료로 접근 가능한 리소스

...

  • ACM 오라일리 제휴 중단 이후 대체제
  • 9,700 video courses taught by certified experts, 11,000+ eBooks, ...
  • https://acm.percipio.com

...