Skip to content

Commit

Permalink
docs: 글 초큼 추가
Browse files Browse the repository at this point in the history
Signed-off-by: SeoJunhwan <seojunhwan@kakao.com>
  • Loading branch information
Seojunhwan committed Dec 13, 2022
1 parent b4c5cdd commit 60a5a79
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 0 deletions.
9 changes: 9 additions & 0 deletions posts/2022/06/github-action.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title:
description:
author: Junhwan Seo
createAt: 2022-06-23 15:00
hashTags: [CI/CD]
isPublished: false
thumbnail: /2022/04/js_execution_context/images/thumbnail.png
---
27 changes: 27 additions & 0 deletions posts/2022/06/minitalk.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
write - 문자열 출력함수

signal -

sigemptyset - function initializes a signal set to be empty.
int sigemptyset(sigset_t *set);

sigaddset - function adds the specified signal signo to the signal set.
int sigaddset(sigset_t *set, int signo);

sigaction - 시그널 함수보다 향상된 기능을 제공하는 시그널 처리를 결정하는 함수

kill - terminate or signal a process

getpid - get parent or calling process identification
pid_t getpid(void);

malloc - memory allocation
free - release memory

pause - stop until signal
sleep
usleep
exit -

30 SIGUSR1 프로세스 종료 사용자 정의 신호 1
31 SIGUSR2 프로세스 종료 사용자 정의 신호 2
24 changes: 24 additions & 0 deletions posts/2022/12/mac_multi_monitor_with_nocable.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: 무선으로 맥북 화면 확장 기능을 사용해보기
description: 맥북만 달랑 있는 환경에서 화면 미러링 말고 무선으로 화면 확장하는 방법!
author: Junhwan Seo
createAt: 2022-12-10 15:00
hashTags: [Mac]
isPublished: false
thumbnail: /2022/04/js_execution_context/images/thumbnail.png
---

## 개요

역시 Apple 의 Airplay to mac 을 사용하면 얼마나 좋겠습니까,,
이 게시글은 해당 기능을 사용하기 어려운 macOS 12.0 이하 버전이나 스마트폰, 윈도우 PC 에서 유용하게 사용할 수 있을 것 같습니다! ~~클러스터 아이맥~~

## Deskreen

Deskreen 이라는 프로그램은 웹 브라우저의 WebRTC 기술을 기반으로

## Better Display

Better Display 라는 프로그램은 케이블 연결 없이도 디스플레이를 연결한 것처럼 인식하게끔 하는 프로그램입니다.

1.

1 comment on commit 60a5a79

@vercel
Copy link

@vercel vercel bot commented on 60a5a79 Dec 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

gamguma-blog – ./

gamguma-blog-git-main-seojunhwan.vercel.app
blog.gamguma.dev
gamguma-blog-seojunhwan.vercel.app
gamguma.dev

Please sign in to comment.