跳至內容區

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

Linux

以開源軟體設計、構建、維護 Embedded Linux 平台

2020 年 08 月 09 日 szlin發表留言
Debian · Linux utilities · Security

使用較為安全的 Chrony 來替換 ntpd 以完成 NTP 校時的工作

2019 年 10 月 12 日2019 年 10 月 12 日 szlin發表留言

之前文章分享了使用 ntpd 進行 NTP 時間校時, 但是如果想要使用更安全的工具來完成 NTP 校時的工作… 繼續閱讀 使用較為安全的 Chrony 來替換 ntpd 以完成 NTP 校時的工作

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

Debian · Linux misc

Meaning of Debian Package Version – 淺談 Debian package 版本意義以及使用時機

2019 年 01 月 06 日 szlin發表留言

Debian 發行版由許多 open source packages 所組成 (.deb 格式) 每一個 De… 繼續閱讀 Meaning of Debian Package Version – 淺談 Debian package 版本意義以及使用時機

Linux misc · 其他

淺談 Server Side Public License

2018 年 11 月 09 日 szlin發表留言

繼之前 Redis Labs 將部份 Redis 模組的授權條款從 AGPL 3.0 改成 Apache 2.… 繼續閱讀 淺談 Server Side Public License

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

Debian · Linux

usrmerge in Debian

2017 年 12 月 28 日 szlin1 則迴響

The Filesystem Hierarchy Standard (FHS)  [1] 定義了 Linux … 繼續閱讀 usrmerge in Debian

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

Debian · Linux misc

Debian 9 更改網路介面預設命名方式

2017 年 07 月 19 日 szlin1 則迴響

Debian 9 開始, 網路介面命名方式開始有所差異. 以往有線網路介面使用 eth0, eth1 等等的命… 繼續閱讀 Debian 9 更改網路介面預設命名方式

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 來分析探討硬體加密之瓶頸

Debian · Linux · Linux kernel · Linux utilities

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

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

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

硬體開發板 · Debian · Linux

Embedded Linux/ Debian with ARM64 Platform

2017 年 02 月 22 日 szlin發表留言

前陣子應 CAT system 之邀, 前往分享 porting Linux/ Debian 到 ARM64 … 繼續閱讀 Embedded Linux/ Debian with ARM64 Platform

Debian · Linux

在 dash 上面同時 redirect stdout/ stderr 的三兩事

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

shell script 是我們在解決一些工作不可或缺的利器. 而在 Debian/ Ubuntu 的環境下,… 繼續閱讀 在 dash 上面同時 redirect stdout/ stderr 的三兩事

Linux misc

SSH 登入驗證過程緩慢的問題

2016 年 11 月 26 日2016 年 11 月 29 日 szlin發表留言

最近有同事遇到 SSH 登入過程緩慢的問題, 恰巧我幾年前有研究過此問題 (好奇心旺盛:p), 當時是在 De… 繼續閱讀 SSH 登入驗證過程緩慢的問題

硬體開發板 · Linux misc

如何讓 embedded device 透過手機上網 – USB Tethering

2016 年 08 月 26 日2016 年 08 月 26 日 szlin發表留言

上篇文章是講如何打造具備 cellular 功能的embedded device. 這篇是分享如何讓 embe… 繼續閱讀 如何讓 embedded device 透過手機上網 – USB Tethering

Linux misc

自由開源軟體授權協議 (Open source license) 個人筆記

2016 年 08 月 15 日2016 年 08 月 17 日 szlin發表留言

前陣子研究了一下常見的 open source license,  整理筆記如下: GPL v2 又稱為 &#… 繼續閱讀 自由開源軟體授權協議 (Open source license) 個人筆記

Linux kernel · Linux misc

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

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

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

Debian · Linux utilities

使用 ntpd 來替換 ntpdate 以完成校時的工作

2016 年 07 月 19 日2016 年 07 月 19 日 szlin1 則迴響

現今時間同步上, 有許多校時相關 protocol 可使用. 以精確度來分級, IEEE 1588v2 最為準… 繼續閱讀 使用 ntpd 來替換 ntpdate 以完成校時的工作

Debian · Linux misc

Debian packaging-tutorial 翻譯筆記 – 使用 po4a 以及 pdflatex

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

前陣子看到 packaging-tutorial  – 很棒的Debian 套件入門教學, 於是花… 繼續閱讀 Debian packaging-tutorial 翻譯筆記 – 使用 po4a 以及 pdflatex

文章分頁

較舊的文章

翻譯

部落格統計

  • 263,903 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
    • 自訂
    • 追蹤 已追蹤
    • 註冊
    • 登入
    • 回報此內容
    • 在讀取器中檢視網站
    • 管理訂閱
    • 收合此列
 

載入迴響中...