載入中
2021/03/18 中央大霧
這天中央起了很大的霧
隨手拍了幾張照片 放在這裡備份ㄍ


...(還有更多)
0 則留言
[筆記] check if command output contain a string in shell script
```
if python3 check.py | grep -q "cdnimg"; then
exit 1
fi
```
...(還有更多)
0 則留言
可惡

1 則留言
1450
C0V1D
0 則留言
[筆記] 螢幕因顏色亮度自動調整 關閉
INTEL 顯示器省電技術的鍋
1. 打開 *Intel® HD 顯示晶片控制中心*
2. 系統 > 功率 > 顯示省電狀況 -> 關閉
...(還有更多)
0 則留言
[筆記] move recovery partition in order to extend system partition on Windows
https://superuser.com/questions/1453790/how-to-move-the-recovery-partition-on-windows-108
0 則留言
[筆記] create empty folder on git
some `.gitignore` magic https://stackoverflow.com/a/932982/9039813
or just create `.keep` file
0 則留言
comment test
abcd
aaaaa
是一下 @ 跟連結
@secminhr
https://google.com
7 則留言
[筆記] vue-cli-service serve: Invalid Host header
Add `devServer > disableHostCheck` in `vue.config.js`
```javascript
module.exports = {
//...
devServer: {
...(還有更多)
0 則留言
[筆記] puppeteer on WSL
Install missing lib:
```bash
apt install libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libgtk-3-0
```
...(還有更多)
0 則留言