Giter VIP home page Giter VIP logo

blog-comments's Introduction

image

blog-comments's People

Contributors

parkinhyo avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

blog-comments's Issues

61

리눅스 마스터 1급 필기 실기 개념정리 및 핵심요약 - Part01. 리눅스 실무의 이해 - 02. 리눅스 시스템의 이해(1)

리눅스와 하드웨어 하드웨어의 이해 리눅스 설치를 위한 하드웨어 정보 파악 CPU 인텔사의 x86 계열 CPu 지원, 추가적으로 AMD, 모토롤라,SPARC 등 지원 정확한 모델 정보를 알아야 함 CPU 비트수 파악도 중요 CPU..

https://ihp001.tistory.com/61

75

[Leetcode] 리트코드 - 페어의 노드 스왑(swap-nodes-in-pairs) 파이썬(python) 풀이

페어의 노드 스왑 문제 문제링크 연결 리스트를 입력받아 페어(pair) 단위로 스왑하라 입력 1→2→3→4 출력 2→1→4→3 코드 class ListNode: def init(self, x): self.val = x self.next = None class Solut..

https://ihp001.tistory.com/75

248

[k8s]kubeadm, kubelet, kubectl을 설치하여 쿠버네티스(kubernetes) 클러스터 구축하기

kubeadm 설치 방법을 정리해둡니다.. 개발 환경 OS : WIndows 11 pro 가상화 프로그램 : VMware Workstation 16 Player 가상화 OS : Ubuntu Server 20.04.3 LTS 쿠버네티스 클러스터 master 1대, worker 3대 4대..

https://ihp001.tistory.com/248

93

[Python] 파이썬 중첩 함수 사용하는 방법 - 중첩 함수에서 연산자 조작, 재할당하기

중첩함수 중첩 함수(Nested Function)란 함수 내에 위치한 또 다른 함수로, 바깥에 위치한 함수들과 달리 부모 함수의 변수를 자유롭게 읽을 수 있다는 장점이 있다. 중첩 함수가 부모 함수의 변수를 공유하는 예..

https://ihp001.tistory.com/93

210

[AWS]서버리스란? - Cloud Native Patterns, BaaS, FaaS, Scale-Out, Scale-Up

서버리스 Cloud Native Patterns Legacy : 인프라부터 애플리케이션까지 구축 IaaS : 하드웨어와 가상화 OS 등 인프라 요소를 서비스로 제공(EC2) Caas : 서비스 형태로 제공되는 컨테이너를 호라용하여 배포(ECS)..

https://ihp001.tistory.com/210

97

[Leetcode] 리트코드 - 조합(combinations) 파이썬(python) 풀이

문제 전체의 수 n을 입력받아 k개의 조합을 리턴하라. 입력 : n = 4, k = 2 출력 [ [1,2], [1,3], [1,4], [2,3], [2,4], [3,4] ] 코드 dfs from typing import List class Solution: def combine(self, n: int, k:..

https://ihp001.tistory.com/97

241

AWS Security Group, VPC(Public&Private Subnet, IGW, NAT, Routing Table), Bastion Server 정리

이번 9월부터 11월까지 3개월동안 클라우드 엔지니어로 인턴을 했는데 애매하게 알고 있었던 내용들이 몇가지 있어서 정리를 해보려고 합니다. 확실히 회사를 다니니깐 시간이 금방지나가네요.. 벌써 2021년 끝이..

https://ihp001.tistory.com/241

243

2021년 회고와 2022년 목표

이번년도에 했던 일들을 정리하고, 내년의 계획을 잘 세울 수 있도록 글로 작성해보려고 합니다. 시간의 흐름순으로.. 취업 준비 2020년까지 학교 학점을 다 채우고, 좋은 회사에 들어가고 싶어서 졸업 유예를 하..

https://ihp001.tistory.com/243

41

리눅스 마스터 1급 필기 실기 개념정리 및 핵심요약 - Part03. 네트워크 및 서비스의 활용 - 02. 네트워크 보안

네트워크 침해 유형 및 특징 네트워크 침해 유형 및 특징 DoS(Denial of Service) 공격 시스템이나 네트워크의 구조적인 취약점을 공격하여 정상적인 서비스를 할 수 없도록 방해하는 것. 과도한 부하를 발생시켜..

https://ihp001.tistory.com/41

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.