Blog Posts

Posted on: November 23rd, 2025

筆記本 – 網路規劃課程

114北商資管三甲 網路規劃與實作 基礎網路系統架構 https://www.notion.so/CCNA-17b9def5443d800dbfb4e0724f8f4091?source=copy_link (上)期中考練習題詳解。 https://hackmd.io/@HyC-1029/BJHj-uwyZe (上)期末考練習題詳解 期末是上機實作的,這邊用packet tracer練習 https://hackmd.io/@HyC-1029/SJLodnmN-l […]

Posted on: August 13th, 2025

使用 ngrok 使不同網路的人能連上你的localhost

當我們用前端或django等框架打開網站時,都是localhost:3000或127.0.0.1:8000這些只有自己才能連上的網。 如果要給不同網路的人看,可以使用要介紹的這個工具 — ngrok 來建立臨時網域 註冊 從2023年開始,要使用ngrok要先有帳號,所以先去官網註冊後會收到驗證email,在左側選單中找到 Your Authtoken複製token 下載 […]