載入中
[筆記] sshproxy
在 `port` 上開一個 socks5 proxy
流經此 proxy 流量會從 `host` 出去
```
ssh -D <port> -q -C -N <host>
```
0 則留言
[筆記] Archlinux 使用外接硬碟開機
需要在 initramfs 裡面加上 `usb_storage` 與 `uas`
這兩個 module 才能讀到外接硬碟裡面的 partition
Reference:
https://bugs.archlinux.org/task/60272
0 則留言
[心得] EOF 2023 Quals Writeup
[TOC]
## 成績
![Score](https://img.stoneapp.tech/t510599/eof-2023/quals/score.png)
...(還有更多)
0 則留言
有趣的效果: printf + fork
今天突然想到一個有趣的效果。
之前沒想到過,可能我就爛。
看 code。
```c
...(還有更多)
3 則留言
[筆記] 快樂網路改造計畫
租屋處網路雖然是 500/250 M 但我的 DIR-820L 只有 100 mbps 的 WAN port 根本吃不滿
接在後面的 server (其實是筆電) 也就只能困在 100 M
所以這次來改造一下我的網路環境 至少讓 server 可以吃滿
## 架構 (很噁我知道)
...(還有更多)
0 則留言
[心得] HITCON CTF 2022 - yeeclass
今年跟著 TSJ 一起主辦了 HITCON CTF 2022 出了一題 Web 水題 - yeeclass
解法寫在 [Writeup](https://github.com/t510599/My-CTF-Challenges/tree/master/HITCON%20CTF/2022/yeeclass) 了 有興趣的可以參考看看
這篇主要是出題心得
## 出題
...(還有更多)
1 則留言
[筆記] override systemd ExecStart
要先設定空的 `ExecStart=` 來清掉 才設的上去我們要的
```ini
[Service]
ExecStart=
ExecStart=<new command>
...(還有更多)
0 則留言
[筆記] ubuntu locale 設定
1. `/etc/default/locale`
2. `$ dconf write /system/locale/region "'<locale>'"`
3. `~/.pam_environment`
另外附上檢查 tty 設定成 `en_US.UTF-8` 的 script (因為 getty 沒辦法顯示中文)
...(還有更多)
0 則留言
[筆記] 列出 windows ApplicationUserModelID
Powershell:
```powershell
Get-StartApps
```
...(還有更多)
0 則留言
廢文
哈哈是我啦
...(還有更多)
1 則留言