Displaying 20 results from an estimated 169 matches for "envisage".
2005 Mar 12
2
Can SAMBA be useful for me ?
...am planning to set up a small compute farm consisting of x86 notebooks
on a switched ethernet lan. These only have one nic and limited disk, so
that I need to import a data partition from an external file server. For
this purpose I'd like
to use a w98 PC that has access to internet over dsl. I envisage
connecting all machines to the ethernet switch using 10/100 links. The
ip addresses would be (i) the DHCP-assigned address for the w98 machine,
and (ii) local addresses for the linux machines, such as 10.0.0.*
Can I use SAMBA to turn the w98 box into a file-server and use the linux
notebooks as SA...
2006 Dec 20
2
Re: Match a Numer - then continue with, dialplan
> -----Original Message-----
> From: Tony Mountifield [mailto:tony@softins.clara.co.uk]
> Sent: Wednesday, December 20, 2006 2:41 PM
> To: asterisk-users@lists.digium.com
> Subject: [asterisk-users] Re: Match a Numer - then continue with,
> dialplan
>
>
> In article
> <645FEC31A18FE54A8721500CDD55A7B6035D0C6C@mail.oneeighty.com>,
> Douglas Garstang
2011 May 07
4
how to calculate the mean of a group in a table
Hi its me again
I don't mean to get on your nerves, but the use of R proofs to be a bit more
complicated than envisaged.
I would like to calculate the mean of a group of values, here
"wage_accepted". The group is determined by the stage and period, so in the
end there should be a column with the values of the wages in period 1
stage1, period 1 stage 2, period 2 stage1... Unfortunately, I haven't much...
2010 Aug 24
2
Finding pairs
Dear R Helpers,
I am a newbie and recently got introduced to R. I have a large database containing the names of bank branch offices along-with other details. I am into Operational Risk as envisaged by BASEL II Accord.
I am trying to express my problem and I am using only an indicative data which comes in coded format.
A (branch) B (controlled by)
144
145
146
147 144...
2003 Apr 17
4
Implementation of W2K Group Policies from a Linux Server
...client
machines, from a Linux/Samba Server. There will be approx 30
Win2K/WinXP Client Machines.
Our questions are this:
Is this possible currently with Linux/Samba? As weve found little
info on this...
If so, are there Graphical Management Tools for the User/Groups
and Group Policies? As we envisage the possibility of relatively
inexperienced ppl having to at times perform simple administration
tasks...
What sort of minimum specs are we talking, for a machine to run
this service? (we will also be running a Linux Gateway/Firewall on a
separate box)...
Thanks
Daniel Bell
2006 Sep 22
2
"logistic" + "neg binomial" + ...
...but as a result of preceding impacts an item would be
expected to have a "cumulative frailty" such that the
probability of failure due to a particular impact would
possibly increase according to the series of impacts
already survived.
Without the "cumulative frailty" one could envisage
something like a logistic model for the probabiliy
of failure at each impact, leading to a kind of
generalised "exponential distribution" -- that is,
the likelihood for each item would be of the form
(1-P[1])*(1-P[2])*...*(1-P[n-1])*P[n]
where P[i] could have a logistic model in terms...
2015 Mar 23
2
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
...l.
What's the benefit/purpose of the MDLLVMModule over just having the
> MDCompileUnits themselves? I would imagine the user cares about which
> source file the problem was in (obtained from the MDCompileUnit), not the
> sequence of BC modules that may've been built into?
>
We envisage it to be useful when an analysis tool built using LLVM needs to
know which MDCompileUnits were part of a particular library that has been
linked in. For instance, we're currently analysing the sandboxing behaviour
within the Chromium web browser, which comprises hundreds of internal
libraries a...
2006 Jun 28
3
Best way to structure this?
...aper may have parameters such as {colour, size (A4,
letter, legal), stack size, quality}...
I''m thinking that I shall need to have one table per item (pens, paper,
etc.). The table will store the Request ID (from the requests table)
and also the details of the request. The problem I envisage is that
maintenance will require creating a new table every time a new type of
item is got.
Would this be the best way to manage this problem? Is there a different
approach that I should explore? How would I get my code to
automatically recognize the newly added items?
Thanks,
Mohit.
2024 Jul 09
2
Quick questions about uid, gid, uidNumber, gidNumber
...ions were defined using acl's.
On the other hand, I feel insecure to simply remove all idmap attributes of
the smb.conf in AD. I'm afraid this could disrupt the whole thing (despite
all the trouble the system is running!).
So the question is what is the best approach to solve this mess. I envisage
two possible solutions, both beginning with the configuration of the file
server with "idmap config <domain> : backend = ad":
1. keep this same AD I have, editing the smb.conf without the risk of
wreaking havoc on the whole thing.
2. installing a new AD but I'm not sure I coul...
2005 Sep 06
1
Asterisk as SIP/H.323 Signalling Gateway
Hi,
I am wondering whether I can use Asterisk as SIP/H.323 Signalling Gateway.
The setup I envisage looks as follows:
H.323 end-point ---------(ETH)--------- Asterisk
---------(ETH)--------- SIP Proxy/Registrar ---------(ETH)---------
SIP end-point
(ETH: Ethernet)
In principle, Asterisk would just be used to integrate H.323 end-points
into a fully SIP-based core-network. Hence, there...
2008 Mar 04
1
Clustering Meetme over multiple boxes?
...and where it's not possible to know in advance on which box
a call would arrive. So it would be possible to have some calls on one
box and some on another, that should all be conferenced together, by
somehow linking matching Meetme conferences on both/all boxes.
Particular complications I can envisage are the handling of marked users
(A, w and x options), call recording (r option), and MeetmeAdmin
operations such as mute all and unmute all.
Cheers
Tony
--
Tony Mountifield
Work: tony at softins.co.uk - http://www.softins.co.uk
Play: tony at mountifield.org - http://tony.mountifield.org
2007 May 10
1
yum upgrading
I have boxes on CentOS 4.2 that I want to move to CentOS5.
Are there any problems envisaged in trying to move 4.2->4.3, 4.3->4.4 and
4.4->5.0, using yum upgrade and changing the repositories at each stage?
I guess it is not too good an idea to try it in one step.
Or do I need the CDs?
Can anyone advise?
TIA
Best wishes
John
John Logsdon "...
2015 Mar 23
4
[LLVMdev] New kind of metadata to capture LLVM IR linking structure
...odule over just having the
>>> MDCompileUnits themselves? I would imagine the user cares about which
>>> source file the problem was in (obtained from the MDCompileUnit), not the
>>> sequence of BC modules that may've been built into?
>>>
>>
>> We envisage it to be useful when an analysis tool built using LLVM needs
>> to know which MDCompileUnits were part of a particular library that has
>> been linked in. For instance, we're currently analysing the sandboxing
>> behaviour within the Chromium web browser, which comprises hundr...
2014 May 18
2
Writing my first CRAN vignette
In fact my first vignette full stop.
I am intending to use Sweave. I have read the Sweave documentation
and section 1.4 of the extensions manual and apart from (a) do not
use split = TRUE (b) and include all the source components, there
does not seem to be anything CRAN specific.
1 - Am I missing some other documentation?
2 - If I use a package from CTAN would that be considered within the
2007 Apr 26
2
multiple users - auth'd source?
...a URI that returns
"icecast-auth-user: 1" when passed the user= and pass= variables on the
HTTP GET.
AFAICT - the source password has to be specified under
<mount>
<password>
and the listening auth can be dynamic with
<authentication type="url">
So I envisage a regular dump from LDAP to the XML config file - but can
I add an "include" and HUP the server to see the new credentials? Can
someone tell me if this is much easier or harder than what I'm thinking?
Cheers,
C.
--
http://devblog.playlouder.com/
2007 Apr 27
1
Inflate/Expand/Resize an array
...te m along its second dimension so
that it ends up with dimension 10 25 1 1 1 14, so that I can then add
the two together - the new values created along that second dimension
would simply be copies of the first value..
What's the fastest way to do this? Is there a dedicated function?
Ideally I envisage something that you feed the input array, and the
desired dimensions, and it does the rest for you. Please also bear in
mind that this is a specific problem - the more general case is where I
don't know which dimensions are "out of shape", so to speak...
I hope that's clear, and t...
2007 Nov 08
2
a newbie question about "data"
hi, I am reading Modern Applied Statistics with S 4th ed$B!#(B
page4 have these two lines:
> library(MASS)
> data(chem) # needed in R only
but I find withou the line " data(chem)"
I can still access chem, isn't it?
is it unnecessary or something i missed here?
thanks for the replay in advance.
2009 Aug 08
2
Problem using model.frame with argument subset in own function
...tion = na.pass) {
mt <- terms(formula, data = data, simplify = TRUE)
mf <- model.frame(formula(mt), data = data, subset = subset,
na.action = na.action)
## real function would do more stuff here and pass mf on to
## other functions
mf
}
This is how I envisage the function being called. The real world use
would have a data.frame with tens or hundreds of components where only a
few need to be excluded. Hence wanting formulas of the form below to
work.
foo(~ . - B, data = dat)
The aim is to return only columns A and C in an object returned by
model.frame...
2011 Apr 15
2
source questions & intentions to patch: yp-timing & auth
...decentralized authentication mechanism: a user can use
the same login for a set of mounts on all servers in the cluster
I've tackled (1) already and am pondering (2):
The current per-mounpoint auth requires a pre-defined mountpoint as well
as sharing the config-file among all servers. I do envisage an
authentication mechanism that can can be shared among a group of servers
and allows dynamic allocations of mountpoints/credentials.
It'd be very cool to use OAuth for that but it'd break compatibility
with too many source-clients.. so the current idea is to patch icecast2
to call an ext...
2018 Jan 21
2
best centos server setup for graphics intensive kvm vms?
...want to set up one of those old laptops to run as a home server
running a number of home type vm appliances. I don't want to risk
having to tear down and rebuild the setup every 6 months to a year -
so, figure centos is my best canditate to run as a stable server.
The sort of home type vms I envisage running include:
LibreELEC https://libreelec.tv/
Vortexbox https://wiki.vortexbox.org/available_images
ownCloud https://owncloud.org/download/#owncloud-server-appliance
freeSwitch https://freeswitch.org/pages/vm.html
Etc...
Without wanting to start a very competative discussion - what would be
a s...