跳至內容區

SZ Lin with Cybersecurity & Embedded Linux

"If you do what you love, you'll never work a day in your life."

  • About SZ Lin

分類: Linux kernel

Linux kernel · Security

Manage Kernel Vulnerabilities in the Software Development Life Cycle – 透過軟體開發生命周期管理 Kernel Vulnerabilities

2021 年 03 月 10 日2021 年 03 月 11 日 szlin發表留言

2020 年在 Cybersec 的技術會議上分享如何透過軟體開發生命周期管理 kernel vulnerab… 繼續閱讀 Manage Kernel Vulnerabilities in the Software Development Life Cycle – 透過軟體開發生命周期管理 Kernel Vulnerabilities

Debian · Linux · Linux kernel · Security

COSCUP 2019 – Software Update for Embedded Systems

2019 年 08 月 24 日 szlin發表留言

此次在 COSCUP 2019 分享 Software Update for Embedded Systems… 繼續閱讀 COSCUP 2019 – Software Update for Embedded Systems

Linux kernel · Linux utilities

New GPIO User Space Subsystem since kernel 4.8

2018 年 01 月 31 日 szlin發表留言

General Purpose Input/Output (GPIO)  是一個可以軟體彈性控制的數位訊號, … 繼續閱讀 New GPIO User Space Subsystem since kernel 4.8

Linux · Linux kernel · Security

Stack buffer overflow protection 學習筆記 – Stack canaries mechanism in User space

2017 年 12 月 09 日 szlin發表留言

緩衝區溢位 (Stack buffer overflow) 是傳統且常見的資訊安全攻擊手法. 主要透過程式漏洞… 繼續閱讀 Stack buffer overflow protection 學習筆記 – Stack canaries mechanism in User space

Linux kernel

Porting Linux Kernel – 將新版 Linux Kernel 移植到全新平台上

2017 年 11 月 27 日 szlin發表留言

在之前的文章有提到,  移植 Linux kernel 的情況依困難程度從難到易列出為下列四種. 而前一篇已經… 繼續閱讀 Porting Linux Kernel – 將新版 Linux Kernel 移植到全新平台上

Linux kernel

Porting Linux Kernel – 將新版 Linux Kernel 移植到舊有平台上進行 Kernel 版本升級

2017 年 10 月 31 日 szlin發表留言

在之前的文章有提到,  移植 Linux kernel 的情況依困難程度從難到易列出為下列四種 1. 將 Li… 繼續閱讀 Porting Linux Kernel – 將新版 Linux Kernel 移植到舊有平台上進行 Kernel 版本升級

Linux kernel

printk, pr_* and dev_* 使用時機

2017 年 09 月 13 日 szlin發表留言

