都什麼年代了,還有人寄病毒?
https://gofile.io/?c=5xGBTo
https://gofile.io/?c=PtgOhB
Virustotal
https://www.virustotal.com/gui/file/fa039fee994700aa7ef9df116ae18f33d0f02768717b5f6285786b1324c209b3/detection
https://www.virustotal.com/gui/file-analysis/ZjEzYjIwNzA5M2UwNTYzMGE2OWQ0YTQ2YzNkZTUwZTg6MTU1NTQxMTI0NA==/detection
2019年4月16日 星期二
2019年4月14日 星期日
[Audio] 指定聲音消除黑科技
找 echo cancellation 找到這篇
https://www.raspberrypi.org/forums/viewtopic.php?t=232444
很有趣的 demo 影片
https://looking-to-listen.github.io/
https://www.raspberrypi.org/forums/viewtopic.php?t=232444
很有趣的 demo 影片
https://looking-to-listen.github.io/
2019年4月9日 星期二
[AWS] 增加硬碟容量
參考這篇吧,大概紀錄一下過程。
1. 做 snapshot
2. 進入到 EBS,選擇修改(modify)
3. 設定硬碟大小
執行 lsblk 確認修改成功
xvda 202:0 0 64G 0 disk
└─xvda1 202:1 0 16G 0 part /
執行 growpart 修改空間大小
sudo growpart /dev/xvda 1
執行 lsblk 確認修改成功
xvda 202:0 0 64G 0 disk
└─xvda1 202:1 0 64G 0 part /
df -h
/dev/xvda1 16G 16G 245M 99% /
sudo resize2fs /dev/xvda1
df -h
/dev/xvda1 62G 16G 47G 25% /
1. 做 snapshot
2. 進入到 EBS,選擇修改(modify)
3. 設定硬碟大小
執行 lsblk 確認修改成功
xvda 202:0 0 64G 0 disk
└─xvda1 202:1 0 16G 0 part /
執行 growpart 修改空間大小
sudo growpart /dev/xvda 1
執行 lsblk 確認修改成功
xvda 202:0 0 64G 0 disk
└─xvda1 202:1 0 64G 0 part /
df -h
/dev/xvda1 16G 16G 245M 99% /
sudo resize2fs /dev/xvda1
df -h
/dev/xvda1 62G 16G 47G 25% /
訂閱:
文章 (Atom)