Jump to content

ThaNino

Member
  • Posts

    4
  • Joined

  • Last visited

Everything posted by ThaNino

  1. What do you mean by "network seems to disconnect"? Do current downloads fail, does the network-symbol change? It may be physically damaged, did you check if the cable sits fine and such?
  2. ThaNino

    VPN problem

    G'day, I am not quite sure, but I think the problem is your operator. && tests if the previous command ran successfully, and in my understanding the command "ping" returns success to bash regardless of the result of the ping. The command "ping" returns failure if something broke the program itself I guess. I think this might help you more: https://stackoverflow.com/questions/12669150/ping-batch-file-with-condition Regards,
  3. As this guy on stackoverflow mentioned, there is a library for that: https://stackoverflow.com/a/19507991 Had the same problem once, worked with this trick.
  4. In my understanding you would need at least two GPUs, one for each system. If you want to give the VM access to all of the graphics cards features, you'd need to disconnect it from the host and connect it to the vm - no problem for a headless server, definitely a problem if you are using the local shell/gui of your host
×