Displaying 20 results from an estimated 925 matches for "alikes".
Did you mean:
likes
2014 Feb 24
2
[PATCH] builder: add a mandatory 'arch' key in index files
Introduce a mandatory arch= key in all the entries of index files, to
identify which architecture is each. Adapt the long and JSON list
outputs to print also this new field.
This introduces an incompatibility with index files created with
virt-builder < 1.26, as they will be rejected until entries will have
the arch= key added (which is ignored by older virt-builder, so adding
it will not
2014 Oct 10
0
[PATCH 3/3] builder: use the JSON module
Switch to the JSON OCaml module for JSON output.
The resulting output is the same, except from an indentation level more
within lists.
---
builder/Makefile.am | 1 +
builder/list_entries.ml | 138 +++++++++++++++-----------------------
builder/test-virt-builder-list.sh | 134 ++++++++++++++++++------------------
3 files changed, 123 insertions(+), 150 deletions(-)
diff
2014 Apr 03
5
[PATCH 0/3] builder: Add test of virt-index-validate.
Somewhat ineffective test of virt-index-validate.
2007 Jul 05
1
select data from large CSV file
Hello
I?ve got a large CSV file (>500M) with statistical data. It?s devided in
12 columns and I don?t know how many lines.
The second column is the date and the second is a unique code for the
location, the rest is (lets say different whether data. See example
below.
070704, 25, --,--,--,temperature, 22, --,--,30, 20,Y
070705, 25, --,--,--,temperature, 22, --,--,30, 20,Y
070705, 25,
2010 Jun 04
7
steam vs wine alike flightgear vs flight pro sim?
am i right that steam supports about the same games as wine? So it could be a wine pirate alike flight pro sim to flightgear?
2003 Apr 26
0
ACLs and Windows 2000 look alike (inheritance of perm issions)
It might help if you view the default directory ACLs using the getfacl
utility. These are what will be inherited by stuff created in the lower
directories.
I would ask yourself if you actually need ACLs at all. The Samba share
permissions are pretty thorough and life is far easier without ACLs as you
can clearly see what permissions are in use and backups are not an issue.
ACLs can quickly
2014 Jan 30
2
[PATCH] builder: output translated notes
Output all the translations available for the notes in the "verbose"
output and the JSON output, while trying to match the system langauge in
the "show notes" output.
The JSON output is slightly changed to handle translations, with the
"untranslated" notes being matched as "C". The version is not bumped
though, since there have been no stable releases with
2003 Jan 21
2
net view work alike
Hi all,
Is there a command that emulates net view? I want to dump a list of all NetBIOS hosts actively on the LAN.
Thanks,
--
Christopher Barry
Manager of Information Systems
InfiniCon Systems
http://www.infiniconsys.com
office:610.233.ISIS (4747)
direct:610.233.4870
cell:267.879.8321
2012 Feb 03
0
Feature request - search and tag protocol - notmuch-alike approach
Hi all,
notmuch[1] becomes more and more popular. At least in geek community.
But notmuch is local-only (except ssh)...
It looks like it's hard (if even possible) to use IMAP as transport for
notmuch-alike work flow. I think it would be great to create a new
protocol based global search and message tagging.
All core notmuch operations (search, show, count, tag) can be mapped to
the new
2003 Apr 24
1
ACLs and Windows 2000 look alike (inheritance of permissions)
I've gotten samba working with ACLs over an XFS filesystem. Everything works
pretty well with knowledge of the workarounds (cannot remove group everyone,
etc.)
The only major problem I have is that ACLs don't inherit correctly. The
default in Windows 2000 is to have a sub folder inherit the permissions of
the folder it is in on creation. By default, the Samba share's folders don't
2014 Jan 16
0
[PATCH 3/3] builder: add a JSON output for --list
Simple JSON output for sources and templates, to be able to query them
with no need to parse unstructured outputs like the "--list-format long"
one.
---
builder/cmdline.ml | 3 +-
builder/list_entries.ml | 60 +++++++++++++++++++++++++++++++++++
builder/list_entries.mli | 2 +-
builder/test-virt-builder-list.sh | 67
2015 Oct 20
2
Re: [PATCH 2/2] actions: turn some params into RelativePathnameList (RHBZ#1174551).
On Tue, Oct 20, 2015 at 01:59:10PM +0200, Pino Toscano wrote:
> Use RelativePathnameList as type for lists of relative paths, as used in
> some listing-alike APIs. This way we can ensure absolute paths in those
> lists are rejects outright.
>
> As a consequence, test-big-dirs.pl does not need to prepend the
> directory name anymore before calling listing-alike APIs: previously
2006 Jun 06
1
In memory ActiveRecord-alikes?
Say that I have such a small amount of data that I''m fine with just
coding it directly into Ruby in a hash or something. But I still want
to treat it like a model -- in particular, I have another object that
has_one of these things. Can I do that? When my primary object loads,
how to I tell it not to generate SQL to go find the secondary object,
but just to use what the object
2010 Jul 05
3
How to determine if R is 64 bit compiled under Unix-alike?
Under MacOS I had R64 executive and it was clear. Under Ubuntu, which I
do not have administrative rights to, there is only R executive. It
seems that I can allocate more than 3GB of memory, however not
everything seems to work the same/right as with R64 under MacOS.
Pms.
2004 Sep 03
0
ipfw rules or something alike
> I use, thus far, "allow icmp from any to any icmptypes 0,3,4,8,11". That
> include 'echo request', of course. Someone else may have a better idea.
You want to be pinged? Why don't
you let something in and something
out? I.e.:
add 10000 allow icmp from any to any icmptypes 8 out
add 10100 allow icmp from any to any icmptypes 0 in
add 10200 allow icmp from any to any
2012 Sep 07
2
Disconnect users for a distinct period of time?
Hi --
Today, I've learned who to disable incoming mail delivery to dovecot (accepted by postfix), temporarily. Now, I would like to know if there is a way to make a "doveadm kick -A" a permanent disconnect until one would allow reconnects, again? This should be done *without* shutting down dovecot or *extensive* re-configuration. A "doveadm block -u <joe> -m 'sorry:
2005 Mar 23
5
Tool for update
Hi,
Is there any tool to check if there is update version of a package
available? I look for things alike YUM for linux?
YD
2014 Oct 10
4
[PATCH 1/3] Move JSON to mllib
Move the simple OCaml JSON writer to mllib, so that can be enhanced and
used also outside v2v.
---
mllib/JSON.ml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
mllib/JSON.mli | 26 ++++++++++++++++++++++++++
mllib/Makefile.am | 5 ++++-
po/POTFILES-ml | 2 +-
v2v/JSON.ml | 53 -----------------------------------------------------
v2v/JSON.mli | 26
2012 Jul 03
1
Dovecot shared library to replace libc-client
Hi all Dovecotters,
Lots of programs (e.g, PHP) link to a library called c-client, which is
a derivative of the original IMAP implementation, UW IMAP.
(For those new to UW IMAP, read here: http://www.washington.edu/imap/ )
UW IMAP is not in as much of active development as it used to be, so I
am curious:
I see there is a dovecot shared library. I haven't looked into the
details, but
2001 Feb 09
2
test suite
Hi Ralph,
could you please set up a area at xiph.org, where you mirror some of
the test sequences, just to be shure that everybody talks about the
same sequence ?
The license issues are not too important, I think if we should be
allowed to use 'free for non-commercial use' sequences for our tests.
Perhaps it's a good idea to seperate things in 'free', 'free for test