Displaying 20 results from an estimated 400 matches for "556".
Did you mean:
1556
2009 Jun 03
11
Centos 5.3 -> Apache - Under Attack ? Oh hell....
...metimes ( to such an extent that its very noticeable) on a box with just 8 users or so.
i m getting this when i run 'top'. The worrying thing is seeing the work 'atack' under command
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
23119 apache 15 0 964 556 472 S 0.7 0.0 0:03.68 atack
23479 apache 15 0 964 556 472 S 0.7 0.0 0:01.94 atack
22170 apache 15 0 964 560 472 S 0.3 0.0 0:05.23 atack
22375 apache 15 0 964 560 472 S 0.3 0.0 0:04.21 atack
22858 apache 15 0 964 560 472 S 0.3 0.0 0:02.87 atac...
2018 May 22
4
remove rows of a matrix by part of its row name
Dear R-experts,
How can I remove a certain feature or observation by a part of its name. To be clear, I have a matrix with 766 observations as a rows. The row names are like this
70/556
71.1/280
72.1/556
72.1/343
73.1/390
73.1/556
Now I would like to remove all the rows that contain the text 73.1
Any ideas or suggestion please ?
Regards
**********************
Ahmed Serag
Analytical Chemistry Department
Faculty of Pharmacy
Al-Azhar University
Cairo
Egypt
[[alternativ...
2016 Feb 13
2
Tinc Router Mode - PING RESULT is destination host unreachable
...id 1, seq 24,
length 40
01:00:33.569452 IP 192.168.1.2 > 10.0.0.1: ICMP echo request, id 1, seq 24,
length 40
01:00:33.569877 IP 10.0.0.1 > 192.168.1.2: ICMP echo reply, id 1, seq 24,
length 40
01:00:33.569918 IP 10.0.0.1 > 192.168.1.2: ICMP echo reply, id 1, seq 24,
length 40
01:00:35.242556 ethertype IPv4, IP 192.168.1.2 > 192.168.2.1: ICMP echo
request, id 1, seq 25, length 40
01:00:35.242556 IP 192.168.1.2 > 192.168.2.1: ICMP echo request, id 1, seq
25, length 40
01:00:35.242556 IP 192.168.1.2 > 192.168.2.1: ICMP echo request, id 1, seq
25, length 40
01:00:35.243018 IP 192....
2014 Aug 28
0
OT: problems with pam_mount
...0, e=0/1000000)
(mount.c:72): Messages from underlying mount program:
(mount.c:76): mount error(126): Required key not available
(mount.c:76): Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
(mount.c:722): could not remove /home/MVZ/gburck again: Das Verzeichnis ist nicht leer
(mount.c:556): 14 20 0:13 / /sys rw,nosuid,nodev,noexec,relatime - sysfs sysfs rw
(mount.c:556): 15 20 0:3 / /proc rw,nosuid,nodev,noexec,relatime - proc proc rw
(mount.c:556): 16 20 0:5 / /dev rw,relatime - devtmpfs udev
rw,size=10240k,nr_inodes=256052,mode=755
(mount.c:556): 17 16 0:10 / /dev/pts rw,nosuid,n...
2016 Feb 12
4
Tinc Router Mode - PING RESULT is destination host unreachable
Hi All,
I am trying to setup the site-to-site VPN with TINC for connect my home
network to company network. Here is the IP allocation and configuration for
your reference.
Home PC (192.168.1.2) ?-----? Home (OPENWRT Router, 192.168.1.1, 10.0.0.1)
?----------------? INTERNET ?-------------? COMPANY (Windows 7
PC,192.168.2.1, 10.0.0.2) ?------------? COMPANY (SERVER ZONE) ?----? SERVER
A
2018 May 22
0
remove rows of a matrix by part of its row name
Hello,
Use grep to get the row indices and then subset with a *negative* index
to remove those rows.
rn <- scan(what = character(), text = "
70/556
71.1/280
72.1/556
72.1/343
73.1/390
73.1/556
")
mat <- matrix(rnorm(6*6), nrow = 6)
row.names(mat) <- rn
inx <- grep("73\\.", row.names(mat))
new_mat <- mat[-inx, ]
new_mat
Hope this helps,
Rui Barradas
On 5/22/2018 11:48 AM, Ahmed Serag wrote:
> Dear R-experts,...
2003 May 07
4
[Bug 556] TCP_NODELAY not set completely for port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=556
Summary: TCP_NODELAY not set completely for port forwarding
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
Assign...
2018 May 22
0
remove rows of a matrix by part of its row name
...* Ahmed Serag; r-help at r-project.org
> *Subject:* Re: [R] remove rows of a matrix by part of its row name
> Hello,
>
> Use grep to get the row indices and then subset with a *negative* index
> to remove those rows.
>
> rn <- scan(what = character(), text = "
> 70/556
> 71.1/280
> 72.1/556
> 72.1/343
> 73.1/390
> 73.1/556
> ")
>
> mat <- matrix(rnorm(6*6), nrow = 6)
> row.names(mat) <- rn
>
> inx <- grep("73\\.", row.names(mat))
>
> new_mat <- mat[-inx, ]
> new_mat
>
>
> Hope this...
2003 Aug 26
2
[Bug 556] TCP_NODELAY not set completely for port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=556
------- Additional Comments From markus at openbsd.org 2003-08-27 02:56 -------
sshd already sets nodelay for the connection, but conditionally, and
only for interactive sessions, so this is the well known problem:
why does sshd traditionally set no delay only for interactive sessions.
--...
2007 Apr 02
2
[Bug 556] --modprobe parameter of iptables does not work
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=556
------- Additional Comments From griffon26@kfk4ever.com 2007-04-02 21:48 MET -------
Created an attachment (id=291)
--> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=291&action=view)
Fix for ignoring of user-supplied modprobe
------- Additional Comments From griffon26@k...
2003 Jun 04
1
[Bug 556] TCP_NODELAY not set completely for port forwarding
http://bugzilla.mindrot.org/show_bug.cgi?id=556
djm at mindrot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |WORKSFORME
------- Addition...
2006 Mar 13
1
[Bug 556] TCP_NODELAY not set for non-interactive sessions
http://bugzilla.mindrot.org/show_bug.cgi?id=556
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #294 is|0 |1
obsolete| |
------- Comment #10 from dtu...
2006 Feb 26
11
Asterisk question
Any idea how to read an external file, grab some stuff and push it back
into an Asterisk variable?
I can do it the other way with:
system(echo "${UNIQUEID} =>" >> /home/ast/curr_calls)
but I'm a bit stumped on how to go the other way around....
much thanks,
Paul Hales
2007 Aug 21
2
standardized cronbach's alpha?
Hi list members
Any easy way to get standardized cronbach's alpha for a scale, as in SPSS?
Thanks
Steve Powell
proMENTE social research
research | evaluation | training & consulting
Kranj?evi?eva 35, 71000 Sarajevo
mobile: +387 61 215 997 | office: +387 33 556 865 | fax: +387 33 556 866
Checked by AVG Free Edition.
17:44
2007 Apr 02
0
[Bug 556] New: --modprobe parameter of iptables does not work
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=556
Summary: --modprobe parameter of iptables does not work
Product: iptables
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: iptables
AssignedTo:...
2008 Sep 04
2
printing name of object inside lapply
...arse(substitute(z))
cat("some other text",obj.nam,"and so on","\n")
}
)
But instead of getting "a" "b" etc. I get X[[1L]] etc.
Any ideas?
www.promente.org
proMENTE social research
Krančevićeva 35
71000 Sarajevo
mob. +387 61 215 997
tel. +387 556 865
fax. +387 556 866
[[alternative HTML version deleted]]
2007 Feb 27
4
ordered matrix question
...e an easy way to generate an object wich will be the same matrix, but
ordered by de cfp value?
The data frame consists of numeric columns:
"Block" "X" "Y" "cfp" "yfp" "ID"
0 524 244 213.41795 7.18482109 1
0 556 270 65.383904 9.568372661 2
0 528 316 40.789474 5.573732175 3
0 642 432 135.81734 12.40134427 4
0 716 430 34.359135 3.944923077 5
0 894 362 109.63158 3.197160316 6
0 958 130 63.98452 3.396452004 7
0 506 92...
2008 Oct 17
4
srv records not being honoured properly
...081ddc28 is circuit-busy
== Everyone is busy/congested at this time (1:0/1/0)
And here's the packet trace:
10:15:16.612062 IP 67.193.213.184.5060 > 209.9.237.93.5070: SIP, length: 855
10:15:16.652721 IP 209.9.237.93 > 67.193.213.184: ICMP 209.9.237.93 udp port 5070 unreachable, length 556
10:15:17.613997 IP 67.193.213.184.5060 > 209.9.237.93.5070: SIP, length: 855
10:15:17.654697 IP 209.9.237.93 > 67.193.213.184: ICMP 209.9.237.93 udp port 5070 unreachable, length 556
10:15:18.611068 IP 67.193.213.184.5060 > 209.9.237.93.5070: SIP, length: 855
10:15:18.652786 IP 209.9.237.9...
2007 Feb 23
1
ooh323 hang up after the call is answered
...538 Sent Message - TerminalCapabilitySetAck (incoming,
ooh323c_1)
10:57:40:542 Master Slave Determination received (incoming, ooh323c_1)
10:57:40:542 MasterSlaveDetermination done - Slave(incoming, ooh323c_1)
10:57:40:542 Sent Message - MasterSlaveDeterminationAck (incoming,
ooh323c_1)
10:57:40:556 Opening logical channels (incoming, ooh323c_1)
10:57:40:556 ERROR:Local endpoint does not have any audio capabilities
(incoming, ooh323c_1)
10:57:40:556 ERROR:Failed to open audio channels. Clearing
call.(incoming, ooh323c_1)
10:57:40:556 Sent Message - EndSessionCommand (incoming, ooh323c_1)
1...
2006 Jul 18
2
File Browser / shared domain tool
...h progress the whole bit.
The theme other than the banner was done by Ian Monk. other than that i''ve
done it all myself.
Try it out e-mail me if or when it breaks, i hope you like it.
--
Ryan McGovern
UCIT Public Computer Labs
Lab assistant / "web guy"
412a Teachers College
513-556-2418
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060718/1aa9566a/attachment.html