載入中
2024 CGGC 初賽 WriteUp
10th
窩不資到
---
...(還有更多)
0 則留言
2024 神盾盃 初賽 WriteUp
10th
窩也不資到
---
...(還有更多)
0 則留言
[筆記] Windows 藍芽耳機音訊消失問題修復
最近更新完 Intel Bluetooth 驅動之後 藍芽耳機有點不穩
所以想說降版試試 但是他會抱怨說已安裝更新版本 沒辦法降
然後我就直接對著 `Intel(R) Wireless Bluetooth` 解除安裝裝置
並選了`嘗試刪除這個裝置的驅動程式`
...(還有更多)
0 則留言
[筆記] Wireshark 解 TLS & 解密封包匯出
Wireshark 可以透過 pre-master / master secret log 來解密 TLS stream
會長得像是這樣:
- TLS 1.2
...(還有更多)
0 則留言
[筆記] CTF cmdi 印檔案
有時候要繞白名單或是有字數限制 不一定能用 `cat` 來做 cmdi 印 flag
紀錄一些能用的 command
- tac
- reversed
...(還有更多)
0 則留言
[筆記] How `bun ./script.sh` works
在逛 FB 的時候看到[這篇](https://www.facebook.com/huli.blog/posts/550887134138158)
裡面提到:
> 此時有人說了句:「bun 可以執行 sh」
> 才發現原來 JavaScript 只是假象 😂
...(還有更多)
0 則留言
[筆記] Sunshine + ParsecVdd 讓平板成為第二螢幕
PC (Server):
https://app.lizardbyte.dev/Sunshine/
https://github.com/nomi-san/parsec-vdd
Tablet (Client):
...(還有更多)
0 則留言
[筆記] customize cloud image for pve
先裝 `libguestfs-tools`
用 `virt-customize -a <img> --run-command <cmd>` 可以在 img 裡面跑指令
```
...(還有更多)
0 則留言
[筆記] PVE cloned ubuntu cloud image DHCP IP 位置重複
ubuntu 會用 `/etc/machine-id` 來作為 DHCP identifier 去要 IP address
而 cloud image 裡面這個值是固定的 所以 clone 之後會拿到重覆的 IP
把 `/etc/machine-id` 清空即可
...(還有更多)
0 則留言
[筆記] GCP IPv6 沒有 default route
`/etc/dhcp/dhclient-exit-hooks.d/ipv6`
```bash
# To enable this script set the following variable to "yes"
RUN="yes"
...(還有更多)
0 則留言