similar to: Time delay security function

Displaying 20 results from an estimated 4000 matches similar to: "Time delay security function"

2000 Oct 03
1
X forwarding fails, Linux 2.4.0-test[8,9]
X forwarding doesn't work for me under Linux kernels 2.4.0-test8 or test9, using OpenSSH 2.2.0p1 (as packaged in Debian woody.) When I try to ssh to my machine, the client spits out the following pieces of information: Warning: Remote host denied X11 forwarding. Last login: Tue Oct 3 15:26:19 2000 from localhost on pts/2 Linux mallard 2.4.0-test9 #3 Tue Oct 3 14:20:59 CDT 2000 i686 unknown
2020 Jan 21
2
Security implications of using ControlMaster
On Tue, Jan 21, 2020 at 12:18:52PM +1100, Damien Miller wrote: > I wouldn't say it's a lot harder to take control of current connections - > writing a ptrace-based tool that hijacked a running ssh client and > injected a one-off implant payload via keystrokes doesn't seem like > much work. * Injection of key strokes into an existing channel may be detected just because
2009 Oct 27
1
How to reduce key strokes when defining S4 classes?
I feel tedious when I define a S4 class and the methods. For each method, I have to call both setMethod and setGeneric (or both setReplaceMethod and setGeneric). I would like a more compact grammar so that I can reduce the key strokes. I'm wondering if there is a better way available. setClass( Class='A', representation=representation( x='numeric' )
2007 Apr 17
2
IPv6 version specific classification in crossbow
Hi all, As part of IPv6 version specific classification support in crossbow we are introducing ip_version option in flowadm interface and associated classification functions. If ip_version option is not specified, but v4 or v6 address is passed as arg. to ip_addr option of flowadm cli that can also help to populate version specific bits in flow_mask to specify if policy (and flow entry
2006 Jun 04
5
Creating pulldowns using loops
Creating looped pulldowns in PHP is simple so I can''t figure out why it seems to elude me in RoR. I want to create a simple pulldown list with the options and values "1" through "14." I have been trying to accomplish this with the .upto method like so: --START RHTML CODE-- <% options_array = [ 1.upto(14) {|i| print "[" i "," i "]"}
2003 Sep 15
1
User interface issues (was voicemail menu structure)
<snip> > Paul Crick wrote: > > Brad Bergman wrote: > > my thinking is that Comedian Mail is its own thing with > > its own interface and users who have become accustomed to > > it, and it needs refinement before it needs an Octel emulator > > I guess it's each to their own. Maybe * could come with a default > Comedian Mail configuration file then have
2010 Feb 16
3
Keyboard
All, I installed R-2.10.1 with Readline=no. Now for some reason R does not recognize some key strokes like the directional arrows. I am not sure if Readline is the problem or not. I have tried .Cofigure with Readline = yes but it doesn't fix the problem nor do I really know if readline is the problem to start with. Has anybody else run into similar problems? Thanks, Steve [[alternative
2012 Oct 30
3
newbie: embeding seq in a list
Suppose I want to create a structure containing the following values: 0.8,0.9,1.0,1.1,1.2 If I use env <- list(0.8,0.9,1.0,1.1,1.2) then R returns > env [[1]] [1] 0.8 [[2]] [1] 0.9 [[3]] [1] 1 [[4]] [1] 1.1 [[5]] [1] 1.2 But, if I try to 'save some key-strokes', and use env <- list(seq(0.8,1.2,by=0.1)) then R returns > env [[1]] [1] 0.8 0.9 1.0 1.1 1.2 I'd
2008 Aug 14
2
Department of Redundancy Department.
I just noticed a certain ``usage'' in a recent posting, and couldn't restrain my self from commenting. The usage was of the form ``if(X==TRUE)'' where X was a logical variable. This sort of thing is brought to you by your Department of Redundancy Department. The ``==TRUE'' bit is irrelevant, incompetent, and immaterial, as Perry Mason used to say. The value of
2019 May 20
2
self compiled 4.10.3 replication failure.
On Mon, 20 May 2019, Vincent S. Cojot via samba wrote: > > On Mon, 20 May 2019, Tom Diehl via samba wrote: > >> On Sat, 18 May 2019, Nico Kadel-Garcia wrote: >> >> Well OK maybe I should have said self compiled using the instructions @ >> https://wiki.samba.org/index.php/Build_Samba_from_Source#configure and >> the package list from >>
2007 Sep 13
2
beginner's questions ... sorry
I have 316 files. Each file represents a patient's breathing track (respiratory signal recorded for a variable number of cycles). All files have the same are made up of a header followed by a variable number of records. Each record contains 7 comma separated fields. The patient ID is recorder in the header which is stripped off when reading the file into a R data.frame. Since I need to keep
2012 May 07
1
commenting out a block of R code
Dear friends, Is there an easy way of commenting out a block of R code after it has been written? (I am aware that R-aware editors can insert # line-by-line while it is being written, but I want to basically block out chunks of R code in a few strokes.) This question was asked on this mailing list some time ago: Professor Ripley's answer was to try the following:
2006 Nov 11
1
Soundfiles adding during phone calls
I want to add some sound filed on demand during a phone call only possible on some extension numbers. I get many phone calls from local companies, but don't understand Chinese! I would like to record the call, but also ask the caller some questions, which should be added into the call with some keys on the phone, ... e.g. *66554 should add into the call: How are you? or What is your
2008 Sep 09
3
parallel administration tool for PCs?
This is a bit off topic, but I'm looking for a convenient way to manage N "identical" Windows PCs, using as much as possible 1 command to do the same thing on all of them. The capabilities I'm looking for, preferably in a single tool are, given a designated master machine and N clones of that master: 1. Compare all (or to a specified depth) files below some directory on the
2015 Mar 16
1
Docs strategy and tactics [RFC]
----- Original Message ----- > From: "Dave Neary" <dneary at redhat.com> > To: "Mail list for wiki articles" <centos-docs at centos.org> > Sent: Monday, March 16, 2015 1:42:06 PM > Subject: Re: [CentOS-docs] Docs strategy and tactics [RFC] > > Hi, > > On 03/16/2015 03:44 PM, Karsten Wade wrote: > > On 03/16/2015 11:33 AM, Jim Perrin
2020 Jan 21
2
Security implications of using ControlMaster
On Tue, Jan 21, 2020 at 11:08:51AM +1100, Damien Miller wrote: > So IMO disallowing session multiplexing is at most a speedbump that an > attacker will cross with relative ease. Speedbumps make sense sometimes, An attacker getting root on the jumphost gets immediate control of any _current_ persistent connections and new connections. Without ControlMaster it's a _lot_ harder to take
2007 Jan 18
1
RE: Polycom buddies question
A follow up (late better than never) Finally had time to sit down and look at this sip.cfg <keys key.scrolling.timeout="1" key.IP_500.31.function.prim="BuddyStatus"/> This turns the Services key which I never use on a 501 into the Buddy Status. It even works while on a call. One touch! Bill ________________________________ From: Bill Gibbs
2005 Sep 06
0
sending key strokes to applications
All, Is there a way to send key strokes to applications under X? I wish to send F11 to mozilla/firefox to put it in full screen mode. Not sure why there is not a command line parameter to do it. Just some utility that could be run that sends a keystroke to an application. THanks Jerry
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to a file I do NOT want the row labels (which are in such cases usually 1, 2, ... nrow(x), where x is the data frame in question). I can of course edit these out ``by hand'', but that's a bit of a pain in the pohutukawa. I recently discovered (reading the help on print.data.frame meticulously, and following it through
2003 Mar 06
1
Suppressing row labels.
Very often when I print a data frame (particularly when sink()-ing to a file I do NOT want the row labels (which are in such cases usually 1, 2, ... nrow(x), where x is the data frame in question). I can of course edit these out ``by hand'', but that's a bit of a pain in the pohutukawa. I recently discovered (reading the help on print.data.frame meticulously, and following it through