學習撰寫 linux driver 往往使用 printk 當作第一個範例 printk(KERN_INFO … 繼續閱讀 printk, pr_* and dev_* 使用時機

Linux kernel · Security

seccomp 學習筆記

2017 年 08 月 23 日 szlin1 則迴響

近年來由於 IoT 風潮帶來萬物皆連網, 但隨之而來的就是 “萬物皆可攻擊" 的安全議題 下圖 [… 繼續閱讀 seccomp 學習筆記

Debian · Linux · Linux kernel

Open Source Summit Japan 2017 – Building, Deploying and Testing an Industrial Linux Platform

2017 年 06 月 01 日2017 年 06 月 01 日 szlin發表留言

今年很榮幸能在 Linux conference Japan 2017 分享. 也是會場中唯一上台的臺灣公司 … 繼續閱讀 Open Source Summit Japan 2017 – Building, Deploying and Testing an Industrial Linux Platform

Linux kernel · Linux utilities

以 Linux kernel 效能工具 – perf 來分析探討硬體加密之瓶頸

2017 年 05 月 28 日2017 年 05 月 28 日 szlin5 則迴響

在 前篇文章 有提到 Linux Kernel 密碼學演算法實作流程. 由此得知若由硬體輔助進行密碼學演算法運… 繼續閱讀 以 Linux kernel 效能工具 – perf 來分析探討硬體加密之瓶頸

Linux kernel

移植 Linux Kernel 造成無法開機之解決方案以及除錯工具

2017 年 05 月 17 日2017 年 05 月 17 日 szlin2 則迴響

一般在以下情況, 我們會進行移植 Linux Kernel 的動作. 1. 將新版 Linux Kernel … 繼續閱讀 移植 Linux Kernel 造成無法開機之解決方案以及除錯工具

Debian · Linux · Linux kernel · Linux utilities

Linux Kernel 密碼學演算法實作流程

2017 年 04 月 05 日2017 年 04 月 05 日 szlin1 則迴響

介紹Linux Kernel 密碼學演算法實作流程, 透過深入瞭解 Linux 密碼學演算法實作流程, 可以根據系統的規格, 週邊裝置以及應用程式需求來找到適合的方法.

Linux kernel

Linux Kernel delay/ sleep 延遲函式學習筆記

2017 年 03 月 13 日2017 年 03 月 13 日 szlin發表留言

在寫 Linux driver 時, 有時候會需要延遲幾秒再往下執行. 由其是處理 device driver… 繼續閱讀 Linux Kernel delay/ sleep 延遲函式學習筆記

Linux kernel

初探 Linux kernel 亂數產生器 – random generator

2016 年 10 月 05 日2016 年 10 月 06 日 szlin發表留言

在產生 key 或者進行一些安全應用時, 常會有需要 “亂數" 的使用需求. 在 user spa… 繼續閱讀 初探 Linux kernel 亂數產生器 – random generator

Linux kernel

COSCUP 2016 – Cellular Technology with Embedded Linux

2016 年 08 月 23 日 szlin1 則迴響

這次 COSCUP 分享了 cellular 相關技術以及對應的 open source driver/ ut… 繼續閱讀 COSCUP 2016 – Cellular Technology with Embedded Linux

Linux kernel

Cellular Technology with Embedded Linux – COSCUP 2016

2016 年 08 月 23 日2016 年 08 月 24 日 szlin1 則迴響

這次 COSCUP 分享了 cellular 相關技術以及對應的 open source driver/ ut… 繼續閱讀 Cellular Technology with Embedded Linux – COSCUP 2016

Linux kernel · Linux misc

y2038 對 32-bit 機器所造成的溢位影響以及處理

2016 年 07 月 24 日2016 年 07 月 24 日 szlin發表留言

問題主因 kernel 計算時間的方式是紀錄從 1970/1/1 (也就是俗稱的 Unix time) 開始的… 繼續閱讀 y2038 對 32-bit 機器所造成的溢位影響以及處理

Linux · Linux kernel · SoC

Linux Fast boot – 快速開機調校

2016 年 06 月 11 日2016 年 06 月 11 日 szlin發表留言

對我來說, Linux 快速開機是 簡單 也 困難 的技術. 簡單 – google 搜尋 Lin… 繼續閱讀 Linux Fast boot – 快速開機調校

Linux kernel

Linux Kernel 對於系統發生kernel panic 自動重啟之原理

2016 年 05 月 12 日2016 年 05 月 15 日 szlin發表留言

一般來說, Embedded device 都會內建 hardware watchdog  (不管是位於 So… 繼續閱讀 Linux Kernel 對於系統發生kernel panic 自動重啟之原理

Linux kernel

在Kernel 4.1 Trace Open syscall 筆記

2016 年 01 月 23 日2016 年 02 月 03 日 szlin發表留言

trace open syscall in kernel 4.1

文章分頁

較舊的文章

翻譯

部落格統計

  • 230,895 hits

近期分享

  • Certified Information Security Auditor(CISA) 國際資訊安全稽核員認證應試心得
  • Debian 11 (bullseye) 正式釋出
  • Global Industrial Cyber Security Professional (GICSP) 全球工業網路安全專家認證
Follow SZ Lin with Cybersecurity & Embedded Linux on WordPress.com

熱門分享文章︰

  • CISSP 自修考照心得分享 – Certified Information Systems Security Professional Self-Study 資訊系統安全專家認證
  • Linux Kernel delay/ sleep 延遲函式學習筆記
  • 使用 GMAIL 提供的 SMTP server 來發送信件

主題分類

  • 硬體開發板
  • Debian
  • 週邊元件
  • Linux
    • Linux misc
    • Linux utilities
  • Linux kernel
  • Open Source License
  • Security
  • SoC
  • 其他

文章存檔

其它

  • 註冊
  • 登入
  • 訂閱網站內容的資訊提供
  • 訂閱留言的資訊提供
  • WordPress.com
在WordPress.com寫網誌. 佈景主題:Button,發表者:Automattic。
  • 追蹤 已追蹤
    • SZ Lin with Cybersecurity & Embedded Linux
    • 已經有 WordPress.com 帳號了?立即登入。
    • SZ Lin with Cybersecurity & Embedded Linux
    • 自訂
    • 追蹤 已追蹤
    • 註冊
    • 登入
    • 回報此內容
    • 在讀取器中檢視網站
    • 管理訂閱
    • 收合此列
 

載入迴響中...