2020年7月30日 星期四

scipy

Multibody Dynamics and Control with Python | SciPy 2015 Tutorial | Jason Moore & James Crist

https://www.youtube.com/watch?v=mdo2NYtA-xY

2020年7月27日 星期一

How to change the selection item of win10, ubuntu

 https://justhodl.blogspot.com/2018/02/ubuntu-windows-windows-10-grub.html

sudo cat /boot/grub/grub.cfg | grep windows
Windows Boot Manager (位於 /dev/sda2)

sudo gedit /etc/default/grub

GRUB_DEFAULT="Windows Boot Manager (位於 /dev/sda2)"
#GRUB_DEFAULT=0



sudo update-grub
sudo update-initramfs -u -k all