Displaying 20 results from an estimated 106 matches for "enlightent".
Did you mean:
enlighten
2009 Nov 23
3
Please some enlightment on ENUM !!
Hello all you Gurus out there!
Please could you explain something to me:
Currently I try to get ENUMLOOKUP() working. Naturally I do all the
testing with my own number.
I registered my number at e164.org
I paid for registration of my number at a registration agent for e164.arpa
(I know, I don't need both. I just did the .arpa registration first and
later discoverd the free .org service....)
2005 Mar 08
3
question about vpn
on i have a small question we have a linux box with a windows 2003
server well we natted all the ports and mail is working
remote desktop is working web is working the only thing that does not
work is vpn how can i foward vpn traffic to this server i checked the
site and searched for foward vpn and got nothen can somone please
enlight me where to start
Marshal McInnis Tech / Web
2005 Nov 29
3
OT - Detect selected text with JavaScript
Hello,
Does anyone know if it is possible for JavaScript to detect what text
is currently selected by a user? I would like to allow the user to
select some text and then grab that text using JS.
I saw these guys do it : http://www.enlighter.com/ but I''m not sure
if its possible to do this using JS only or if it needs a browser
extension.
Thanks!
--Dave.
2010 Mar 04
2
recompiling syslinux 4.00pre31
Hello,
I try to recompile syslinux-4.00 pre31 on RHEL5 with gcc-4.1.2 and nasm
2.07.
Because I'm looking for information about that gpxelinux->chain.c32 hd0
boot problem I added -DDEBUG=2 to com32/lib/Makefile
I get:
objdump -h pxelinux.elf > pxelinux.sec
perl lstadjust.pl pxelinux.lsr pxelinux.sec pxelinux.lst
objcopy -O binary pxelinux.elf pxelinux.raw
../lzo/prepcore
2016 May 14
2
More recent libvirt builds for CentOS 7
Hello list,
is there a way to get more recent libvirt builds for CentOS 7 that include
support for the xl (modern Xen) toolstack?
I tried to build libvirt from the SRPM, which succeeded, however, without
the mentioned Xen parts.
I have also found two repos from people who provide upstream libvirt builds
for CentOS 7, again, without the Xen parts.
-
2007 Mar 26
3
Is the random number generator biased?
Hi all,
in order to verify some results I did the following test in R (2.4.1.,
windows system):
X <- cumsum(rnorm(1000000))
for (i in 1:1000) {
tmp <- seq(1,length(X),by=i)
X.coarse <- X[tmp]
X.return <- diff(X.coarse)
X.scale.mean[i] <- mean(X.return)
}
plot(X.scale.mean,type="l")
As X is a random walk with
2014 Aug 07
2
Configure winbind to keep domain prefix
Any ideas how to custom format the usernames mapped by winbind?
Background:
I successfully set up an AD DC and several members, including a file
server, which can serve both samba and NFS4. So far so good. However my
prime goal is to use my Synology NAS and share data between Linux and
Windows.
The NAS joined the AD and lists its users and groups as AD\uid and
AD\gid. The standard setup of
2004 Aug 06
7
Problem with Streams > 160KBit/s
Hi,
does anybody set up an icecast server delivering streams > 160KBit/s ?
I tried that with liveice and shout but in both cases the stream stutters
very much. So, I have eliminated the Net (stream to localhost), the CPU
(P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times
faster then the wav has secs). So the Problem should be icecast.
can anybody please enlight me?
2009 Jan 02
2
Deprecated Realtime application, what's to be gained ???
Hi,
After seeing in "pbx/ael/ael-test/ael-test5/extensions.ael" some
interesting use case of RealTime
to store extension data (forwardto, dnd, ...) i started to play with it.
To my surprise the two applications RealTime() / RealtimeUpdate() have
been deprecated in favor
of the REALTIME() function. While it's not a big deal for the write part
since it's only a matter a
shifting
2008 Sep 22
2
Coefficients, OR and 95% CL
Dear R-users,
After running a logistic regression, I need to calculate OR by exponentiating the coefficient, and then I need the 95% CL for the OR as well. For the following example (taken from P. Dalaagard's book), what would be the most straightforward method of getting what I need? Could anyone enlight me please?
Thank you!
Lucho
> summary(glm(menarche~age,binomial))
Call:
2004 Jul 12
3
How to make * don't strip the leading 0
Hi folks!
Is it possible to tell asterisk not to strip the leading 0 of *incoming*
MSNs? I use asterisk with i4l and whenever I get a call from an
long-distance party, the leading 0, which should be there according the
german numbering, is not. So if I get a call from a mobile phone
0177-1234567 should be displayed, but 177-1234567 is displayed. I double
checked if I've forgotten to remove an
2008 May 28
6
regarding ices
Dear all,
i am unable to configure ices2 propery, while running it is showing mount
fail error.
Thanks and reagrds
--
Neeraj Suriyal
09718307773
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/icecast/attachments/20080528/8e6f8261/attachment.htm
2017 Sep 19
1
tinc 1.0 syslog dump explanation
Hello,
I failed to find any explanation about node statuses in syslog dump.
Could you please enlight what these status codes mean and how to interpret
these?
Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_5_11 at
10.255.5.11 port 58045 options c socket 7 status 01c2 outbuf 157/0/0
Sep 19 07:08:26 ip-10-255-1-200 tinc.routers[20543]: 10_254_3_113 at
10.255.3.113 port 58233 options c
2010 Apr 26
2
Memory CoW in XEN
Hi list,
the IBM developerWorks article (*1) about KSM (kernel samepage merging)
states that "XEN calls it Memory CoW". Now I''ve searched a bit forward and
backward but was unable to find any information about such a feature within
XEN.
Can you enlight me?
Regards,
Markus
*1:
http://www.ibm.com/developerworks/linux/library/l-kernel-shared-
memory/index.html
2007 Jan 24
1
Matrix question: obtaining the square root of a positive definite matrix?
I want to compute B=A^{1/2} such that B*B=A.
For example
a=matrix(c(1,.2,.2,.2,1,.2,.2,.2,1),ncol=3)
so
> a
[,1] [,2] [,3]
[1,] 1.0 0.2 0.2
[2,] 0.2 1.0 0.2
[3,] 0.2 0.2 1.0
> a%*%a
[,1] [,2] [,3]
[1,] 1.08 0.44 0.44
[2,] 0.44 1.08 0.44
[3,] 0.44 0.44 1.08
> b=a%*%a
i have tried to use singular value decomposion
> c=svd(b)
> c$u%*%diag(sqrt(c$d))
2008 Mar 18
1
how to reset slogic.f file
Hi there:
recently i try to use LogicReg package for a tree model(logistics fit )
. i list my code and error below:
> dim(model.dat)
[1] 48000 745
> fit1 <- logreg(resp = model.dat[,745], bin=model.dat[, 9:700], type = 3,
select = 3, ntrees = c(1,2), nleaves=c(1,7), )
Insufficient declaration
LGCn1MAX in logreg() is 20000
LGCn1MAX should be at least 48000
Please fix and
2005 Jun 15
0
Re: New Server Recommendation -- Hot-Swap SATA enclosure ...
[ Yes, SP^M'n the list with follow-ups to myself ;-]
From: Bryan J. Smith
> If you are building a new system with such storage requirements,
> I would really push you towards a 3Ware Escalade 8006-2 or 8506-4.
When cost is supreme, then just a Escalade 7006-2 or 8006-2 with
(2) [P]ATA or [S]ATA drives is what you want. It only adds ~$125
to system cost.
When you want to minimize
2006 Apr 08
2
question about DISA
Lists,
?
? Hi, good day, i was being task to create a DISA access for internal
purpose of the company, i'm having a problem to work with it with
authentication, but i think it's really a straight forward thing to do,
can someone enlight me on this. thanks
?
sample code snippet
?
???? exten => 5,Goto(inward,s,1)
?
[inward]
?
?????????? exten => s,1,Disa(1234|outgoing)
?????????? ;
2016 May 15
3
[x-post] Upstream possible patches to libvirt to enable building upstream libvirt packages with libxl
On 05/14/2016 07:16 AM, Le Nucksi wrote:
> Hello list,
>
> is there a way to get more recent libvirt builds for CentOS 7 that include
> support for the xl (modern Xen) toolstack?
>
> I tried to build libvirt from the SRPM, which succeeded, however, without
> the mentioned Xen parts.
> I have also found two repos from people who provide upstream libvirt builds
> for
2006 Apr 11
1
acts_as ... hourly_list?
Hi,
My question is a bit of wonder and a bit of enlightment.
I have two models, Channel and ChannelItem, the second is a list of
Events, ordered by position (because I''m using acts_as_list).
Later I use a method in Channel to recalculate the hour when that show
come online, based on the duration of it and doing math based on the
previous one duration and start time, starting from