iT邦幫忙

技術文章

RSS

Cyber security -4 Module3-5 Man pages within the shell

Linux 資源 Linux 社群 大型的線上社群,提供各級用戶的資源。 在線上搜索可以輕鬆找到問題的答案。 透過學習他人解決問題的方法來進行故障排除。 U...

Cyber security -4 Module3-4 Add and delete users

認證 (Authentication) 定義:用戶在系統中證明其身份的過程。 Authorization is the concept of granting...

Cyber security -4 Module3-3 File permissions and ownership

權限定義 權限是對文件或目錄的訪問權限。 授權是系統中授予特定資源訪問的概念。 資料訪問應基於需要知曉的原則。 Linux中的三種權限 讀取...

從零開始學 Hexo (6) | 認識 Hexo 目錄與調整全站網站設定

認識 Hexo 目錄結構 在開始講解如何部署你的部落格網站之前,我們先簡單認識一下 Hexo 資料夾內的目錄結構吧!什麼?你說為什麼?看下去就知道啦 ~ 還記得...

從零開始學 Hexo (5) | Hexo 文章細節調整與如何新增頁面

Hexo 文章細節調整 前面有介紹如何新增文章的 Hexo 指令及 Mackdown 語法,其中還有一些細節想和大家說明,Hexo 的文章除了可以 Mackdo...

從零開始學 Hexo (4) | 新增 Hexo 文章及常用 Markdown 語法

前置說明 自己是習慣使用 VSCode 來編輯程式碼,所以之後的程式碼都會以 VSCode 畫面做示範,如果你也想使用 VSCode ,可以到 VSCode 官...

Cyber security -4 Module3-2 Linux指令

指令/語法 用途說明 範例 grep [string] [file] 搜尋檔案內含有特定字串的所有行 grep OS updates.txt...

EXCEL F9

EXCEL 使用陣列性質的函數,工作列中的函數按下F9後,出現"{1;1;1;1;1;1;1;1;1;1;1;1;1;0;0;0;0;0;1;0;0;...

Cyber security -4 Module3 Linux commands in the Bash shell

Learning Objectives Navigate the file system using Linux commands via the Bash...

Cyber security -4 Module1 Tools of the Trade: Linux and SQL

common operating systems, and we'll explore the main functions of an operating...

Cyber security -4 Module2 Linux

architecture of Linux different distributions of Linux shell Linux Linux distr...

二、三天學一點點 Rust:來! References and Borrowing(24)

🦀 懸垂參考 (Dangling References) 懸垂參考的危險性:使用懸垂參考是非常危險的,因為它指向的記憶體可能已經被其他資料覆寫,或者已經不再有效...

Cyber security -3 Module4-2 Network hardening practices

Network hardening practices 安全強化 Network Hardening 安全強化定義:網路硬化專注於提升網路層面的安全性,包括過濾...

Cyber security -3 Module4-3 Network security in the cloud

Secure the cloud Fill in the blank: A key distinction between cloud and traditio...

Cyber security -3 Module4 security hardening

OS hardeningexplore network hardening practicescloud hardening practices Securit...

二、三天學一點點 Rust:來! References and Borrowing(23)

🦀不可變與可變參照(references) 從這小節開始,其實是持續延續對擁有權的討論,以下有三組程式,由第一組演變至第三組的思考和寫法。 ✅ 第一組:回傳值的...

Cyber security -3 Module3-3 Malicious packet sniffing

Malicious packet sniffing 主題 內容 截取攻擊概述 包括封包嗅探和IP偽造的網路攻擊。 **封包嗅探packet s...

Cyber security -3 Module3-2 Denial of Service (DoS) attacks

Dos {denial of service attacks } Dos拒絕服務攻擊的定義:「拒絕服務攻擊」是一種針對網絡或伺服器的攻擊手法,其主要特點是通過...

Cyber security -3 Module3-1 network intrusion tactics

secure networks,network intrusion tacticsagainst network attacksThe case for sec...

畢業後沒了 Microsoft Word?我用 WPS 解決了寫報告、改語法、編 PDF 的煩惱

在國外研究所念書的時候,學校有提供Microsoft 365教育版帳號,Word、Excel、PowerPoint通通都能用。當時寫論文、跑格式靠它真的省下不少...

Cyber security -3 Module2 -9 Firewalls and network security measures

Firewalls 防火牆是一種網路安全裝置network security device ,它監控進出您網路的流量。防火牆可以使用端口過濾,這會阻止或允許某些...

二、三天學一點點 Rust:來! 擁有權Ownership之六(22)

🦀 函式參數與擁有權(Function Parameters and Ownership) Rust 的所有權機制不只在變數之間賦值時會生效,傳遞參數給函式時也...

[ Python雜記] 那些Enum的未知與妙用

有時候在改code的時候看到一些狀態回傳都使用Enum,一開始覺得理所當然,但直到前陣子看到一些文章在細究Enum才知道原來這個套件真的是妙用之大。 下面有一個...

Cyber security -3 Module2 -8 Wireless protocols

Introduction to wireless communication protocols wireless internet as Wi-Fi無線網路...

Di♪♪Rhythm 安裝筆記

生成音檔1.安裝 eSpeak NG2.app.py 中加入以下: os.environ['PHONEMIZER_ESPEAK_LIBRARY'] = &quo...

為什麼使用者電腦無法開啟網芳共用槽?

各位先進好~ 目前遇到問題:使用者開啟公司網芳共用槽「\\共用區」無法連線,出現「Microsoft Windows Network本機裝置名稱已在使用中,此連...

Cyber security -3 -6 IP addresses and network communication

IP addresses and network communication IP addresses是internet protocol的縮寫,IP地址是一串...

Cyber security -3 Module2 -7 Introduction to network protocol

Common Network protocols network protocol網路協定是一套規則,讓多個設備在網路上交流數據的傳輸順序the order o...

二、三天學一點點 Rust:來! 擁有權Ownership之五(21)

🧾 Rust 四種文字型別差異說明 此小節針對四種文字型別做說明,而對於字串切片則是在日後有專門的章節說明,此處仍是作為必要知道的基礎。 StringStr...

「與AI探索天文」如何用Windsurf製作一個蒸汽龐克風格的歌詞網站來詠唱蓋亞太空望遠鏡的觀測任務?

我在這篇文章中,分享如何藉由程式編輯器Windsurf的AI助手,不用自己寫程式,也能製作出一個蒸汽龐克風格的歌詞網站,以有趣的方式讓人認識蓋亞太空望遠鏡的觀...