An open API service indexing awesome lists of open source software.

https://github.com/anchanung/til

매일 공부한 것을 기록합니다.
https://github.com/anchanung/til

computer-science database java linux operating-system

Last synced: 3 months ago
JSON representation

매일 공부한 것을 기록합니다.

Awesome Lists containing this project

README

        

## TIL
> 공부한 내용을 정리하는 repository입니다.

## infra
- [시스템과 인프라 기초](https://github.com/AnChanUng/TIL/blob/main/infra/%EC%8B%9C%EC%8A%A4%ED%85%9C%EA%B3%BC%20%EC%9D%B8%ED%94%84%EB%9D%BC%20%EA%B8%B0%EC%B4%88.md)
- [docker](https://cookie.tistory.com/135)

## Linux
- [[도서] 시스템 & 네트워크 우분투 리눅스](https://github.com/AnChanUng/TIL/tree/main/linux)
- [도서] 이것이 우분투 리눅스다
- [도서] 리눅스 커널 내부구조
- [[인프런] 리눅스 시스템 프로그래밍 - 이론과 실습](https://www.inflearn.com/course/%EB%A6%AC%EB%88%85%EC%8A%A4-%EC%8B%9C%EC%8A%A4%ED%85%9C-%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D-%EC%9D%B4%EB%A1%A0%EA%B3%BC-%EC%8B%A4%EC%8A%B5)
- [VSCode에서 gdbserver로 리눅스 원격 디버깅](https://github.com/AnChanUng/TIL/blob/main/linux/VSCode%EC%97%90%EC%84%9C%20%EB%A6%AC%EB%88%85%EC%8A%A4%20%EC%9B%90%EA%B2%A9%20GDB%20%EB%94%94%EB%B2%84%EA%B9%85%20%EA%B3%BC%EC%A0%95.md)
- [하드링크와 소프트링크](https://good-abacus-b37.notion.site/1abc64f6820380da8412fd7109366f8c?pvs=4)

## server
> 서버 관련 지식들을 모아두었습니다.
- [tomcat](https://github.com/AnChanUng/TIL/blob/main/server/tomcat.md)
- [web server, WAS, Apache Tomcat](https://github.com/AnChanUng/TIL/blob/main/server/web%20server%2C%20WAS%2C%20Apache%20Tomcat.md)
- [netty](https://github.com/AnChanUng/TIL/blob/main/server/netty.md)
- [Nginx](https://good-abacus-b37.notion.site/Nginx-1a1c64f6820381abaa04d97d2247b9d8?pvs=4)
- [서버 구축 방식과 가상화](https://good-abacus-b37.notion.site/1a1c64f68203812eba5ced88b5932005?pvs=4)

## AWS
- [EC2](https://good-abacus-b37.notion.site/EC2-1a1c64f6820381308bd1ce727216dab9?pvs=4)
- [AWS VPC](https://good-abacus-b37.notion.site/EC2-1a1c64f6820381308bd1ce727216dab9?pvs=4)

## Network
- [도서] 컴퓨터 네트워킹 하향식 접근
- [OSI 7계층](https://good-abacus-b37.notion.site/OSI-7-190c64f6820380d79b20cefda1ab0527?pvs=4)
- [로드밸런싱](https://github.com/AnChanUng/TIL/blob/main/network/%EB%A1%9C%EB%93%9C%EB%B0%B8%EB%9F%B0%EC%8B%B1.md)

## OS
- [도서] 혼자 공부하는 컴퓨터구조+운영체제
- [operating system](https://github.com/AnChanUng/TIL/blob/main/operating%20system/os-outline.md)
- [process, thread](https://good-abacus-b37.notion.site/190c64f6820380de9fe3f8f73e541c2a?pvs=4)
- [pthread](https://good-abacus-b37.notion.site/pthread-1a5c64f68203801793cfeac6300a299c?pvs=4)
- [fork, exec, wait, waitpid](https://good-abacus-b37.notion.site/kernel-shell-system-call-fork-exec-wait-waitpid-pthread-dup2-198c64f68203809ab53cedc1151c4e91?pvs=4)
- [dup, dup2](https://good-abacus-b37.notion.site/dup-dup2-1a7c64f6820380f19e7bffa1d1d5f005?pvs=4)
- [semaphore, mutex, mutex algorithm (Bakery, Peterson, Dekker)](https://github.com/AnChanUng/TIL/blob/main/operating%20system/semaphore%2C%20mutex.md)
- [sync, async, blocking, non-blocking](https://github.com/AnChanUng/TIL/blob/main/operating%20system/sync%2C%20async%2C%20bloking%2C%20non-blocking.md)
- [표준 입력, 표준 출력, 표준 에러 출력 / stdin stdout stderr](https://good-abacus-b37.notion.site/1a4c64f68203804c8a0aea8fe76a6da5?pvs=4)
- [정적 라이브러리 동적 라이브러리](https://good-abacus-b37.notion.site/C-198c64f68203804cb706ea6e112170c8?pvs=4)
- [동적 적재 라이브러리 DL (dlopen, dlsym, dlcose, dlerror)](https://good-abacus-b37.notion.site/dlopen-dlsym-dlclose-dlerror-1a5c64f68203801580f4f4bb3ebb0c30?pvs=4)
- [socket, pipe](https://good-abacus-b37.notion.site/socket-pipe-1acc64f6820380878695dfd820284e2a?pvs=4)

> 실습
- [밑바닥부터 shell 구현하기](https://good-abacus-b37.notion.site/shell-1a7c64f6820380b197b4c8b66b85d4d5?pvs=4)

## DB
- [도서] RealMySQL
- [JDBC, Hikari CP 동작 방식](https://good-abacus-b37.notion.site/JDBC-1a1c64f6820381899784f651e487d05d?pvs=4)
- [Connection Pool](https://good-abacus-b37.notion.site/Connetion-Pool-1a1c64f682038166b904f5d141d0b4a5?pvs=4)
- [Transaction](https://good-abacus-b37.notion.site/transaction-1a1c64f682038191b191f0d6c72ad533?pvs=4)
- [index](https://good-abacus-b37.notion.site/index-1a1c64f68203817a9f3cfbc0f467296e?pvs=4)

## 컴퓨터구조
- [컴퓨터구조](https://good-abacus-b37.notion.site/195c64f68203809bafe8eb1cde054cfe?pvs=4)

## Algorithm
- [Hash](https://github.com/AnChanUng/TIL/blob/main/algorithm/hash.md)
- [Memoization](https://github.com/AnChanUng/TIL/blob/main/algorithm/memoization.md)
- [정렬 알고리즘의 종류](https://github.com/AnChanUng/TIL/tree/main/algorithm)

## Test
- [단위 테스트, 통합 테스트](https://good-abacus-b37.notion.site/TEST-1a1c64f68203816581ffcbbdd552b541?pvs=4)