From 60a5a7936dc6770bef5055866639a23a2d6ac304 Mon Sep 17 00:00:00 2001 From: SeoJunhwan Date: Wed, 14 Dec 2022 00:14:21 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EA=B8=80=20=EC=B4=88=ED=81=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: SeoJunhwan --- posts/2022/06/github-action.mdx | 9 +++++++ posts/2022/06/minitalk.mdx | 27 +++++++++++++++++++ .../12/mac_multi_monitor_with_nocable.mdx | 24 +++++++++++++++++ 3 files changed, 60 insertions(+) create mode 100644 posts/2022/06/github-action.mdx create mode 100644 posts/2022/06/minitalk.mdx create mode 100644 posts/2022/12/mac_multi_monitor_with_nocable.mdx diff --git a/posts/2022/06/github-action.mdx b/posts/2022/06/github-action.mdx new file mode 100644 index 0000000..89985f8 --- /dev/null +++ b/posts/2022/06/github-action.mdx @@ -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 +--- diff --git a/posts/2022/06/minitalk.mdx b/posts/2022/06/minitalk.mdx new file mode 100644 index 0000000..627c0e8 --- /dev/null +++ b/posts/2022/06/minitalk.mdx @@ -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 diff --git a/posts/2022/12/mac_multi_monitor_with_nocable.mdx b/posts/2022/12/mac_multi_monitor_with_nocable.mdx new file mode 100644 index 0000000..cf45beb --- /dev/null +++ b/posts/2022/12/mac_multi_monitor_with_nocable.mdx @@ -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.