Recently Updated Pages
Pentest 滲透測試
滲透測試(Penetration Test,簡寫可以稱 Pen Test),是一種用來檢驗網路防禦是否按照預期計畫正常運行的機制。這個測試會模擬駭客和惡意使用者的行為,試圖入侵企業網站、資訊系統...
Linux Backup Tools
System Backup Clonezilla Clonezilla is a partition and disk imaging/cloning program similar to ...
Flask API
Tutorials [Day 29] 使用 Python Flask 架設 API 吧! - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天 Basic Example f...
Reverse Proxy
Introduction Forward Proxy vs Reverse Proxy vs Load Balancers Nginx Proxy Manager Docker c...
Bitbucket Webhook
URL: How to Create a Basic CI/CD Pipeline with Webhooks on Linux Tech Stacks Bitbucket Webho...
GitHub Action Workflow
GitHub Actions 是 GitHub 提供的 CI/CD 解決方案。 免費版的限制: 私有專案庫:2000 分鐘/月 公開專案庫:無限制 Tutorials Gi...
Guacamole
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC,...
Remote repository
Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...
Procmail
Configuration ~/.forward john@example.com, benny@example.com, "|exec /usr/bin/procmail -f- || e...
算術
let #!/usr/bin/env bash let NUMBER1=10 let NUMBER2=3 # Addition => + operator let ADD=$N...
Nessus
Tutorials How to Install and Configure Nessus Vulnerability Scanner on Kali Linux How to inst...
GitHub
Contribute to GitHub Steps to contribute your changes / patches in open source repository. Fo...
More
LocalAI LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacemen...
Dockerfile
Build Image Docker image 瘦身工具: dive Basic build command cd /path/to/Dockerfile docker bui...
AIX Simple Firewall
Prerequisities Packages to be installed bos.msg.en_US.net.ipsec bos.net.ipsec.keymgt bos.ne...
Learning Proxmox
Proxmox VE(英語:Proxmox Virtual Environment,通常簡稱為PVE、Proxmox),是一個開源的伺服器虛擬化環境Linux發行版。 Getting star...
Concepts
YAML File myapp.yaml: apiVersion: v1 kind: Pod metadata: name: memory-demo namespace: m...
Learning 拾人牙慧
系統管理 Core Dump Creating and debugging Linux dump files [gdb] GDB debugging tutorial for b...
Example: Internet Speed Tacker
Prerequisites sudo apt install speedtest-cli internet_speed_tracker.py #!/usr/bin/env python3 ...
Example: IP Geolocation Tool
maxmind_db_ip_geolocator.py Original Post: Python Basics for Hackers, Part 4: How to Find the Ex...