similar to: one application receive all key commands

Displaying 20 results from an estimated 100000 matches similar to: "one application receive all key commands"

2006 Jan 03
2
way to disable keyboard and mouse ports
Is there a way to disable the keyboard and mouse ports? I have a machine in a public area running an application that no-one needs to touch. However, someone could come up and plug a keyboard in it and mouse and be logged in as that user (not root). Is there a way to disable the mouse and keyboard so only remote ssh connections will control the PC if changes need to be made. This would also
2011 Jul 21
8
nouveau driver one centos 6
I "wish" to not load the or even install the nouveau driver by default. I want to use the NVIDIA binary driver. I have tried a number of things: 1) in my kickstart package section add the line: -xorg-x11-drv-nouveau This did not work - it was still installed. 2) use the nvidia installer and it asks to create a modprobe.conf file to blacklist the driver. I said yes thats what I want.
2007 Apr 27
1
execute commands after hangup
I have a few commands I wish to run after a hangup. It looks like only the first 2 commands are run after hangup. I am using 1.4.3 How can I get the entire loop to run 10 times. ( I know my example just has noop's but its an example). exten => h,1,Set(i=1) exten => h,n,While($[${i} < 10]) exten => h,n,Noop(jerry) exten => h,n,Set(i=$[${i} + 1]) exten => h,n,EndWhile exten
2005 Mar 02
3
Way to disable "#" as transfer and just take the key.
I am running into a problem where I have a menu and I want the user to enter # when they are done. However doing so then asks to transfer. How do I disable that. Thanks, Jerry
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being detected in "lsusb". Is there something special I need to do? I am running centos 5.5 x86_64. I thought 3.0 was backward compatible. Nothing special about my device its an RS232 to USB device. It works in 2.0 slot. Thanks, Jerry
2007 Nov 15
2
reload command
All, I have noticed that placing a call in the outgoing spool during a reload the call may fail. Try the call again after the reload is done and it will complete. This seems like a bug. During a reload calls should be suspended or something? Thoughts? Jerry
2014 Sep 30
2
CentOS 7 turn off power saving by command line
In CentOS 6 gconftool-2 (command line) is used to enable/disable items. In CentOS 7 I found "settings->power-> blank screen" as something I wish to configure by the command line? How is that accomplished? I brought up gconf-editor and searched for power and blank and found nothing. How can I control this setting from the command line? Thanks Jerry
2009 Mar 11
2
howto prevent gnome_panel from starting up one 5.2 x86_64
how do I prevent gnome_panel from starting up? once its started I can do "gnome-session-remove gnome_panel" But I dont want it to startup at all. How can I do that? jerry
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64. the transcript below (hangs for 60 seconds) at the line: MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56 AUTH=root at devcentos5x64.msgnet.com The email succeeds - but I am trying to figure out the 60 second delay. Neither email server is busy. Nothing is waiting. the DNS on both machines point to the same nameserver. The DNS
2005 Dec 19
7
Compaq V2000 laptop no USB recognized
To continue here with problems on this compaq v2000 laptop, I put kernel source on a USB disk and plugged it into the v2000. NOTHING IS recognized. I tried to manually mount the disk and nothing either... I thought USB was well established.... I thought trying to recompile the kernel for realtek support might get my networking going... I am stuck??? Jerry -------------- next part
2009 Mar 28
3
command line programs for ldap
Hi all. I am looking for some command line programs (pre made) that will connect to an ldap server and list out the users in question provided by the search argument given. I found some mention of it from oracle but I did not see where they can be downloaded. Is something like this available and I just havent found them? Thanks, Jerry
2009 Feb 18
7
question on hwclock
I am trying to hwclock to set the time. (hwclock -w) this is what I get on standard 5.2 x86_64. hwclock --debug hwclock from util-linux-2.13-pre7 hwclock: Open of /dev/rtc failed, errno=19: No such device. No usable clock interface found. Cannot access the Hardware Clock via any known method. [root at devcentos5x64 src]# ls -l /dev/rtc crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc Any
2010 Jan 01
4
one server handled sendmail added two more servers messes things up
Hi all, I had one server running centos 4.7 i686 everything was fine with incoming mail. I now added two more servers centos 5.4 x86_64 and gave them machine names all part of the same domain as machine 1. I noticed that incoming emails are being round robined to all three machines. At this time I really just want the one original machine to handle my incoming email... The other two new
2019 Aug 06
0
Question on server speed
On Mon, 5 Aug 2019 at 19:49, Warren Young <warren at etr-usa.com> wrote: > On Aug 5, 2019, at 11:25 AM, Stephen John Smoogen <smooge at gmail.com> > wrote: > > > > On Mon, 5 Aug 2019 at 13:17, Jerry Geis <jerry.geis at gmail.com> wrote: > > > >> Why is it that "all" I am really doing at the moment is copying things > to > >>
2008 May 16
4
has something happened to grep
Hi all, when I do a "grep JERRY *.h" nothing is returned which is what I expect. This is in my source directory... when I do a "grep JERRY *" every file is returned an a line printed even though there is no JERRY on the line. Then if I do a "grep JERRY *.c" just the 4 lines that have JERRY are returned. This is what is prints for "grep JERRY *" src#
2016 Aug 15
4
DAHDI on CentOS 7
What is needed to get DAHDI to start up correctly on CentOS 7 and systemd... I am using DAHDI-linux-complete 2.11.1 I saw mention in my search that it has been fixed after 2.11.1 but cannot find what the fix is. Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Nov 12
6
close open relay
hi all, running centos 4.7 i686. I seem to have an o pen r elay sendmail server. How do I close it? I have the STRAIGHT centos install sendmail.mc file. Only thing I changed was: dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl so as to allow incoming email and not just localhost. however this seems to relay everyone. I looked at http://www.sendmail.org/tips/relaying but it
2007 Aug 30
3
rsync arg list to long
I am trying to do an rsync or scp from machine1 to machine2. I am getting arg list to long. I am using centos 5 machine 1 and centos 4.5 on machine2. I am using the default shell which is bash. How can I get past this? THanks, Jerry
2013 Jan 21
6
the at command
I was trying to use the 'at' command. Does it not have "resolution" to the second? When I run it with 'at -f /tmp/tt.sh "01/21/2013 15:20:45" syntax error. Last token seen: 15:20 Garbled time How do I run a command in the future including "seconds". Thanks, Jerry
2007 Nov 29
4
special tricks for developers box on centos 5
I was just wondering if there are special tricks people do that compile A LOT on centos? Do RAM disks help or something else I dont about that minimizes your compile time? I presently have and AMD x2 4800+ with 2GIG ram. Just curious if I can reduce any more time out of my compiles. Jerry