Use this in your ubuntu/Macbook to get the ip address of your system. Your mobile and system should be in the same network
ip addr | grep inet
This will give you an ip address which looks like 192.168.168.46
. Use this in your smartphone.
Hope this helps.