GitHub 常用指令

將檔案push至網站 初始化 $ git init 新增一個說明檔 或指定資料夾 $ git add README.md 新增所有檔案 $ git add...

1 minute read

git錯誤問題統整

錯誤提示:fatal: remote origin already exists. 1. 先刪除遠端Git倉庫 git remote rm origin 2. 再新增遠端 Git 倉庫...

1 minute read

Dell BIOS firmware 升級

DELL BIOS firmware 升級 將下載的ISO 檔案 燒成USB 開機啟動 可使用 unetbootin-windows-661 or Rufus 3.3 進行燒錄 unetbootin使用方式...

1 minute read

Kali linux 設定

狀況一、 apt-get update 無需升級 apt-get update apt-get upgrade 若顯示 升級 0 個,新安裝 0 個,移除 0...

1 minute read

[PHP] Strcmp函數繞過

<?php include('flag.php'); $username = isset($_GET['username']) ? $_GET['username'] : ''; $password = isset($_GET['password']) ? $_GET['password'] :...

3 minute read