Search

Search

Help

Page 64 of 266. Showing 2,651 results (0.018 seconds)

  1. How to Install Qube from the command line

    to the MSI file. Batch Script for Large Installations Below is a batch script that can be modified to suite your environment. Be advised this script should be run as user Administrator…
    Qube 7.0Nov 04, 2020
  2. What's new in Qube 6.9

    environment variables exposed during the execution of job instances and pre/postflights QB_FRAME_PADDING QB_PADDED_FRAME_NUMBER QB_PADDED_FRAME_START…
    Release NotesNov 19, 2018
  3. File Menu

    Preferences - Open the Preferences dialog for the QubeGUI. This is different from the Client, Supervisor, and Worker configuration (Administration->Configure). On OSX…
    Qube 6.4May 23, 2013
  4. File Menu

    Preferences - Open the Preferences dialog for the QubeGUI. This is different from the Client, Supervisor, and Worker configuration (Administration->Configure). On OSX…
    Qube 6.5May 23, 2013
  5. _SimpleCMD_QubeUIJobEnvironment

    Job_Environment.png CWD Current Working Directory to use when running the job. Environment Variables Environment variables override when running a job. You can specify…
    QubeOct 13, 2020
  6. How to have the worker service run as a particular user on Windows

    Configure the service to log on a a particular user. This user must be in the local Administrator's group, and the following User Rights Assigments policies must be applied to both the Administrator's and Network Service groups: replace a process-level t…
    Qube 6.4Nov 05, 2012
  7. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…
    Qube 6.4May 21, 2013
  8. How to implement locking/unlocking a Linux worker at user login/out

    KDM: In /usr/share/config/kdm, create the files: Xstartup (run a logon) Xreset (run at logoff) GDM: In /etc/gdm, create the files: PostLogin/Default (Logon) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` CO…
    Qube 6.5May 21, 2013
  9. How to implement locking/unlocking a Windows worker at user login/out

    You can use Windows' logon/logoff scripts to automatically lock/unlock a machine when users logon/off. Basically, you'd call "qblock " in the logon script, and "qbunlock " in the logoff script. To set up logon/logoff scripts for…
    Qube 6.5May 21, 2013
  10. How to implement locking/unlocking a Linux worker at user login/out

    KDM: In /usr/share/config/kdm, create the files: Xstartup (run a logon) Xreset (run at logoff) GDM: In /etc/gdm, create the files: PostLogin/Default (Logon) PostSession/Default (Logoff) This is the script that runs on login: MYHOSTNAME=`/bin/hostname` CO…
    QubeOct 15, 2014