Skip to main content

Recently Updated Pages

Pentest 滲透測試

Cybersecurity

滲透測試(Penetration Test,簡寫可以稱 Pen Test),是一種用來檢驗網路防禦是否按照預期計畫正常運行的機制。這個測試會模擬駭客和惡意使用者的行為,試圖入侵企業網站、資訊系統...

Updated 2 months ago by A-Lang (Admin)

Linux Backup Tools

Linux Administration

System Backup Clonezilla Clonezilla is a partition and disk imaging/cloning program similar to ...

Updated 2 months ago by A-Lang (Admin)

Flask API

Python

Tutorials [Day 29] 使用 Python Flask 架設 API 吧! - iT 邦幫忙::一起幫忙解決難題,拯救 IT 人的一天 Basic Example f...

Updated 2 months ago by A-Lang (Admin)

Reverse Proxy

Nginx

Introduction Forward Proxy vs Reverse Proxy vs Load Balancers Nginx Proxy Manager Docker c...

Updated 2 months ago by A-Lang (Admin)

Bitbucket Webhook

Git CI/CD

URL: How to Create a Basic CI/CD Pipeline with Webhooks on Linux Tech Stacks Bitbucket Webho...

Updated 2 months ago by A-Lang (Admin)

GitHub Action Workflow

Git CI/CD

GitHub Actions 是 GitHub 提供的 CI/CD 解決方案。 免費版的限制: 私有專案庫:2000 分鐘/月 公開專案庫:無限制 Tutorials Gi...

Updated 2 months ago by A-Lang (Admin)

Guacamole

Remote Desktop 遠端桌面

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC,...

Updated 2 months ago by A-Lang (Admin)

Remote repository

Git

Git repository 除了本機以外,還可以是遠端 repository ,例如雲端 GitHub、Gitlab、Bitbucket,或者自架的 Git Server。 作為版本控制用途...

Updated 2 months ago by A-Lang (Admin)

Procmail

Postfix

Configuration ~/.forward john@example.com, benny@example.com, "|exec /usr/bin/procmail -f- || e...

Updated 3 months ago by A-Lang (Admin)

算術

SHELL

let #!/usr/bin/env bash let NUMBER1=10 let NUMBER2=3 # Addition => + operator let ADD=$N...

Updated 3 months ago by A-Lang (Admin)

Nessus

Cybersecurity

Tutorials How to Install and Configure Nessus Vulnerability Scanner on Kali Linux How to inst...

Updated 3 months ago by A-Lang (Admin)

GitHub

Git

Contribute to GitHub Steps to contribute your changes / patches in open source repository. Fo...

Updated 3 months ago by A-Lang (Admin)

More

GenAI LLM Engine

LocalAI LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacemen...

Updated 3 months ago by A-Lang (Admin)

Dockerfile

Docker

Build Image Docker image 瘦身工具: dive Basic build command cd /path/to/Dockerfile docker bui...

Updated 3 months ago by A-Lang (Admin)

AIX Simple Firewall

IBM AIX

Prerequisities Packages to be installed bos.msg.en_US.net.ipsec bos.net.ipsec.keymgt bos.ne...

Updated 3 months ago by A-Lang (Admin)

Learning Proxmox

Virtualization Proxmox VE

Proxmox VE(英語:Proxmox Virtual Environment,通常簡稱為PVE、Proxmox),是一個開源的伺服器虛擬化環境Linux發行版。 Getting star...

Updated 3 months ago by A-Lang (Admin)

Concepts

Kubernetes

YAML File myapp.yaml: apiVersion: v1 kind: Pod metadata: name: memory-demo namespace: m...

Updated 3 months ago by A-Lang (Admin)

Learning 拾人牙慧

Linux Administration

系統管理  Core Dump Creating and debugging Linux dump files [gdb] GDB debugging tutorial for b...

Updated 3 months ago by A-Lang (Admin)

Example: Internet Speed Tacker

Python

Prerequisites sudo apt install speedtest-cli internet_speed_tracker.py #!/usr/bin/env python3 ...

Updated 3 months ago by A-Lang (Admin)

Example: IP Geolocation Tool

Python

maxmind_db_ip_geolocator.py Original Post: Python Basics for Hackers, Part 4: How to Find the Ex...

Updated 3 months ago by A-Lang (Admin)