參考這篇吧,大概紀錄一下過程。
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% /
2019年4月9日 星期二
2019年3月31日 星期日
[AI] DeepFake
這篇寫得很清楚
https://github.com/Fabsqrt/BitTigerLab/tree/master/ArtificialIntelligent/DeepFake
https://www.youtube.com/watch?v=y7XneJitOzw
https://github.com/Fabsqrt/BitTigerLab/tree/master/ArtificialIntelligent/DeepFake
https://www.youtube.com/watch?v=y7XneJitOzw
2019年3月18日 星期一
[Ubuntu] 移除軟體
正確移除軟體的方法
$ sudo apt-get purge packagename
$ sudo apt-get remove --purge packagename
看看這篇吧
https://askubuntu.com/questions/187888/what-is-the-correct-way-to-completely-remove-an-application
$ sudo apt-get purge packagename
$ sudo apt-get remove --purge packagename
看看這篇吧
https://askubuntu.com/questions/187888/what-is-the-correct-way-to-completely-remove-an-application
2019年3月13日 星期三
2019年3月12日 星期二
2019年3月11日 星期一
[RPi] 設計PCB結合CM
設計PCB結合CM
https://www.instructables.com/id/Design-Your-Own-Raspberry-Pi-Compute-Module-PCB/
https://www.instructables.com/id/Design-Your-Own-Raspberry-Pi-Compute-Module-PCB/
訂閱:
文章 (Atom)
