“Hands-On Security in DevOps” Book Released This guide combines DevOps and security to help you to protect cloud services, and teaches…
網絡安全技術文章彙整
網絡安全技術文章彙整 這篇文章主要彙整筆者對於資訊安全測試的文章分享。 每一篇都是筆者實務的心得。包含資訊安全政策、 安全的軟體建置與設計、測試的流程、測試工具、測試環境、開發與維運平台等安全議題。 世界頂尖的資訊安全(滲透式)測試方法範本 滲透式資訊安全測試結果報告範例 網站資訊安全測試計畫與測試個案範本 資訊安全網路與應用系統整體架構的 Design Pattern 判斷Web Security 入侵的跡象 網站資訊安全測試計畫與測試個案範本 網站資訊安全測試與需求範本 資訊安全規範 SAMM 資訊安全軟體成熟度模型 –…
MySQL 效能監控SQL語句
MySQL 效能監控 這篇文章主要列出MySQL可以用來查詢效能監控的SQL語句 https://dev.mysql.com/doc/refman/8.0/en/server-status-variables.html 效能指標 SQL語句 緩存 show variables like “%Query_cache%” thread_cache_size show variables like ‘threatd%’; Database current connections show…