載入中
[筆記] CISCO 不能 ping local Vlan interface IP
Config:
```
interface Vlan721
ip address 192.168.72.254 255.255.255.0
```
...(還有更多)
0 則留言
[筆記] get myip with DNS
```
dig +short myip.opendns.com @resolver1.opendns.com
```
0 則留言
[心得] AIS3 EOF 2024 Quals WriteUp
[TOC]
## 成績

看[完整 Profile](https://img.stoneapp.tech/t510599/eof-2024/quals/Profile.png)
...(還有更多)
0 則留言
[筆記] oracle cloud + wgcf 解鎖區域限制
雖然在日本開了一台 oracle always free 但是 oracle 的 IP 有時候不會被當成日本 IP
因此多套一層 Cloudfalre WARP 來繞過這個問題 (CF 認 oracle 日本 IP 所以出口也給日本的)
首先透過 [wgcf](https://github.com/ViRb3/wgcf) 註冊一個 cf warp 帳號並生成 wireguard profi...
...(還有更多)
0 則留言
[心得] AIS3 EOF 2024 Final
[TOC]
這次是第四次參賽 總算是拿到前三名了 > <

最後拿到了第一名 感謝隊友們
...(還有更多)
1 則留言
Cavern android 的實驗
沒想到今年第一篇是我,笑死
最近看完了 clean architecture,對於裡面各種美好的優點等等描述感覺很憧憬。
不過也忍不住想這樣理想的程式在現實中是可能的嗎?
...(還有更多)
1 則留言
[筆記] Vue.js DOM Template Parsing Caveats
> Some HTML elements, such as `<ul>`, `<ol>`, `<table>` and `<select>` have restrictions on what elements can appear inside them, and some elements such as `<li>`, `&l...
...(還有更多)
0 則留言
[筆記] mikrotik netinstall
下午戳完 Package Update 之後 我的 hAP ac^2 就直接進 boot loop 了
行為跟這篇很像: https://forum.mikrotik.com/viewtopic.php?t=162083
因為戳 reset configuration 戳不出來 所以直接來試 netinstall 了
搞了兩小時 紀錄一下流程跟踩到的坑
...(還有更多)
0 則留言
[筆記] multipart/x-mixed-replace 即時更新資料
將 Content-Type 設為 `multipart/x-mixed-replace` 可以讓 server 動態更新圖片
Ex. 攝影機串流
```python
def gen():
...(還有更多)
0 則留言
[筆記] apache /icons 404
`mods-enabled/alias.conf` 裡面為了 FancyIndexing
有行 `Alias /icons/ "/usr/share/apache2/icons/"`
所以你自己其他的 virtual host 底下如果也要用 `/icons` 路徑 就會 404
...(還有更多)
0 則留言