Search results

  1. I

    Run script after successful wireless connection

    @JasKinasis I believe you correct that VNC is a graphical application, as it does provide a remote view into another PC. However I don't think the issue is the network connection going up before the desktop is loaded because I tested this. If I boot up my PC without a network connection, wait...
  2. I

    Run script after successful wireless connection

    I need a way to run a script when a successful wireless connection is made. I'm using Lubuntu 16.04 (although I've attempted this on Lubuntu and Ubuntu 18.04 with no success.) My script is pretty simple: #!/bin/bash xtightvncviewer 192.168.0.10 Whenever computer A starts up and successfully...
Top