Skip to content

Instantly share code, notes, and snippets.

View serithemage's full-sized avatar
๐Ÿ 
Working from home

Jung Do Hyun serithemage

๐Ÿ 
Working from home
View GitHub Profile
@serithemage
serithemage / AWSCertifiedDeveloperUnofficialStudyGuide.md
Last active January 14, 2025 02:29
AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/seccontents

AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ(http://bit.ly/devcertguide)

@serithemage
serithemage / AWSSecurityContents.md
Last active March 20, 2025 22:45
AWS ๋ณด์•ˆ ๊ด€๋ จ ์ž๋ฃŒ ๋ชจ์Œ์ง‘

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํŠธ๋ ˆ์ด๋‹ ๋ฐ ์ž๊ฒฉ์ฆ ์†Œ๊ฐœ http://bit.ly/aws-tnc-intro
  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/secontents
  • AWS ๊ธฐ๋ฐ˜ ๋น…๋ฐ์ดํ„ฐ ํ•™์Šต์ž๋ฃŒ์ง‘ http://bit.ly/bdonaws
  • AWS ๋”ฅ๋Ÿฌ๋‹ ํ•™์Šต ์ž๋ฃŒ ๋ชจ์Œ์ง‘ http://bit.ly/dlonaws
  • AWS The Machine Learning pipeline on AWS ๊ต์œก ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/ml-pipeline
@serithemage
serithemage / autostop_instances.py
Last active December 29, 2017 06:27
An AWS Lambda function that stops all instances that are not protect tagged
import boto3
import logging
# setup simple logging for INFO
logger = logging.getLogger()
logger.setLevel(logging.INFO)
client = boto3.client('ec2')
runningInstanceFilter = [
@serithemage
serithemage / aws-study-resource.md
Last active May 14, 2025 14:06
AWS ํ•™์Šต ์ž๋ฃŒ์ง‘

AWS ํ•™์Šต ๋งํฌ์ง‘ ์‹œ๋ฆฌ์ฆˆ

  • AWS ํŠธ๋ ˆ์ด๋‹ ๋ฐ ์ž๊ฒฉ์ฆ ์†Œ๊ฐœ http://bit.ly/aws-tnc-intro
  • AWS ํ•™์Šต ์ž๋ฃŒ์ง‘ http://bit.ly/aws-study-resource
  • AWS ๊ณต์ธ ์†”๋ฃจ์…˜์Šค ์•„ํ‚คํ…ํŠธ - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/sacertguide
  • AWS ๊ณต์ธ ๊ฐœ๋ฐœ์ž - ์–ด์†Œ์‹œ์—์ดํŠธ ์ˆ˜ํ—˜ ๊ฐ€์ด๋“œ http://bit.ly/devcertguide
  • AWS ๋ณด์•ˆ ๊ด€๋ จ ์ปจํ…์ธ  ๋ชจ์Œ์ง‘ http://bit.ly/secontents
  • AWS ๊ธฐ๋ฐ˜ ๋น…๋ฐ์ดํ„ฐ ํ•™์Šต์ž๋ฃŒ์ง‘ http://bit.ly/bdonaws
  • AWS ๋”ฅ๋Ÿฌ๋‹ ํ•™์Šต ์ž๋ฃŒ ๋ชจ์Œ์ง‘ http://bit.ly/dlonaws
  • 2019๋…„ re:Invent ์—์„œ ๊ณต๊ฐœ๋œ AI/ML๊ด€๋ จ ์„œ๋น„์Šค ์†Œ๊ฐœ http://bit.ly/2019-ml-recap
@serithemage
serithemage / softbank20181Q.md
Last active May 13, 2021 06:14
์†Œํ”„ํŠธ๋ฑ…ํฌ 2018๋…„3์›” 1๋ถ„๊ธฐ ๊ฒฐ์‚ฐ์„ค๋ช…ํšŒ ์š”์•ฝ ๋ฒˆ์—ญ

์ด ๊ธ€์€ ์†Œํ”„ํŠธ๋ฑ…ํฌ 2018๋…„3์›” 1๋ถ„๊ธฐ ๊ฒฐ์‚ฐ์„ค๋ช…ํšŒ์—์„œ ์†์ •์˜ ํšŒ์žฅ์˜ ๋ฐœ์–ธ๋งŒ์„ ์š”์•ฝ/๋ฒˆ์—ญํ•œ ๊ฒƒ ์ž…๋‹ˆ๋‹ค. ๋™์˜์ƒ์€ ์•„๋ž˜ ๋งํฌ์—์„œ ๋ณด์‹ค ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์ธ์‚ฌ๋ง ๋ฒˆ์—ญ(์˜์ƒ์˜ 1๋ถ„45์ดˆ๋ถ€ํ„ฐ)

์†์ •์˜ ์ž…๋‹ˆ๋‹ค. ์ž˜ ๋ถ€ํƒ ๋“œ๋ฆฝ๋‹ˆ๋‹ค.

์ตœ๊ทผ ์ ˆ์‹คํžˆ ๋А๋ผ๊ณ  ์žˆ์Šต๋‹ˆ๋‹ค๋งŒ ๋ญ๋“ ์ง€ ๋‹จ๊ธฐ๊ฐ„๋งŒ ๋ด์„œ๋Š” ์•ˆ๋œ๋‹ค๋Š” ์ƒ๊ฐ์ด ๋“ญ๋‹ˆ๋‹ค.

@serithemage
serithemage / mxnet_on_colab.ipynb
Last active September 11, 2018 04:16
mxnet_on_colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / 2017_csat_mathematics_type_ga.ipynb
Created April 6, 2019 01:52
2017_CSAT_Mathematics_Type_GA.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / apache-mxnet-gluon-on-colab.ipynb
Created September 29, 2019 00:05
Apache MXNet/gluon on Colab.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@serithemage
serithemage / konlpy+mecab_install_to_amazon_linux2.sh
Last active November 5, 2019 22:15
konlpy์™€ mecab์„ amazon linux2์— ์ธ์Šคํ†จํ•˜๋Š” ์Šคํฌ๋ฆฝํŠธ์ž…๋‹ˆ๋‹ค
#!/bin/bash
sudo amazon-linux-extras install epel
sudo yum install -y https://packages.groonga.org/centos/groonga-release-latest.noarch.rpm
sudo yum install -y -enablerepo=epel groonga
sudo yum install -y gcc-c++ java-1.8.0-openjdk-devel python-devel python3-devel fontconfig fontconfig-devel libstdc++
sudo yum install mecab mecab-devel mecab-ipadic git make curl xz patch
sudo pip3 install konlpy