Changing default route in Linux
Route ip route show sudo ip route del default sudo ip route add default via 192.168.0.1 dev wlan0 (those changes will not keep for reboot)
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.