Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posting #4888

Closed
wants to merge 39 commits into from
Closed

posting #4888

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
aa07ea6
First commit, readme
100xoo Jun 11, 2024
30d50cc
edit config
100xoo Jun 11, 2024
6e25e1d
add logo
100xoo Jun 11, 2024
a24086a
Create 2024-05-31-01.md
100xoo Jun 11, 2024
0667660
Post Deeplearning practice
100xoo Jun 11, 2024
e59fbe9
Post Paper Review
100xoo Jun 11, 2024
4cb32d7
Add Comments by Giscus
100xoo Jun 11, 2024
c69b1e6
Update _config.yml
100xoo Jun 11, 2024
c5cec35
Update Gemfile
100xoo Jun 11, 2024
907a765
Update 2024-05-31-01.md
100xoo Jun 11, 2024
fd27563
Delete 2024-06-05-01.md
100xoo Jun 11, 2024
5f6327a
error logging
100xoo Jun 11, 2024
9fdaa01
Create 2024-05-31-01.md
100xoo Jun 11, 2024
d3ee379
Update 2024-05-31-01.md
100xoo Jun 11, 2024
9ffaba7
Update _config.yml
100xoo Jun 11, 2024
46983c4
Create 2024-05-31-02.md
100xoo Jun 11, 2024
663f9f3
Create 2024-06-05-01.md
100xoo Jun 11, 2024
d1d0cc6
edit name posts
100xoo Jun 11, 2024
df21f50
Create 2024-06-05-Cookiee.md
100xoo Jun 11, 2024
fd37b9c
Create 2024-05-31-aaB.md
100xoo Jun 11, 2024
27d7963
test
100xoo Jun 11, 2024
3737659
Create 2024-05-31-bbb.md
100xoo Jun 11, 2024
698904b
Update 2024-05-31-Practice_CIFAR-10.md
100xoo Jun 11, 2024
7be8b77
post test
100xoo Jun 11, 2024
bb5f941
test
100xoo Jun 11, 2024
767382e
posting test
100xoo Jun 11, 2024
414a401
Create 2023-12-11-DevOps-Process.md
100xoo Jun 12, 2024
a66d89c
Create 2023-12-11-DevOps-Definition.md
100xoo Jun 12, 2024
f85095a
add google analytics
100xoo Jun 14, 2024
1bcb673
edit google-gtag
100xoo Jun 14, 2024
b889409
Update _config.yml
100xoo Jun 14, 2024
10b4e5b
Add Category, Tag
100xoo Jun 14, 2024
19e6e43
Edit post category, tags
100xoo Jun 14, 2024
6d9ad7b
Update .gitignore
100xoo Jun 14, 2024
2f0bdb5
Create 404 page
100xoo Jun 18, 2024
be11625
post cloud computing overview
100xoo Jun 18, 2024
52a30a1
edit gitignore, post
100xoo Jun 18, 2024
a22728b
post
100xoo Jun 21, 2024
29f7eff
Create 2024-02-06-Secuguard SSE Agent Reinstall.md
100xoo Jun 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ codekit-config.json
.sass-cache
_asset_bundler_cache
_site


_posts/.ztr-directory

