Lines Matching refs:bin
1 #!/usr/bin/perl
25 # simple example: '-env FD_PROG=/usr/bin/xclock'
31 # https://your.webserver.net/cgi-bin/desktop.cgi
60 # $x11vnc = '/usr/local/bin/x11vnc';
88 # You should put this script in, say, a cgi-bin directory. Enable cgi
94 # ScriptAlias /cgi-bin/ "/dist/apache/2.0/cgi-bin/"
96 # <Directory "/dist/apache/2.0/cgi-bin">
105 # <Directory "/dist/apache/2.0/cgi-bin">
115 # Copy this file (desktop.cgi) to /dist/apache/2.0/cgi-bin and then run
230 my $x11vnc = '/usr/bin/x11vnc';
346 $ENV{PATH} = "/usr/bin:/bin:$ENV{PATH}";
468 # $x11vnc = '/usr/local/bin/x11vnc';
469 # $x11vnc_extra_opts = '-env FD_PROG=/usr/bin/xclock';
675 my $uid = `/usr/bin/id -u '$username'`;
763 my $tmpfile = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
784 # some ideas: -env FD_PROG=/usr/bin/gnome-session
820 my $md5 = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;
843 #!/bin/sh
844 export PATH=/usr/bin:/bin:\$PATH
860 $ENV{UNIXPW_CMD} = "/bin/sh $tmpfile";
1056 my $fifo = `/bin/mktemp /tmp/desktop.cgi.XXXXXX`;