search for: certain

Displaying 20 results from an estimated 36055 matches for "certain".

2005 Mar 05
1
problems with authentication -- restrict certain actions to certain users
...able the signup action so that only people who''ve already signed up (eg, just me) can log in. That''s something that I''ll probably end up doing as an extra layer of security anyway, but it''s not the ideal solution. What I''d like to is to further restrict certain actions so that you not only have to register an account and log in, you also have to be logged in as user id "1" (eg, just me). Ideally users with other id #''s would be displayed a pretty (using my existing layout) error message if they attempt to access certain actions. Thanks...
2010 Jul 01
1
Mac OS X R.app has trouble rendering certain fonts.
I noticed this running a few graphics demos the other day. In particular the plotmath and the persp graphics demos, certain fonts don't seem to render on the demos. The plotmath demo displays certain math equations on a quartz window that don't render properly, and the persp demo displays a 3D model of a mountain with labels on the graph rendered in a certain font. (None of the data labels render at all.) This...
2003 Apr 13
1
Restrict access to certain ips.
Hello, I have a machine with several ips. My goal is to only allow access to one ip for a certain user. for example 192.168.1.11 may only be used by UID 1001 I have found in the man page for bind following errno numeric: > EACCES The address is protected, and the user is not the super-user. Is it possible to restrict access to certain ips to certain uids? - Thilo Schulz _________________...
2009 Dec 14
5
Cron job? or something else? help..
Hello, i have a certain issue at hand that i'm trying to solve. there's a certain command that i need to execute 10 minutes after boot. how can i set that? im not very expert with cron jobs but can it be done that way? i know that cronjob works on specified time but how can i set it to run with '10 min afte...
2010 May 29
6
Best way to limit outgoing calls per trunk
Hi Guys, I am looking to use System() function along with some bash scripting to determine if a Trunk is being used during certain time of the day or not. Here is what I have in mind. Please guide me if you know a better way: exten => s,1,answer exten => s,n,System(/tmp/check.sh) check.sh: check EPOCH time => do an IF for certain times => Allow mutiple calls in certain times and only single call at certain times...
2012 May 10
2
when is the o.s. considered to be at a certain minor version? Or, is it safe to apply only certain package updates from the next release version?
...om a specific minor release number. But what minor release is the o.s. at if I just update the centos-release package, and no other package? Typically, a 'yum update' is said to take your whole package set to the latest minor release. But what minor release is the o.s. if you just update certain packages (instead of taking all avaailable updates)? 2) Can I apply package updates made in a minor release greater than my current release without detriment to the integrity of the o.s.? E.g. Suppose all my packages are at versions delivered in v5.6. Suppose also, that I have a package xyz instal...
2010 Apr 10
2
selecting certain columns or rows from a .csv
Hello, I'm using <read.csv("filename",header=TRUE) but need to extract just certain columns or rows from the file. Much thanks. -- View this message in context: http://n4.nabble.com/selecting-certain-columns-or-rows-from-a-csv-tp1835692p1835692.html Sent from the R help mailing list archive at Nabble.com.
2007 Apr 11
3
incomplete window contents when unminimizing
...coration is visible). This is more of an issue with cpu-hungry effects (well, most of them if you are using Xgl + fglrx). To avoid this, I want to wait until the window contents are *fully* available before I start any unminimize animations. My question is how can I know the right time? Is there a certain place in core that I can maybe throw a notification event from for this? If not, what is the best way to solve this problem? Should I just wait for a certain amount of time for certain applications (like Firefox)? Cheers, Erkin
2010 Feb 03
3
How to flatten a tree (based on list) to a certain depth?
Suppose that I have the following list of lists of frames 'root' (let's call it a 'tree' of frames). I want to flatten it to be a list of frames. However, if I unlist(root), it will flatten the frames as well. Is there a simply way to flatten the tree to certain depth? aframe1=data.frame(x=1:3,y=1:3) aframe2=data.frame(u=7:9,v=11:13) aframe3=data.frame(p=3:5,q=6:8) main1=list(sub1=aframe1, sub2=aframe2) main2=list(sub3=aframe3) root=list(main1=main1, main2=main2) str(root) unlist(root)
2006 Jan 08
3
Sceduling Tasks
I''m working on a RoR project and a requirement has popped up that would required certain actions to happen at certain time intervals (as opposed to having a user initiate the action). Is there anything similar to Java''s Quartz library, *nix cron, or anything of the like for Rails? I''m certainly willing to help with/test Ruby code if someone on the list is already...
2005 Jun 11
0
Help with denighing access to certain numbersbyCallerID
...----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Rob Thomas Sent: Sunday, 12 June 2005 8:45 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Help with denighing access to certain numbersbyCallerID I would think the easiest way is to use an AGI.. exten => _001162.,Dial(Zap/g1/${EXTEN}/tT); (Anyone can call NZ) exten => _0011.,Exec(checkperms); checkperms.agi would then match against a list. --Rob > -----Original Message----- > From: asterisk-users-bounces@l...
2007 Aug 23
2
Classful queuing solution
...eally required, as the box is able to shape traffic in both directions. It is also a NAT box. Related, not but strictly to do with tc, is there any way of concisely and effectively logging connections between NATd users and external IPs? I need to be able to maintain a log which tells me that a certain user was connected to a certain remote host on a certain port at a certain time and date, for legal reasons. I realise this is a bit of a mammoth request, but I hope someone can help me. Many thanks in advance, Jonathan ------------------------ Jonathan Gazeley ResNet | Wireless & VPN Tea...
2009 Sep 02
6
Password-less share, for certain users.
Is it possible to have a "password-less" share available to only certain users? I've been searching all over and could not find anything.
2007 Mar 06
3
aaf excluding certain db records from indexing
hi! short question about aaf: is there a builtin functionality in acts_as_ferret to exclude records from being indexed when for example a column "is_deleted" / "is_disabled" / "dont_index" has a certain value? regards neongrau -- Posted via http://www.ruby-forum.com/.
2005 Aug 11
1
How to insert a certain model in SVM regarding to fixed kernels
Dear David, Dear R Users , Suppose that we want to regress for example a certain autoregressive model using SVM. We have our data and also some fixed kernels in libSVM behinde e1071 in front. The question: Where can we insert our certain autoregressive model ? During creating data frame ? Or perhaps we can make a relationship between our variables ended to desired autoregre...
2008 May 19
1
Select certain elements from dataframe
Hello, I have a specific problem, I have a large dataframe, and after clustering I want to select certain colums, the elements of a subcluster. My dataframe looks like this : > colnames(data) [1] "101KF4319097339" "102KF4319101170" "103KF4319047549" "104KF4319046389" [5] "105KF4319013260" "106KF4319025582" "107KF4319108763"...
2010 Oct 28
2
replace text at certain positions in a file
Hello, I am working with R version 2.10.1 under windows. In a text file, I need to replace all characters at certain column positions with blanks. For example, say the file contains two lines and looks like this: ab34cd78e fg3 hi78j I'd like to replace everything at positions 3-4 and 7-8 with blanks, so the output should be: ab cd e fg hi j [I'm not sure if this is really an R question(?), solutio...
2006 Feb 22
1
Disconnect IMAP session after certain time?
Is it possible to have Dovecot cleanly terminate an IMAP session after a certain time? I have a number of users who leave their MUA (Mozilla Thunderbird) on all night, and I'd like to have them (cleanly) disconnect in order to free up resources after a certain "inactivity" time (e.g. 2 hours). Can that be done? -JP
2004 Dec 07
2
Allow calls to certain area codes
Where in Asterisk do you configure it so that you can only call certain area codes. Area codes not in this list would play a message saying that this number is not supported. How do you configure Asterisk so that you have 3 voip providers and 3 phones and allow each phone to use a specific account. Thanks, Jimmy -------------- next part -------------- An HTML attac...
2005 Jun 11
0
Help with denighing access to certain numbers byCallerID
...-----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of James Bean > Sent: Sunday, June 12, 2005 8:40 AM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Help with denighing access to certain numbers > byCallerID > > > Hi, > > Asterisk 1.0.7 > TE405P - Port 1 - ISDN30 telco > - Port 4 - Primary Rate connection to Phone system > > The system has a mixture of 20+ sip phones and the 50 odd extensions on > the phone system connected to Port 4. &gt...