Displaying 20 results from an estimated 70 matches similar to: "Christmas tree graphs"
2012 Jul 02
5
ggplot: dodge positions
Dear all,
I want to get a series of boxplots (grouped by two factors) and I want to overlay the original observations and the following code does almost what I want:
library(ggplot)
ddf <- data.frame(x=factor(rep(LETTERS[1:4], each=30)), y = runif(120,0,10), grp = factor(rep(rep(1:3, 10), 4)))
ggplot(ddf, aes(x, y, colour=grp)) + geom_boxplot() + geom_point()
Yet the position of the points
1999 Sep 20
1
POP secure access??
Hi, I'm looking for a solution to access pop mails (sendmail in linux)
securely. Most of the access would be from window clients (outlook express
etc). Is there a way to encrypt the password (like ssh2) when authenticating
with sendmail? Any info is greatly appereceiated. Thx.
Regards,
Wong.
1999 Dec 13
0
email security (was "IMAP security across the net")
How about kpop? Anybody hear of this? it is some sort of kerberos
security scheme, I think.
I see it in the eudora esoteric settings, but I am not sure what has
to be running on a LINUX server to do this. My knowledge of kerberos
is quite limited.
Blair Lowe [mailto:Blair.Lowe@compeng.net] wrote:
> We are wondering if anyone knows the security features of IMAP.
>
> I know (at least I
2008 Feb 09
1
Problem with fitdistr function
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2004 May 22
4
Samba 3 write performance drop on files > 16 MB
> I have been running performance tests on our Debian-Samba 3 file
> server. It is running the 2.4 kernel on a ProLiant DL380 G3 server
> (Full Specs below). For a windows client, we are running Windows 2003
> server on the exact same hardware. They are both running at Gigabit
> speed.
>
> What we have found is that on files 16MB and smaller we can get better
>
1998 Jun 08
27
Services not required?
I''m in the process of locking down as much of my systems here
as possible as to available ports. I am down to only a handful
but am not sure how much of a security risk they pose and was
wondering if anyone here might be able to comment, or suggest
secure versions to run:
21/FTP (WU-ftpd v2.4.2 BETA 14)
22/SSH (1.22)
23/TELNET (Netkit 0.09)
25/SMTP (Sendmail
2005 Jun 14
2
master/config rewrite
I've finally got it to work, kind of .. It should allow you to log in,
but several settings don't work yet and there are probably many bugs.
Anyway, I thought I'd show this already in case someone is interested
of looking how it works :)
One thing I'm still wondering a bit is if I should show process names
as:
32602 pts/19 S 0:00 dovecot/config
32603 pts/19 S
2003 Aug 14
0
Running wine without windows - nothing works
Hi all,
I'm trying to get wine to work on SuSE Linux 8.2 but I'm having a very hard
time at getting any program running. I need to be able to run a couple of
Windows programs (namely Dreamweaver and Paint Shop Pro) but would like to
avoid having a windows partition.
One of the first things I did was install the latest wine version and got a 97%
from winecheck (only some small errors
2006 Oct 31
0
6289017 sun4v system hangs during the boot
Author: girish
Repository: /hg/zfs-crypto/gate
Revision: f64a7e21d05cca4bf31d88ff587ea37efcf3eaf0
Log message:
6289017 sun4v system hangs during the boot
Files:
update: usr/src/uts/sun4v/os/mach_startup.c
2004 Nov 02
2
netbios lookup
Hello all,
My network is configured like this:
- a local network, with Windows Domain
- a DMZ network for our servers
We communicate between both by proxyarp.
Because we need to share folders with our servers in DMZ, these servers
are using samba. We have any problems to shared folders with them; ie
calling them by their IP address, EXCEPT that netbios name of our
servers in DMZ aren''t
2010 Apr 02
0
unsupported xen domain management
hello,
Env:
Ubuntu Karmic Server 9.10
Xen 4.0 rc8
kernel 2.6.32.10 pv_ops
Trying to import a working xen cfg file into domain management causes this crash. This ability is not so vital, but maybe someone can shed light on the missing packages/thing.
tlviewer@ubsvr91:~$ sudo xm new /etc/xen/vm/karmic.py
Unexpected error: <type ''exceptions.ImportError''>
Please report to
2008 Nov 18
3
High system in %system load .
Hello
Got strange problem with high system "%system load" and very slow user level
programs (apache+php+mysql) behavior
gstat shows 1.5-4% hard disk busy load but system shows about 20-30% load
while user load is max 5%.
vmstat shows from 2 to 35 process in "b" state.
Now use 7.0-RELEASE-p5 , but the same problem was with 7.0-RELEASE.
And have no idea what to do with this.
2005 Jan 05
0
tc and ntop inconsistent trafic.
Dear List,
I am trying to limit some IP blocs with tc with following three step.
# interface
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 256kbit
# class
tc class add dev eth0 parent 1: classid 1:1 cbq rate 64kbit \
allot 1500 prio 5 bounded isolated
# rules
# download
tc filter add dev eth0 parent 1: protocol ip prio 16 u32 \
match ip dst 10.0.1.0/24 flowid 1:1
# upload
tc
2005 Dec 05
1
Scalix on CentOS
www.scalix.com
the community edition.
I have not gone too far in, the system I would run it on won't be
built for a week,
but it lists Fedora Core 4 as one of the OS options.
Also RH Enterprise 3 or 4.
What do I select to install it on CentOS 4.2?
2015 Apr 07
2
OpenSSH 6.6.x sends invalid SSH_MSG_USERAUTH_INFO_REQUEST
Darren Tucker <dtucker at zip.com.au> writes:
>That's a vendor-modified version of OpenSSH. Assuming it corresponds to
>what's in FreeBSD head, there's about a thousand lines of changes.
Ugh.
>Can you reproduce the problem with an unmodified version from openssh.com?
>Failing that, can you get the server-side debug output from a failing
>connection (ie
2016 Mar 28
1
no logon server
You may have included this in another email however I will ask anyway, did
you set DNS to your server in the Linux and Windows clients? Can you check
if a Windows Server can join? Can you use DNS management to check the DNS
on you samba server?
On Mar 28, 2016 2:15 PM, "Dale Schroeder" <dale at briannassaladdressing.com>
wrote:
> No takers thus far. These are the Samba 4.2
2006 Mar 16
4
calling an actionview method from inside a model
Hi,
I would like my model instance to produce it''s own list of options for
a form select. This is from a product model that has_many variations
def alts_for_select(current_id)
the_map = variations.map{|v| [v.name, v.id]}
options_for_select(the_map, current_id)
end
the model cannot see the options_for_select method
I tried to use
2008 Feb 09
1
Problem with fitdistr function while estimating parameters
Hello,
I am using fitdistr function for parameter estimation.
When I use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
fd<-fitdistr(V2,"weibull")
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
2008 Feb 10
2
Error in optim while using fitdistr() function
Hello,
I am trying to fit distribution for data consisting of 421 readings.It is
basically no of requests arrived per minute.It contains many 0 entries as no
of requests.When i use
fd<-fitdistr(V2,"gamma")
I get following error:
Error in optim(x = c(0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, 0L, :
initial value in 'vmmin' is not finite
What should I do ? I need
2005 Jan 06
3
tc and ntop inconsistent data flow
Dear List,
Sorry for the dublicated email but I couldn''t get any answer.
I am trying to limit some IP blocs with tc with following three step.
# interface
tc qdisc add dev eth0 root handle 1: cbq avpkt 1000 bandwidth 256kbit # class
tc class add dev eth0 parent 1: classid 1:1 cbq rate 64kbit \
allot 1500 prio 5 bounded isolated
# rules
# download
tc filter add dev eth0 parent 1: