載入中
[筆記] 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 則留言
[心得] GCC 2021 Online
# GCC (Global Cybersecurity Camp) 2021 Online
時間: 1/16、1/17、1/23、1/24、1/30、1/31
地點: 公務人員發展學院福華文教會館
官網: https://gcc.ac/gcc_2021/
...(還有更多)
0 則留言