Displaying 20 results from an estimated 269 matches for "lynching".
Did you mean:
synching
2002 Dec 11
2
Winbind UID
Please note that I am not on the mailing list. Please respond to
Ken.Lynch@luxfer.net. I did not want to join the list just to ask one
question.
I need to know what UID's are being given to a domain user when they logon.
Is there any way to view the winbindd_imap.tdb or winbindd_cache.tdb. Is
there any utilities that would allow me to see the mappings.
Thanks for any ideas,
Ken Lynch
2012 Aug 15
5
Extract lines from text file
Hi,
I'm looking for a command to extract lines from a large text file, a
password file. A typical user has a username made from a letter
followed by their id-number.
m9718508:pw:9301:840: Lynch :/home/pgstud/m9718508:/bin/bash
So for instance if I need to extract lines where;
the 1st field, the username begins with an m
and
the 4th field, the group contains exactly 850
cat passwdfile |
2008 Jan 10
5
Extracting last time value
I have a dataframe as follows:
Date time value
20110620 11:18:00 7
20110620 11:39:00 9
20110621 11:41:00 8
20110621 11:40:00 6
20110622 14:05:00 8
20110622 14:06:00 6
For every date, I want to extract the row that has the greatest time.
Therefore, ending up like:
20110620 11:39:00 9
20110621 11:41:00 8
20110622 14:07:00 6
I am using for loops (for every date, find largest time value) to do
2007 Jun 29
3
[PATCH] Make xendomains ignore lost+found
As requested by Mark Williamson in BZ #681
Signed-off-by: Gawain Lynch <gawain.lynch@gmail.com>
--- xendomains.orig 2006-06-17 14:35:48.000000000 +1000
+++ xendomains 2006-06-17 14:45:29.000000000 +1000
@@ -207,10 +207,11 @@
if [ "$XENDOMAINS_RESTORE" = "true" ] &&
contains_something "$XENDOMAINS_SAVE"
then
+ XENDOMAINS_SAVED=`/bin/ls
2007 Dec 26
2
Rbind-ing a list into one item
Hi,
I am doing the following:
1. I have a list of files.. Files1=list.files("some
directory",pattern="some pattern")
2. I define a list as res=vector("list", length(files1))
3. I read all the files into this list: res=lapply(files1, read.csv)
I now want to rowbind all the items in the list into one big mass (all
files have same number of columns). I tried
2007 Dec 19
3
Aggregating by a grouping
Suppose I have:
Book Value
A 10
B 11
C 9
D 8
A 12
C 4
D 5
B 7
I want to summarize above not by Book but by groupings of Books as in
(below)
I have a list ... basic_map <- list(c("A",B"),c("C,D"))
Big_names <- c("A1", "A2")
Names(basic_map) <- big_names
So I want to get :
A1 40
A2 26
How do I use tapply AND the list to get my
2009 Jan 07
17
Email/GroupWare Suite
Just wanted to get some thoughts from the list.....
We are a public k-12 school and are looking to migrate to a groupware
style system for out staff to collaborate better. Currently we are using
Squirrelmail/postfix for email. Does anyone have any
recommendations/opinions. Any input would be greatly appreciated.
Thank you
--
Bo Lynch
Systems Administrator
RedHat Academy Instructor
Energy Manager
2004 Jun 28
2
[Fwd: Irix install of omega fails.]
OK, I'll try again.
Thanks,
Jim.
-------------- next part --------------
An embedded message was scrubbed...
From: Jim Lynch <jwl@sgi.com>
Subject: Irix install of omega fails.
Date: Mon, 28 Jun 2004 14:16:46 -0400
Size: 2057
Url: http://lists.tartarus.org/pipermail/xapian-discuss/attachments/20040628/212669c1/Irixinstallofomegafails.eml
2001 Nov 07
3
Problem with 2.4.14 and 9.15-2414
I just upgraded to kernel 2.4.14 and applied the ext3 patch
ext3-2.4-0.9.15-2414.gz. It appears (to me) that the patch
breaks the loop block device module (loop.o). The problem is
that the call to deactivate_page is unresolved. The routine
used to be defined in swap.c. It looks like it no longer
exists in 2.4.14.
I'm not a kernel programmer so if I'm mistaken, sorry. I do
get an
2008 Jul 14
3
Package question
I am trying to install phpBB forum on version 5.2. It requires that I have
imagemagick and gd graphics support. What rpm packages provide these. I
have tried a yum install ImageMagicK with yum responding nothing todo. Is
imageMagicK not available with 5.2? Any help would be greatly appreciated.
--
Bo Lynch
2001 Dec 19
1
File listing problem
I'm running samba version 2.0.4 and have a rather strange problem. I've
created 2000 empty files on a Windows 2000 server named:
simonsimons.20011214.17nnn
where nnn is a number between 1 and 2000.
When connecting to the sever in Unix using smbclient and doing a ls on the
directory, the smbclient just does nothing (it sits there until I break out
of it).
If I then go into dos and
2012 May 07
2
Statistical power of correlations.
My apologies for the statistical naivete of my question but...
Is there an established method or calulating the statistical power of a
correlation test? And if so is there a method in R for it?
Thank you,
Collin Lynch.
2008 Jan 08
1
Error with rbind and zoo
Hi all:
I have a directory of files as in -------------> bunchafiles <-
list.files(path="/data/2.3/2006", pattern="returns",
full.names=T,recursive=T) .... Each file is a bunch of returns for a
particular date (unique). There are like 252 files or so.
With a custom function myread (below), I define a vector ----- res <-
2013 Aug 27
1
the inverse of assign()
I am looking for a way to extract the name of a variable that has been
passed into a function
for example
foo <-function(x){
write.csv(x, file = paste(NAME(x), "csv", sep ="."))
}
is there a function "NAME" that would let the calls
foo(bar)
write the file bar.csv
and foo(stuff)
write the file stuff.csv
Robert
[[alternative HTML version deleted]]
2009 Jan 08
1
Convert to as.Date
Hi,
I have an vector object that looks like
DA <- c("1991q1", "1993q2")
(first quarter of 1991 etc) and I want to convert it into a date object
using as.Date(). I did this for montly data but am stumped when it comes to
dealing with quarterly data and as.Date.
Would anyone be able to help? Would be very grateful for any advice, sorry
for being such an R-newbie!
2006 May 31
19
Rails Deployment: Book recommendation?
Hello,
I''m seeking a book on rails deployment (I think a general deployment
on nix book can helps too)
I need in depth information about Apache, FastCGI, (LightTPD maybe).
I was thinking always I know what a web server is! but when I think
more deeply about it (after reading Capistrano doc) it seems I need
more info about app, web and db servers. stuff like how to config the
app server
2007 Dec 17
3
are index files cross-platform?
Hello!
I am trying to read Ferret index files from Windows machine on my Mac
G5 Leopard machine, but the following returns nil:
Ferret::Index::IndexReader.new( index_paths )
Should this work? Are index files guaranteed to be platform
independent or not? Is there any problem if files (top direectory)
are renamed?
izidor
P.S. I can create the index myself and then everything works.
2007 Jul 30
3
Tar with smbclient
Just created a new backup server using CentOS 5.0. I am using a auth file
to access windows shares for backups. When connecting like this
smbclient //server/share -A=/auth/file
it works.
When I try to tar with smbclient like this
smbclinet //server/share -A=/auth/file -Tc /backup/tarfile.tar
I get the following message.....
session_setup_failed : NT_STATUS_LOGON_FAILURE
Am I doing something
2005 Oct 27
4
Nest sortables?
Hello All,
I''m wondering if it''s possible to nest sortables:
<ul id="first">
<li>One</li>
<li>Two</li>
<li>
<ul id="second">
<li>Three</li>
</ul>
</li>
<li>Four</li>
</ul>
<script>
... create sortables out of
2006 May 27
29
deploying R_o_R to local servers
Hi!
I''m pretty amazed by the features of RoR so far. But, as I come from the
desktop application development, my clients expect to run the magic on
their domain rather on a foreign one. Also I feel uncomfortable giving
away my RoR code to some hosting company, because I''m planning to do a
large application.
As I understand, RoR is designed to run on central web-servers and not