The easiest method to connect from Linux is to point the Gnome or KDE file browser to smb://HiPOptimusPrime.
To mount it permanently (i.e. on every login):
First install the package cifs-utils, and make the directory you want to use as a mount point (/media/Archive and/media/Freepile in this example). Then in a terminal, type "sudo gedit /etc/fstab" and paste in the following lines (without quotes):
"//192.168.1.76/Archive /media/Archive cifs vers=3.0,username=Hippo,password=mspassword,iocharset=utf8,sec=ntlmv2 0 0"
"//192.168.1.76/FreePile /media/FreePile cifs vers=3.0,username=Hippo,password=mspassword,iocharset=utf8,sec=ntlmv2 0 0"
where mspassword is replaced with the house WiFi password.
See https://wiki.ubuntu.com/MountWindowsSharesPermanently#Mount_password_protected_network_folders for more details.