search for: hereman

Displaying 5 results from an estimated 5 matches for "hereman".

Did you mean: herman
2010 Apr 14
3
tincd without root privileges
hey, is there a way to run tinc on a (linux) box, with a public ip, but on which i don't have root privileges ? the server just connects nodes (behind natted firewall) & relays their traffic, so no need for tap/tun interface on the box itself. ptr_ -- http://www.L45.be/voidpointer 0493 52 5009
2011 Mar 14
2
proportional symbol map ggplot
...area California/Florida= +/-2.25 What we would like is that the proportion of the symbols' area is also equal to 2.0. We see the same in the legend: proportion population 1.6e+07 / 4.0e+06 = 4.0 proportion symbols' area 1.6e+07 / 4.0e+06= +/-5.0 Thanks in advance! Ann Frederix Robbie Heremans
2003 Jan 23
2
Rsyncing of block devices to a remote file
Hello, I'm looking for some assistance in modifying the rsync code Situation: I used to back-up some of my (unmounted NTFS) disk partitions remotely using the following shells construct: dd if=/dev/hda1 | gzip | ssh me@backupmachine 'cat > /backup-dir/hda1-backup.gz' But now I want to use rsync for this, since transfering 10 gig takes a litle to long if a file of a few kB has
2009 Apr 29
0
combine_factor to empty level
...els = levels(fac)[!duplicated(variable)]) : # invalid labels; length 2 should be 1 or 1 #EXAMPLE WORKING testc<-combine_factor(testf, c(1,2,1,2,1,2,1,2,1,2)) levels(testc)<-c("A/C/E/G/I","B/D/F/H/J") table(testc,exclude=NULL) How can I solve the problem? Robbie robbie.heremans.4748 at police.be ********************************************************************** The Belgian Police in no way guarantees the technical integrity of the content of this message, nor the identity of the sender. If you received this message by mistake, any disclosure, reproduction, copying,...
2009 Feb 04
1
igraph: error when setting size and shape of vertices
When the shape of all vertices is set to "square" and the size of the vertices is also set, one get following error (commands attached): Error in l[[which.min(sapply(l, function(p) (p[1] - x0)^2 + (p[2] - y0)^2))]] : attempt to select less than one element Is there a way to solve this problem? Robbie ## Load the igraph package library(igraph) ## Create and plot a small graph