.obsidian/*
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
source "https://rubygems.org"
gemspec
gemspecs
gem "webrick", "~> 1.7"
gem "minimal-mistakes-jekyll"
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
my github blog used mmistakes.

---
# [Minimal Mistakes Jekyll theme](https://mmistakes.github.io/minimal-mistakes/)

[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.7-blue.svg)](https://jekyllrb.com/)


<details>
<summary>Introduction</summary>

Minimal Mistakes is a flexible two-column Jekyll theme, perfect for building personal sites, blogs, and portfolios. As the name implies, styling is purposely minimalistic to be enhanced and customized by you :smile:.

:sparkles: See what's new in the [CHANGELOG](CHANGELOG.md).
Expand Down Expand Up @@ -68,6 +75,11 @@ Additional sample posts are available under [posts archive][year-archive] on the
[tags-archive]: https://mmistakes.github.io/minimal-mistakes/tags/
[year-archive]: https://mmistakes.github.io/minimal-mistakes/year-archive/

</details>

<details>
<summary>Dev</summary>

## Installation

There are three ways to install: as a [gem-based theme](https://jekyllrb.com/docs/themes/#understanding-gem-based-themes), as a [remote theme](https://blog.github.com/2017-11-29-use-any-theme-with-github-pages/) (GitHub Pages compatible), or forking/directly copying all of the theme files into your project.
Expand Down Expand Up @@ -175,7 +187,11 @@ To set up your environment to develop this theme, run `bundle install`.

To test the theme, run `bundle exec rake preview` and open your browser at `https://localhost:4000/test/`. This starts a Jekyll server using content in the `test/` directory. As modifications are made to the theme and test site, it will regenerate and you should see the changes in the browser after a refresh.

## Credits
</details>

<details>

<summary>Credits</summary>

### Creator

Expand Down Expand Up @@ -287,3 +303,5 @@ Lunr is distributed under the terms of the [MIT License](https://opensource.org/l
Minimal Mistakes incorporates [clipboard.js](https://clipboardjs.com/),
Copyright (c) 2021 Zeno Rocha.
Clipboard.js is distributed under the terms of the [MIT License](https://opensource.org/licenses/MIT).

</details>
112 changes: 52 additions & 60 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,28 +12,28 @@

# theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/minimal-mistakes"
minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "contrast" #"default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "en-US"
title : "Site Title"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
locale : "ko-KR"
title : "100xoo Land"
title_separator : "|"
subtitle : Curiouser and curiouser # site tagline that appears below site title in masthead
name : "100xoo"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
url : "https://100xoo.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
repository : "100xoo/ghblog-comments" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
logo : "/assets/images/nyanCat_logo.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # true, false (default)
breadcrumbs : true # true, false (default), 네비게이션
words_per_minute : 200
enable_copy_code_button : # true, false (default)
copyright : # "copyright" name, defaults to site.title
copyright_url : # "copyright" URL, defaults to site.url
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "giscus" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
Expand All @@ -47,17 +47,18 @@ comments:
theme : # "github-light" (default), "github-dark"
issue_term : # "pathname" (default)
giscus:
repo_id : # Shown during giscus setup at https://giscus.app
category_name : # Full text name of the category
category_id : # Shown during giscus setup at https://giscus.app
discussion_term : # "pathname" (default), "url", "title", "og:title"
reactions_enabled : # '1' for enabled (default), '0' for disabled
theme : # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
strict : # 1 for enabled, 0 for disabled (default)
input_position : # "top", "bottom" # The comment input box will be placed above or below the comments
emit_metadata : # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
lang : # "en" (default)
lazy : # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
# repo : "100xoo/ghblog-comments"
repo_id : "R_kgDOMH0UjQ" # Shown during giscus setup at https://giscus.app
category_name : "Comments" # Full text name of the category
category_id : "DIC_kwDOMH0Ujc4CgATH" # Shown during giscus setup at https://giscus.app
discussion_term : "pathname" # "pathname" (default), "url", "title", "og:title"
reactions_enabled : "1" # '1' for enabled (default), '0' for disabled
theme : "preferred_color_scheme" # "light" (default), "dark", "dark_dimmed", "transparent_dark", "preferred_color_scheme"
strict : 0 # 1 for enabled, 0 for disabled (default)
input_position : "bottom" # "top", "bottom" # The comment input box will be placed above or below the comments
emit_metadata : 0 # 1 for enabled, 0 for disabled (default) # https://github.com/giscus/giscus/blob/main/ADVANCED-USAGE.md#imetadatamessage
lang : "ko" # "en" (default)
lazy : false # true, false # Loading of the comments will be deferred until the user scrolls near the comments container.
staticman:
branch : # "master"
endpoint : # "https://{your Staticman v3 API}/v3/entry/github/"
Expand Down Expand Up @@ -104,51 +105,39 @@ social:

# Analytics
analytics:
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
provider : "google-gtag" # false # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)
tracking_id : "G-4SCR27TTZ5"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "Jongmin"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
bio : "Abracadabra Alakazam"
location : "Seoul, South Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:98.prmj@gmail.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
url: "https://100xoo.github.io"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
icon: "fab fa-fw fa-square-github"
url: "https://github.com/100xoo"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/jongminleee/"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
url: https://github.com/100xoo
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
Expand Down Expand Up @@ -226,7 +215,7 @@ sass:

# Outputting
permalink: /:categories/:title/
timezone: # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
timezone: Asia/Seoul


# Pagination with jekyll-paginate
Expand Down Expand Up @@ -289,16 +278,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/


# HTML Compression
Expand All @@ -319,6 +308,9 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true
share: true
related: true
show_date: true

#date_format: "%Y-%m-%d"
8 changes: 6 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
22 changes: 22 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---

![](/assets/images/404pageNotFound.png){: style="display:block; margin-left: auto; margin-right: auto;"}

<!-- <img src="/assets/images/404pageNotFound.png"> -->

<!-- <style>
img {
/* display : block; */
/* display:table-cell; */
/* margin : auto; */
/* vertical-align:middle; */
width: 300px;
height: 150px;
object-fit: cover;
}
</style> -->
7 changes: 7 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Category"
layout: categories
permalink: /categories/
author_profile: true
sidebar_main: true
---
7 changes: 7 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Tag"
layout: tags
permalink: /tags/
author_profile: true
sidebar_main: true
---
45 changes: 45 additions & 0 deletions _posts/2023/2023-12-11-DevOps-Definition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: single
title: "데브옵스 정의"
categories: DevOps
tag: [DevOps]
---

#### 데브옵스란..

Red Hat : 신속한 고품질 서비스 제공을 통해 비즈니스 가치를 높이고 대응 능력을 개선할 목적으로 기업 문화, 자동화, 플랫폼 설계에 접근하는 방식
AWS : 애플리케이션과 서비스를 빠른 속도로 제공할 수 있도록 조직의 역량을 향상시키는 문화 철학, 방식 및 도구의 조합

기존의 소프트웨어 개발 및 인프라 관리 프로세스를 사용하는 조직보다 제품을 더 빠르게 혁신하고 개선
-> 조직은 고객을 더 잘 지원하고 시장에서 좀 더 효과적으로 경쟁

기존의 배포 방식에선 개발부터 디버깅, 컴파일 등 운영까지의 과정에서 불필요한 소요가 많았다.
또한 개발팀과 운영팀이 지향하는 바가 서로 달랐다.
개발팀 : 새로운 기술을 도입하고 새로운 서비스를 제공하고 싶다.
운영팀 : 현재 운영중인 서비스가 안정적으로 동작했으면 좋겠다.
-> 개발팀과 운영팀 사이에 사일로(부서 이기주의) 발생

이러한 상황에서 개발과 운영 모두 잘 이해한 상태의 팀(DevOps 팀)이 있다면 어떨까
* 속도가 느리고 수동으로 수행되던 프로세스를 자동화
* 애플리케이션을 안정적으로 빠르게 운영하고 개선하는 데 도움이 되는 기술 스택과 도구를 사용
* 위의 기술과 도구를 이용해 코드 배포 또는 인프라 프로비저닝과 같은 작업을 독립적으로 수행


#### DevOps의 이점
* 속도
작업 속도가 빨라지므로 고객을 위해 더 빠르게 혁신하고, 시장 변화에 더 잘 적응하고, 좀 더 효율적으로 비즈니스 성과를 창출
* 신속한 제공(CI/CD)
릴리스의 빈도와 속도를 개선하여 제품을 더 빠르게 혁신하고 개선
* 안정성
최종 사용자에게 지속적으로 긍정적인 경험을 제공하는 한편 더욱 빠르게 안정적으로 제공할 수 있도록 애플리케이션 업데이트와 인프라 변경의 품질을 보장
* 확장(IaC)
규모에 따라 인프라와 개발 프로세스를 운영 및 관리합니다. 자동화와 일관성이 지원되므로 위험을 줄이면서 복잡한 시스템 또는 변화하는 시스템을 효율적으로 관리
* 협업 강화
주인의식 및 책임과 같은 가치를 강조하는 DevOps 문화 모델에서 좀 더 효과적인 팀을 구축
* 보안
제어를 유지하고 규정을 준수하면서 신속하게 진행할 수 있습니다. 자동화된 규정 준수 정책, 세분화된 제어 및 구성 관리 기술을 사용함으로써 보안을 그대로 유지하면서 DevOps 모델을 도입

세상은 빠르게 변화하고 있고 고객은 이러한 변화의 니즈를 충족시켜 주길 원한다.
기업은 이 니즈를 충족시키기 위해 고객의 피드백이나 새로운 서비스를 더 빠르게 개발하고 배포해야 하며 이러한 프로세스에 데브옵스가 안성맞춤인 것 같다.

참고 : https://aws.amazon.com/ko/devops/what-is-devops/
Loading
Loading