載入中
[筆記] aria2c 下載檔名過長檔案
這幾天需要拉個檔名很長的檔案 用 server 上面的 aria2c 去抓
直接踩到了 ext4 的檔名長度上限
因為用自己的網路不夠快 所以找了各種神奇方法
最後用的方案是 先生一個空白的檔案 然後格式化成 ntfs 再 mount
...(還有更多)
0 則留言
recap
有想到再補
1 則留言
[筆記] Window-reflecting body element event handler
https://medium.com/@mingjunlu/window-onscroll-vs-document-body-onscroll-9c331bb8d298
0 則留言
已經過了的聖誕節快樂
雖然已經過了
但還是祝大家聖誕節快樂
距離大二魔咒還剩下一年
1 則留言
[筆記] extend partition and filesystem on linux
https://stackoverflow.com/questions/57302142/why-df-h-and-lsblk-show-different-sizes-of-my-one-and-only-xvda1
https://unix.stackexchange.com/questions/373063/auto-expand-last-partition-to-use-all-unallocated-space-using-parted-in-batch-m
https://man7.org/linux/man-pages/man8/resize2fs.8.html
0 則留言
[筆記] Fingerprinting browser by Web Audio API
https://iq.opengenus.org/audio-fingerprinting/
0 則留言
[筆記] sqlite injection
https://github.com/swisskyrepo/PayloadsAllTheThings/blob/master/SQL%20Injection/SQLite%20Injection.md#boolean---enumerating-table-name
https://sqlite.org/schematab.html
https://stackoverflow.com/q...
...(還有更多)
0 則留言
[心得] 資安盟主‧聖盃的考驗 密室逃脫解謎遊戲
活動網址: https://www.techbang.com/posts/82796-security-master-game
活動日期: 12/11 (五)
活動地點: 台北文創 6 樓
---
...(還有更多)
0 則留言
大家來測bug
以下code
```c
#include <stdio.h>
int main() {
...(還有更多)
2 則留言
[筆記] 生成 ejs 靜態檔案
這幾天在把 31.infor.org 跟 cscamp.infor.org 從 StoneApp 的主機搬到 github pages 上面
由於只能使用靜態檔案 所以我們要把原本的動態 ejs 做個轉換(?
用 express 中的 `app.render` 可以簡單的達成
使用方式跟 router 中的 `res.render` 一模一樣
...(還有更多)
0 則留言