similar to: OT: Managing change control in servers, LDAP, firewalls and switches question

Displaying 20 results from an estimated 7000 matches similar to: "OT: Managing change control in servers, LDAP, firewalls and switches question"

2010 May 05
12
puppet for switches
This might be a crazy idea, but it just popped into my head, and I wanted to know if it''s possible. Perhaps not possible right now, but possible in a theoretical sense. Is it possible that puppet could be modified to be used to manage switches that have a command line based interface? When I manage our Allied Telesis switches (which have a CLI similar to cisco IOS) I wonder if I could
2007 Mar 08
1
how to assign fixed factor in lm
Hi there, > Value=c(709,679,699,657,594,677,592,538,476,508,505,539) > Lard=rep(c("Fresh","Rancid"),each=6) > Gender=rep(c("Male","Male","Male","Female","Female","Female"),2) > Food=data.frame(Value,Lard,Gender) > Food Value Lard Gender 1 709 Fresh Male 2 679 Fresh Male 3 699 Fresh
2013 Apr 17
2
Problem with DateVisit-gives wrong year?
Hi I have the following factor of dates that I want to converted to Date class so I can extract the month > test.date [1] 14/05/2012 14/05/2012 14/05/2012 14/05/2012 14/05/2012 14/05/2012 [7] 14/05/2012 14/05/2012 14/05/2012 14/05/2012 201 Levels: 01/10/2012 01/11/2012 01/12/2012 02/07/2012 ... 28/09/2012 I use code below ntest.date<-as.Date(test.date,'%d/%m/%y') but the output
2012 Oct 24
2
Recode function car package erases previous values
Hi all, I am attempting to create a new variable based on values of other variables. The variable is called pharm. It basically takes the numeric code of 1 as yes and 0 to be No from the variable B20_C1 (a question on a survey). However, I would also like to have a level for non-respondents and these are captured in the variable nr.B20C, which is a 1 when there is a non-response on the whole group
2013 Aug 22
1
converting a summary table to survey database form
Hi! I am looking to choose a condom based on its pleasure score. I received some summarised data from 10 individuals: structure(list(Ramses = c(4, 4, 5, 5, 6, 3, 4, 4, 3, 4), Sheiks = c(5, 5, 6, 4, 7, 6, 4, 5, 6, 3), Trojans = c(7, 8, 7, 9, 6, 3, 2, 2, 2, 3), Unnamed = c(2, 1, 1, 3, 3, 4, 5, 4, 4, 3)), .Names = c("Ramses", "Sheiks", "Trojans", "Unnamed"),
2013 Mar 28
1
question about attaching data
Hi I just would like to know, When I have a dataframe, like this one called 'dummy' And I attach it. Then I run my code. I then update the dataframe by making changes and I still call it 'dummy'. I run my code again. Now dummy is at position 1 and position 2 of the search path and if I run the code again, with another version of 'dummy' it updates and eventually my search
2013 Jan 11
3
Using table to get frequencies of several factors at once
Hi, I have a dataframe with n columns, but I am only looking at five of them. And lots of rows, over 700. So I would like to find frequencies for each of the numeric columns (variables) using the table function. However, is there a fast way to produce a frequency table where the 5 rows represent the 5 numeric variables and the columns refer to the values (levels) of the respective numeric
2013 Jan 15
1
Removing an attached object
Dear All, I am a bit confused, I attached my data frame using 'attach(DATA)' Then I removed it using 'rm(DATA)' But for some reason it is still at position 2 at the search path search() [1] ".GlobalEnv" "DATA" "package:foreign" [4] "package:stats" "package:graphics" "package:grDevices" [7]
2006 Nov 05
9
names of SIP aware firewalls
Besides ranch networks and borderware, what other SIP aware firewalls for the SOHO/medium market exists? -- ------------------------------------------------------------ Erick Perez Panama Sistemas Integradores de Telefonia IP y Soluciones Para Centros de Datos Panama, Republica de Panama Cel Panama. +(507) 6694-4780 ------------------------------------------------------------
2012 Sep 04
3
Tendonitis and R users
Hello This request asks something beyond the technicalities of the R language, I would like to ask you wonderful people if you have ever suffered as programmers ( or de facto programmers like myself though I am a 'research assistant') from tendonitis and how you coped with it, i have golfer's elbow on both sides. Any resources? Pancho Mulongeni Namibia
2012 Oct 17
2
Setting all rows of a certain level to NA in a factor
Hello everyone. My task is set certain levels (that is all rows of that level) as missing values in factor B20_A. Excuse the notation, it happens to be a question number in a survey. So I thought it would work easily by defining the levels and their labels using the 'factor' function. > levels(B20_A) [1] " " "5.6" "No " "Yes" #as you can see
2003 Jun 06
2
Firewall & samba
Hi Just wondering if anyone could help with regarding the following. I have a number of Linux servers within an NT domain and I can access all of them. But I have a linux server behind our (raptor) firewall - samba has been configured on it and appears to be running. What I want to know is how do I access it from the NT domain. I know I will have to make some changes on the firewall - but how
2006 Sep 26
3
Pix Firewall Monitoring Software on Linux
hey friends, I am looking for a free open source software (web based or application) through which I can monitor the Pix Firewall. What it should show Interface status or traffic , VPN Connectivity status, CPU Status, Memory Status etc. I am also running DHCP server on Pix Firewall (due to some reasons) If it can monitor that also means showing how many IPAddresses has been assigned, to whom,
2011 Jun 09
2
Reshape:cast; error using "..." in formula expression.
Whenever I use "..." in the formula of the cast function, from the reshape package, I get the following error: Error in `[.data.frame`(data, , variables, drop = FALSE) : undefined columns selected For example: data(french_fries) #available in the reshape package > head(french_fries) time treatment subject rep potato buttery grassy rancid painty 61 1 1 3 1
2020 Mar 15
1
EPEL Package update?
We run RANCID at the day job to back up switch and router configs. Version 3.11 adds some support for devices we need. The current EPEL version is 3.9. I filed a request at Fedora to get it updated, which they have completed (version 3.11), but it still hasn't made it into the EPEL for CentOS. What's the right place/process to get the update into EPEL for CentOS? All pointers
2009 May 05
1
re shape package - use one cast() instead of many
I have a data set that I'm trying to melt and cast in a specific way using the reshape package. (I'll use the ff_d dataset from reshape so I don't have to post a toy data set here. ) Lets say I'm looking for the interaction of treatment with each type of "variable" in ff_d. Using the command below gets me this. Subject will get a column and each treatment type by each
2011 Sep 15
1
TOP and Rayman 3 wine 1.3.28
Hello Everyone, I just wanted to let you all know that Rayman 3 hangs just after starting a new game with no output on the terminal. Also Tales Of Pirates Online crashes randomly sometimes after 5 mins sometimes after 8 hours but it crashes. Here is the output from the terminal. preloader: Warning: failed to reserve range 00010000-00110000 preloader: Warning: failed to reserve range
2012 Oct 29
1
How emulate the function 'order' without with the function 'sort' in R
Ol? amigos tudo bem ? Espero que sim. Sou novo aqui e gostaria muito da ajuda dos senhores para resolver um pequeno probleminha no R. Ent?o, estou com um probleminha com uma atividade que relaciona duas fun??es no R, ? o seguinte: Primeiro atrav?s da fun??o sample ? criado um vetor aleat?trio: x <- sample(1:100, 20) Depois aplico a fun??o sort que tem como objetivo ordenar os elementos em
2012 Oct 11
2
any good rpm source for tac_plus (tacacs+) server for centos 6?
Any good source to tac_plus server for centos 6? thanks, -- Eero
2007 May 02
2
PRI T1 Problems
Sorry for disturbing you, but we have some problems with an installation with multiple (84) T1s from Quest. Now, our Problem is disconnected numbers are reported by sending in- band channel alert message and the B-Channel will have the tri tone and respective message but the line is never "picked up" and stays in ringing when dialling. So disconnected numbers are never detected as