Sitemap

A list of all the posts and pages found on the site. For you robots out there is an XML version available for digesting as well.

Pages

About

Minimal Mistakes is a flexible two-column Jekyll theme.

A flexible two-column Jekyll theme. Perfect for building personal sites, blogs, and portfolios. Latest release v4.24.0

Splash Page

Bacon ipsum dolor sit amet salami ham hock ham, hamburger corned beef short ribs kielbasa biltong t-bone drumstick tri-tip tail sirloin pork chop.

Posts

ssh config

최대 1 분 소요

``` ~/.ssh/config host amazing-instance Hostname ec2-**.ap-northeast-2.compute.amazonaws.com Port 22 User ec2-user IdentityFile ~/.ssh/**.pem

start rbenv

최대 1 분 소요

Install ruby on mac using rvenb

Install docker on Amazon_Linux_2023

최대 1 분 소요

1. Install docker sudo yum update -y sudo yum install docker -y sudo service docker start sudo systemctl enable docker sudo usermod -aG docker ec2-user