QUOTE(dlactionn @ May 21 2015, 14:15)

Is there a way to run h@h in background just as it is?
You could do something like this to run H@H in background (use config file to turn off logging):
~/jva/jre1.8.0_45/bin/java -jar HentaiAtHome.jar 2>&1 &
QUOTE(dlactionn @ May 21 2015, 14:15)

How should I go about restarting the client(in order to check cache for example) gracefully?
Something like this to 'gracefully' shut it down:
kill -SIGINT `ps aux | egrep 'HentaiAtHome.jar' | grep -v egrep | awk '{ print $2 }'`
Once you see the pid is gone, you can start up your client again.
QUOTE(dlactionn @ May 21 2015, 14:15)

I have a seedbox in Finland, Helsinki I guess, but speedtest automatically chooses some place in US and thinks it's the closest location, should I be worried about this kind of behaviour affecting my H@H client?
I am running java this way because the server didn't have it installed and I was looking for a way around it with a normal user access.
There's not much you can do about this. Routing to the proper speedtest server is (probably) directed by the H@H servers.