Displaying 20 results from an estimated 600 matches similar to: "Conversion to Binary (base2)"
2010 Feb 07
3
Noval numbers
Dear everybody,
How can I transform numbers to a positional system with the base of, e.g., nine, and do further operations with them?
Thank you in advance
Yours, sincerely
Mag. Ferri Leberl
2008 Sep 14
4
Fetching a range of columns
Hello,
I realize that using: x[x > 3 & x < 5] I can fetch all elements between 3
and 5. However I read in from a CSV file, and I would like to fetch all
columns from within a range ( 842-2411). In teh past, I have done this to
fetch just select few columns:
data <- read.csv(filein, header=TRUE, nrows=320, skip=nskip)
data_filter <- data[c(2,12,17)]
2008 Sep 08
2
(no subject)
Hello all,
I have a very large file (280k lines) containing three comma separated
variables. The first variable is a 0 or 1 depicting a pass or fail. The
other two are X and Y coordinates. Is there a good way I can represent this
data in a chart/plot form other than using a 3d histogram? If I need to use
the histogram, should I base my chart off the example contained in the RGL
package?
Thanks a
2008 Sep 18
2
detecting null values in a CSV file
Hello all,
I have a CSV file, that is 2411 columns wide. There are certain instances in
teh file, where null values are located. That is: two commas together,
without anything in the middle. In a certain section, the only possible
values are NULL, 0,1,and 2. I need to be able to detect these NULL's and be
able to have them counted. For example, in a frequency table. How can I
accomplish this?
2004 Oct 28
5
Maximum ProxyArp
Does anyone know what a good maximum number of machines I should place
in the ProxyArp list?
Thanks
Jamie
2004 Oct 21
3
Ucarp and shorewall
Has anyone successfully setup a shorewall Ucarp solution?
2005 Oct 01
3
dec2bin?
Hello,
I just want to ask if there is any function that can convert decimal
number to binary vector.
Thanks a lot.
Haiyong
2005 Mar 30
1
RE: Shorewall and an inline IDS (snort-inlineorhogwash)
You are awesome!!!!
-----Original Message-----
From: shorewall-users-bounces@lists.shorewall.net
[mailto:shorewall-users-bounces@lists.shorewall.net] On Behalf Of Tom
Eastep
Sent: Wednesday, March 30, 2005 9:11 AM
To: Mailing List for Shorewall Users
Subject: Re: [Shorewall-users] Shorewall and an inline IDS
(snort-inlineorhogwash)
Tom Eastep wrote:
> Thibodeau, Jamie L. wrote:
>
2004 Nov 11
5
URGENT!! some large websites cant be surfered
Clients: Some sites just show the top area not the full page. Some sites
cant be reached at all.
I think it 90% may be the MTU/MSS problem. But I already have set the
shorewall.conf CLAMPMSS=1400 or CLAMPMSS=Yes, but it doest make things
good.
I would be mad. Anybody helps me would so appreciated!
If you want know more info. to diag my problem, I would be please to.
2004 Nov 16
2
I think I did something wrong
If I''m using proxyarp and I try to ping that host from a machine in the
net(untrusted) zone should I get a reply from the firewall address
saying Destination host unreachable?
I would like it to just time out.
Jamie
2004 Dec 13
2
Accounting and MRTG
I have a quick question regarding accounting rules.
This is the contents of my accounting file.
*for reference eth1 is my net interface eth0 is my loc interface
ezp:COUNT - eth1 129.15.70.46 tcp 80
ezp:COUNT - 129.15.70.46 eth1 tcp - 80
smag:COUNT - eth1 129.15.70.24 tcp 80
smag:COUNT - 129.15.70.24 eth1 tcp - 80
2008 Aug 25
2
Large Data Set Help
I am attempting to perform some simple data manipulation on a large data
set. I have a snippet of the whole data set, and my small snippet is 2GB in
CSV.
Is there a way I can read my csv, select a few columns, and write it to an
output file in real time? This is what I do right now to a small test file:
data <- read.csv('data.csv', header = FALSE)
data_filter <- data[c(1,3,4)]
2005 Mar 30
1
RE: Shorewall and an inline IDS(snort-inlineorhogwash)
Plus I would like to let you know that it works like a charm.
Snort can now see those packets.
-----Original Message-----
From: shorewall-users-bounces@lists.shorewall.net
[mailto:shorewall-users-bounces@lists.shorewall.net] On Behalf Of
Thibodeau, Jamie L.
Sent: Wednesday, March 30, 2005 9:25 AM
To: Mailing List for Shorewall Users
Subject: RE: [Shorewall-users] Shorewall and an inline
2005 Jan 21
1
Bridge Questions
I have started looking at implementing shorewall as a bridge and had a
few minor questions.
First off if I want to define hosts in the hosts file would it be
#ZONE HOST(S) OPTIONS
Trust br0:eth0:xxx.xxx.xxx.xx
net br0:eth0
loc br0:eth1
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS LINE -- DO NOT REMOVE
Or like
#ZONE HOST(S)
2005 Mar 30
7
RE: Shorewall and an inline IDS (snort-inline orhogwash)
I made an atempt to run snort_inline and shorewall on the same system
but I could not get snort to see the packets.
Maybe someone with a little more iptables knowledge could tell me what
I''m doing wrong or if its possible to have the systems setup so that it
places packets that the firewall would allow into QUEUE.
After setting up and starting shorewall I then issue the following
2011 Jul 08
1
binary conversion list to data.frame with plyr... AND NO LOOPS!
Happy weekend helpeRs!
As usual, I'm stumped by R...
My plan was to take an integer number, convert it to binary and wind
up with a data.frame where each column is either 1 or 0 so I can see
which bits are changing:
bb<-function(i) ifelse(i, paste(bb(i %/% 2), i %% 2, sep=""), "")
my.dat<-c(36,40,10,4)
my.binary.dat<-bb(my.dat)
2004 Oct 20
1
Failover
I''m expermienting with Shorewall for use protecting my servers(about 25
all currently using pub addresses). My pointy-haired-boss is somewhat
sceptical about adding a firewall that would be a single point of
failier for our services. Does anyone have a good set of documentation
that I could use in setting up either an Active/Active or Active/passive
setup with two identical shorewall
2004 Nov 17
6
Problems with routing
Hi,
here my system on shorewall:
eth0 192.168.108.1 net
eth1 192.168.109.1 dmz
eth2 192.168.110.1 loc_110
eth3 192.168.111.1 loc
I haven''t access from or to server in loc_110 through shorewall. I can
use ssh or other types from loc to dmz or from loc to fw, but I can''t use connections
to loc_110.
I can also use ssh - connection from fw to loc_110 or redirectly.
Where is the
2005 Oct 20
8
Shorwall with Snort inline, question.
Question to the list,
Has anyone here had experience using Shorewall (multi-isp configuration)
with Snort inline? First, is this possible? Second, if anyone has done
this, what documentation, if any did they use to set it up? Third, does
snort have to run inline on a firewall (I''m under the impression it does)?
2004 Oct 19
1
Problem with Internal accessing internal via web
I am not a member of the mailing list.
Shorewall version 2.0.9
ip addr show
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 brd 127.255.255.255 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
4: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000