Displaying 20 results from an estimated 2563 matches for "ease".
Did you mean:
case
2009 Sep 10
2
"gold": a script to ease git based team work
Hi list !
I created a script to ease workflow on zena, a rails CMS
(http://zenadmin.org).
The workflow involves developers and reviewers (can be the same people):
1. each developer has his own fork (on github or another git server)
2. he creates a branch per feature
3. a reviewer looks at the code before ..
4. ... pushing changes to...
2003 Mar 03
1
TeleFlow 5.0 Design and deploy voice applications with ease.
Has anyone used TeleFlow?
http://downloads-zdnet.com.com/3000-2064-10133790.html?tag=lst-0-23
<http://cl.com.com/Click?q=2b-2FVYINzkpD1yzYJhMJChpWPjQQFR> TeleFlow
5.0
Design and deploy voice applications with ease.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20030303/88b940b4/attachment.html>
2013 Jan 18
2
How to re-project ease( Equal Area Scalable Earth) grid with a ~25 km cylindrical projection to WGS84 0.25 degree?
...ution is 25
km(it is based on authalic sphere based on International 1924 ellipsoid).As
I want to compare with other data, I have to make them identical.
- my other data are in WGS84 with 0.25*0.25 degree resolution and extent
-180, 180, -90, 90.
So I want to re-project the data I have here
from
EASE grid, cylindrical,25 km ,1383 pixel 586 lines
to
WGS84,0.25*0.25 degree,1440 pixel 720 lines:
f=open.ncdf("C:\\Users\\aalyaari\\Desktop\\SM_RE01_MIR_CLF31D_20100812T000000_20100812T235959_246_001_7.DBL")
A =
get...
2019 Aug 10
2
Standalone Server User Import / Export
...e issue of pdbedit
also remains open:
Are pdbedit -e/-i intended to be tools to reliably export and import
user data as the man pages suggest:
???????-e|--export passdb-backend
???????????Exports all currently available users to the specified password database backend.
???????????This option will ease migration from one passdb backend to another and will ease backing
???????????up.
...
-i|--import passdb-backend
Use a different passdb backend to retrieve users than the one specified in smb.conf. Can be
used to import data into your local user database.
Th...
2019 Aug 11
1
Registering Samba Bugzilla Account is Forbidden
...ools to reliably export and
> > import
> > user data as the man pages suggest:
> > ????????-e|--export passdb-backend
> > ????????????Exports all currently available users to the specified
> > password database backend.
> >
> > ????????????This option will ease migration from one passdb backend
> > to another and will ease backing
> > ????????????up.
> > ...
> > ????????-i|--import passdb-backend
> > ????????????Use a different passdb backend to retrieve users than
> > the one specified in smb.conf. Can be
> > ???...
2016 Jul 11
2
Re: nested vms and nested macvtaps
Thanks much sir
Ease I think mainly
adding a macvtap is pretty quick, performant and works. And last but
definitely not least, ignorance of other quick easy solutions.
Well, also macvtap works on older hardware where I don't have physical
functions to passthrough via sr-iov, that is what you are pointing to with
&q...
2017 Dec 21
0
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...as CONFIG_VIRTIO_PCI, CONFIG_VIRTIO_MMIO, CONFIG_RPMSG
> or CONFIG_S390_GUEST.
>
> -menu "Virtio drivers"
> +menuconfig VIRTIO_MENU
> + bool "Virtio drivers"
> +
> +if VIRTIO_MENU
This breaks all existing .configs *and* defconfigs that use VIRTIO.
Please don't do that.
If you make it default y then everything will continue to work.
cheers
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index d485a63a8233..35897649c24f 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -7,6 +7,7 @@ config VIRTIO
menuconfig VI...
2017 Dec 21
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Hello,
thanks for the help, and sorry for the poor patch,
On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote:
> This breaks all existing .configs *and* defconfigs that use VIRTIO.
>
> Please don't do that.
>
> If you make it default y then everything will continue to work.
Do you want me to respin it with the added default ?
Tchuss
--
Vincent Legoll
2017 Dec 22
0
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...egoll at gmail.com> writes:
> Hello,
>
> thanks for the help, and sorry for the poor patch,
>
> On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote:
>> This breaks all existing .configs *and* defconfigs that use VIRTIO.
>>
>> Please don't do that.
>>
>> If you make it default y then everything will continue to work.
>
> Do you want me to respin it with the added default ?
Yes please, either that or revert it.
cheers
2018 Jan 02
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...>> Hello,
>>
>> thanks for the help, and sorry for the poor patch,
>>
>> On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote:
>>> This breaks all existing .configs *and* defconfigs that use VIRTIO.
>>>
>>> Please don't do that.
>>>
>>> If you make it default y then everything will continue to work.
>>
>> Do you want me to respin it with the added default ?
>
> Yes please, either that or revert it.
This still seems to be broken.
cheers
2018 Jan 03
0
[PATCH, v2] virtio: make VIRTIO a menuconfig to ease disabling it
No need to get into the submenu to disable all VIRTIO-related
config entries.
This makes it easier to disable all VIRTIO config options
without entering the submenu. It will also enable one
to see that en/dis-abled state from the outside menu.
This is only intended to change menuconfig UI, not change
the config dependencies.
v2: Added "default y" to avoid breaking existing configs
2018 Jan 07
0
[PATCH] [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...;
> This is only intended to change menuconfig UI, not change
> the config dependencies.
>
> v2: add "default y" to avoid breaking existing configs
>
> Signed-off-by: Vincent Legoll <vincent.legoll at gmail.com>
For a single patch (not 2 or more in a series), please just use one
email with the patch description etc. in it. No need for a cover letter.
> ---
> drivers/virtio/Kconfig | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
> index cff773f15b7e..290a1875e...
2018 Jan 07
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
No need to get into the submenu to disable all VIRTIO-related
config entries.
This makes it easier to disable all VIRTIO config options
without entering the submenu. It will also enable one
to see that en/dis-abled state from the outside menu.
This is only intended to change menuconfig UI, not change
the config dependencies.
v2: Added "default y" to avoid breaking existing configs
v3:
2018 Jan 23
0
Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
...ewed-by: Randy Dunlap <rdunlap at infradead.org>
> Tested-by: Randy Dunlap <rdunlap at infradead.org> # works for me
> ---
> drivers/virtio/Kconfig | 8 ++++++--
> 1 file changed, 6 insertions(+), 2 deletions(-)
This has been broken in linux-next for ~6 weeks now, can we please merge
this and get it fixed.
cheers
2018 Jan 23
1
Ping Re: [PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
On 1/23/18, Michael Ellerman <mpe at ellerman.id.au> wrote:
> This has been broken in linux-next for ~6 weeks now, can we please merge
> this and get it fixed.
Added Stephen Rothwell to cc
--
Vincent Legoll
2017 Dec 21
2
[PATCH] virtio: make VIRTIO a menuconfig to ease disabling it all
Hello,
thanks for the help, and sorry for the poor patch,
On Thu, Dec 21, 2017 at 11:53 AM, Michael Ellerman <mpe at ellerman.id.au> wrote:
> This breaks all existing .configs *and* defconfigs that use VIRTIO.
>
> Please don't do that.
>
> If you make it default y then everything will continue to work.
Do you want me to respin it with the added default ?
Tchuss
--
Vincent Legoll
2010 Mar 08
0
Multi-wan setup, trying to build a script that ease setup, need help :)
Working on a multiwan script based on the page
http://lartc.org/howto/lartc.rpdb.multiple-links.html
You can find the script at http://pastie.org/859350 I'm trying to make
sure that the logic is correct, and that it'll work I think it would,
and ideas to make it a better script, feel free to throw them my way.
Look forward to hearing from you.
-------------- next part
2013 Jul 29
0
[PATCH 2/2] nv50: allow forcing PMPEG use, for ease of testing
This also allows people who don't want to install the binary blobs
required for VP2 to still get MPEG decoding.
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
src/gallium/drivers/nv50/nv50_context.c | 2 +-
src/gallium/drivers/nv50/nv50_screen.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gallium/drivers/nv50/nv50_context.c
2003 Aug 18
3
General Samba question
...erver as
well as centralized domain security for all the work stations. I have procured
a Pentium III computer (500 mhz, 256 MB RAM) to be used as a server. Right now,
I have the choice of purchasing a copy of Windows 2000 Advanced Server or
loading it with Linux. My choice will be based price, ease of set up, and ease
of administration.
So the question...can a Linux machine loaded with SAMBA be used as a domain
controller for a group of Windows-based workstations? If so, how difficult is
the set up and maintenance of the domain?
Any thought and comments would be greatly appreciated.
R...
2003 Sep 18
0
RE: BIG Bug on Linux EXT3 file system, or "/bin/ls" problem?? Pl ease Help!!!
...now a lot useful stuff. *SCNR* ;)
--Guolin Cheng
-----Original Message-----
From: Marc-Christian Petersen [mailto:m.c.p@gmx.net]
Sent: Thursday, September 18, 2003 1:18 AM
To: Guolin Cheng; ext3-users@redhat.com
Subject: Re: BIG Bug on Linux EXT3 file system, or "/bin/ls" problem??
Please Help!!!
On Thursday 18 September 2003 10:11, Alex Bligh wrote:
> --On 18 September 2003 00:35 -0700 Guolin Cheng <guolin@alexa.com> wrote:
> > There are two big files above, and the total size is bigger then
> > underlying file system size!! What a shame!
what a shame that...