Displaying 6 results from an estimated 6 matches for "sord".
Did you mean:
shrd
2003 Oct 29
2
Linux -> Win2k
Hello..
Can somebody tell me how or if its possible to sord of map a directory on a
win2k machine to a link or a dir on the linux machine. Like a mirror.
I have a win2k machine (192.168.168.2) and a linux machine (192.168.168.1)
running samba.
Ive been trying to get samba to do it for me, like this :
smb.conf
----------
[super]
comment = Super...
2003 Mar 15
0
[Bug 64] New: Conntrack-Table is not cleared on inferface down using target MASQUERADE
...he same
interface address (and hence any established connections are lost any-
way).
--- cut here ---
The router has two internal nats attached (192.168.1.* and 192.168.2.*) and the
PPPoE-connection to the internet, the iptables are set up the following way:
--- cut here ---
sord 2.1.2tg # iptables -L -n
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- 192.168.1.0/24 192.168.2.0/24
ACCEPT all -- 192.168.2.0/24 192.168.1.0/24
ACCEPT all -- 127.0.0.1 127.0.0.1
ACCEPT all -- 0.0.0....
2008 Aug 02
3
Bubble plots
Is there a way to create a 'bubble plot' in R?
For example, if we define the following data frame containing the level of y observed for 5 patients at three time points:
time<-c(rep('time 1',5),rep('time 2',5),rep('time 3',5))
2016 Mar 18
2
Networking in KVM
Paul,
On Thu, Mar 17, 2016 at 5:47 PM, Digimer <lists at alteeve.ca> wrote:
> On 17/03/16 04:47 PM, paul.greene.va at verizon.net wrote:
> > Thanks, I followed the 2nd article, and it got the existing virtual
> > machines communicating with each other.
>
Right, so your VMs are on the same bridge group now (at Layer2 of OSI).
> >
> > However, any new
2016 Mar 18
0
Networking in KVM
...t;= 0.4.0
Error: No Package found for libltc-devel >= 1.1.1
Error: No Package found for lilv-devel >= 0.14.0
Error: No Package found for lv2-devel >= 1.0.0
Error: No Package found for rubberband-devel >= 1.0
Error: No Package found for serd-devel >= 0.14.0
Error: No Package found for sord-devel >= 0.8.0
Error: No Package found for sratom-devel >= 0.2.0
Error: No Package found for suil-devel >= 0.6.0
I have only checked the first, but aubio is neither in CentOS nor EPEL.
Thus the failure.
Regards
Phil
-------------- next part --------------
A non-text attachment was scrub...
2008 Aug 05
0
P values in non linear regression and singular gradients using nls
...te( names(y) )
}
else
ylabs <- list(y)
####
## sort everything into a useful order
####
if(sorted)
{
ord.x <- do.call(order, xlabs)
ord.y <- do.call(order, ylabs)
}
else
ord.x <- ord.y <- 1:length(x)
forceOrder <- function(X, sord, lord)
factor(X[sord], levels=unique(X[lord]))
x <- forceOrder(x, ord.y, ord.y)
y <- forceOrder(y, ord.y, ord.y)
z <- as.numeric(z[ord.y])
dotcolor <- dotcolor[ord.y]
xlabs <- unique(data.frame(lapply(xlabs, forceOrder,
sord=ord.y...