Displaying 20 results from an estimated 2000 matches similar to: "firewalls, a practical question"
1998 Aug 04
0
summary of responses to "firewalls, a practical question"
A little over a week ago I posted asking about setting up a linux box
between an existing router and a switch in order to provide firewall
service to a subnet of machines. I was curious what experience others
had with this type of setup in terms of machines, configurations, and
the appropriateness of using linux in this manner.
There were basically three issues discussed in replies: hardware
1998 Aug 02
0
ipportfw - security
Hi
Are there any known security holes or necessary precautions in using port
forwarding with ipportfw?
I'm planning on forwarding ports from an outer firewall/router (connected
to the Internet) to a host in the DMZ, then on from the DMZ host to the
inner firewall, and finally from the inner firewall to some host on the
inside.
Thanks,
Jens
jph@strengur.is
From mail@mail.redhat.com Wed
2001 Sep 14
1
Rai and Van Ryzin Model
R-users,
Has anyone implemented (coded) the Rai and Van Ryzin dose-response model from
their 1985 Biometrics paper. I'm trying to avoid re-inventing the wheel. If not
any hints on coding this would be greatly appreciated.
Thanks,
--
==================== Calvin L. Williams, Ph.D. ====================
Department of Mathematical Sciences, Clemson University
2001 Sep 29
2
Optimized Likelihoods
R-Users,
I'm in the process of developing some notes on optimizing likelihoods
for a class I'm teaching next term. Can anyone offer examples showing
the optimization of a complex likelihood function that they wouldn't
mind sharing using optim(). I've adapted some of the S-plus likelihood
examplesfrom the ``Guide to Statistics" and the Zip example from ``Statistical
Models in
2013 Nov 12
0
CentOS Digest, Vol 106, Issue 12
FATNA FATTACH
23 ANS
Hay El FALAH RUE 1 N?56 RESIDENCE BEN AMOUR 2
ETAGE 2 Casablanca
0653185512
E-mail :
jalilafattach at hotmail . Fr.
TECHNICIEN SPECIALISE EN RESEAUX
INFORMATIQUE
ETUDES ET FORMATION :
-2013-2014 : Dipl?me en
technicien sp?cialis? en r?seaux informatiques.
-Niveau
d?instruction : Bac science de la vie
2012 May 11
0
Using xpathapply or getnodeset to get text between two distinct tags
Hello:
The following code extracts the links to the daily transcripts of Canada's House Of Commons. 'links' is a matrix of URLs (ncol=1), each of which points to one day's transcripts.
If you inspect the code for scrape(links[1]), you will find that periodically there appears an italicitze tag after a paragraph tag (<p some text ><i>Translation</i></p>.
2002 Apr 21
2
Simple Coding problem ?
R-users,
This may be a simple problem, but I don't have an intuition of
how simple it could be. Suppose I have a sequence of numbers
corresponding to a series of diagnoses on the same patient
over a sequence of time. The diagnoses are coded 1,2,3,4,5, but
could come in a sequence like 1,3,2,5,3,5,...etc. Is there a simple
way to count the number of times a 1 diagnosis is followed by a 2, or
a
2011 Feb 07
4
delete rows
Hello. I came across your response in an R forum and could use your help. I have a data set with 472 rows. I want to delete rows 416 through 472. The name of my data set is MERGE.
I am an extreme R novice. How do I write a script to accomplish this?
Thank you.
---
Christopher H. Porter, M.A., M.Ed.
Director, Undergraduate Recruitment
College of Engineering and Science
Clemson University
2003 Jun 13
2
Samba servers
I'm new to SAMBA and am somewhat confused. So I'll get right to the point.
Situation:
I am running both UNIX (Solaris 9) and Windows 2000. I have a system running on Windows
will be creating some large files. These files need to be input to a system running on
the UNIX (Solaris) box.
Solution?
I would like to be able to have the system on the UNIX box be able to read the files on
Windows
2011 Jul 21
0
Survdiff for multiple comparisons
Hello all-
I am doing a survival analysis for two species of invasive plants I
outplanted to edges and interiors of island and mainland sites in a local
reservoir. I am using the KM estimate and had no problem doing survdiff for
my data using the following code:
S4<-Surv(outplant$SurvTime, outplant$StatusD6)
diff4=survdiff(S4 ~ outplant$Species+outplant$SiteType+outplant$EdgInt)
diff4
1998 Aug 17
0
IP Filters and Firewalls:Summary of Source Info
wolff@BitWizard.nl wrote:
> This is Exactly why that option exists, and why you should turn it off
> (or leave it off, whatever.).
>
> Roger.
>
> fire fire <fire@topor.net> wrote:
> > Glynn Clements wrote:
> >
> > > Duncan Simpson wrote:
> > >
> > > > > That's the kind of questions
2009 May 18
1
error in importing text files
Hello All:
I am very new to R and am trying to import some (107) text files into R while simultaneously manipulating the data into a structure that I can use. Below is a description of what I am trying to ultimately accomplish. However, I find that I am unable to even read one file into R using the read.table function. I get the following error:
> test<-read.table("test4.txt")
2009 Jul 29
1
Batch computer account creation
I'm looking for a way to batch create a list of computers accounts in
Active directroy running on Windows 2000 PDC.
I tried to use perl ldap to create those objects but I didn't manage
to set the sAMAccountType to "805306369" ( apparently this is a read
only auto generated value)
Is there any way to do that under Linux ?
Thanks,
Thomas
#! /usr/bin/perl
use strict;
use
2009 May 19
2
Using while statements to insert rows in a dataframe
Hi.
I am very new to R and have been diligently working my way through the manual and various tutorials. I am now trying to work with some of my own data and have encountered a problem that I need to fix. I have a dataframe with 8 columns and approximately 850 rows. I have provided an excerpt of the dataframe below. Within column 6 (Question) the numbers 1:33 repeat down the entire column.
2009 Sep 26
1
renaming intercept column when retrieving coeficients from lme using coef function
I am still fairly new to R and have a fairly rudimentary question. I am
trying to name a vector of coefficients retrieved from a multilevel model
using the coef function. I guess the default name is "Intercept" and I
cannot figure out how to rename it.
I have tried the using the code below to name the column of coefficients
ind.y derived from an lme model. Unfortunately, the
2017 Aug 11
0
Problem in retrieving list parameters
Hello,
I am having some problem in retrieving the list elements
Code
Mean_of_mc is a list as described below
mean_mc_1 mean_mc_2 mean_mc_3
mean_mc 0.9577246 2.000516 2.962521
mean_mc 7.957725 9.000516 9.962521
optim(par=c(lVal=2, mu=Mean_of_mc),
fn=xnorm,
method = "BFGS", control=list(fnscale=-1))
xnorm= function(par)
{
print(par)
2007 Jun 26
1
Wireless networking in CentOS 4.4
Trying to set up wireless networking with CentOS 4.4 on a (new Dell)
laptop and have looked at http://www.ces.clemson.edu/linux/fc2-
ipw2200.shtml
and http://www.centos.org/modules/newbb/viewtopic.php?
topic_id=2532&forum=30
regarding use of ipw2200, which is included in the kernel. The problem
is that it doesn't appear to be actually installed/loaded because the
Intel Corporation
2007 Jun 28
2
CentOS iso for Sparc64 machine
Hi,
I have been looking for CentOS for sparc based machines without luck. I
tried to use birorrent to download it without luck. I really would
appreciate anyone letting me know because I have a Sun Ultra 60 that I would
love to install it on. Thanks!
-- Dexter
Dexter F. Stowers
Systems Administrator Unix/Linux/Windows/Mac
Clemson University
--
Desire is the ingredient that changes the hot
2013 Jul 01
0
Installing NUT on Solaris
On Jul 1, 2013, at 12:47 PM, John Thurston wrote:
> I'm running Solaris 10 on a dozen SPARC boxes. I'd like to explore NUT for use with our snmp UPS, but I'm unable to complete the configure/make/install process.
>
> Can anyone share a how-to for solaris?
Here's some general NUT-on-Solaris information:
http://people.cs.clemson.edu/~gdowdin/work/ch06.html
Can't
1996 Nov 14
0
setgid binaries
Hi,
I''ve been thinking about group membership and the corresponding (weak)
restrictions to system resources. Consider the following:
% cat > gsh.c
main()
{
system("/bin/sh");
}
% cc -o gsh gsh.c
% id
uid=100(joe) gid=500(users) groups=14(floppy),15(sound)
% chgrp sound gsh
% chmod g+s gsh
% mail abuser
Subject: You owe me $5...