Displaying 20 results from an estimated 2000 matches similar to: "36-Year-Old Seth Vidal Tragically Killed"
2016 Sep 27
3
openldap proxy cache for samba
Hello,
we use samba with ldap backend. All is working well.
Now the user count should grow to about 3000 users in a mixed
environment with PCs and terminal servers.
So the most of the users typically have (more than one) sessions to
different terminal servers.
The smb version is (tragically) still v1 and a lot of the clients
comes over a NAT gateway.
To reduce the traffic to the remote ldap
2010 Apr 23
3
5. Re: Leer datos de Unicode (Juan JosŽé Vidal Agust’ín)
Estimados:
Yo tengo un archivo de texto Unicode y no funciona read.table con
encoding Latin-1 o UTF-8 estando en un entorno Windows.
Si no es con ninguno de los anteriores, ¿como lo importo?
¿Cómo puedo saber que codificación tiene?
Gracias,
Sebastián.
El día 22 de abril de 2010 07:00, <r-help-es-request en r-project.org> escribió:
> Envíe los mensajes para la lista R-help-es a
2007 Sep 25
2
attachment_fu default path
Hi all. I''ve done a little google search, but doesn''t find anything
(with "attachment_fu default path") that could help me in changing
attachment_fu''s default path.
My model:
[audio.rb]
has_attachment :max_size => 20.megabytes
has_attachment :content_type => "audio/mpeg"
has_attachment :storage => :file_system
2004 Nov 29
4
Zap gives no ring to the caller...
I have a E1 conected to asterisk all zap channels are ok, but when
calls come into Asterisk caller don't hear none ring, the call goes
straight into the menu, how can i simulate 2 or 3 rings?
here it is my conf.
exten => s,1,Answer
exten => s,2,Wait,2
exten => s,3,NoOp(${CALLERID})
exten => s,4,ResponseTimeout,45
exten => s,5,DigitTimeout,3
exten =>
2006 Apr 27
4
Execute commands
Hi,
I''m trying to make an app to control a set of machines, and I need to
executes linux commands for it. I''ve been looking for in Google...
How can I execute system commands with Rails and control the commands
output???
How can I find a good tutorial about threads???
Thanks,
Juanjo
--
Juan Jos? Vidal Agust?n <juanjova@um.es>
ATICA - Universidad de Murcia
2012 May 22
1
Capturing signals from within external libs
I have a continuous loop running in an external library that I am calling
from C (R API). This loop is processing events in real time with the
possibility of significant lag between events.
When processing an event, I can make use of R_CheckUserInterrupt, but
while the external library code is waiting on a new event, I don't have an
opportunity to call this - my entry points are only on
2007 Nov 13
2
More Rails Pattern Examples?
Hi,
I have been reading the documentation and examples on the rspec site.
There are two "patterns" from Rails that I am not clear how to
implement that are kind of related, and so I am not sure how to start.
Does anyone have any examples of how to write rspecs for these?
1/ Nested resources.
2/ Resources that are specific to the current_user. In other words, I
only want to
2004 Nov 24
2
Graststream ATA 286 Caller ID Europe
Somone in europe have had succes getting Callir ID showed on a phone
screen conected to an Handytone 286 ?
Adri? Vidal
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 235 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20041124/e5514052/attachment.bin
2005 Jul 20
1
Fedora Core 3 + AVM Fritz ?
Someone have info about install an AVM fritz into FC3 ?
I'm getting problems with kernelcapi, after succesfully installed the
fcpci support.
Thanks
--
Adri? Vidal
adriavidal@gmail.com
Mail is better with 1Gmail
2006 Jan 18
1
I see Asterisk 1.2.2 into the ftp or was a vision?
Someone can confirm the new release is out?
Haven's seen any post about it!!!!!
--
Adri? Vidal
adriavidal@gmail.com
2010 Sep 08
1
asterisk 1.8 Calendar
I'm testing some of the new features of Asterisk 1.8,
but seems an impossible mission to make the calendars run.
cli show empty:
**CLI> calendar show
calendars
Calendar Type
Status
-------- ---- ------ *
And i can't see anything into the log, calendar.conf is ignored.
Any sugestion?
--
--
Adri? Vidal
-------------- next part --------------
An HTML
2003 Feb 14
1
linux newbie classes taught by Chris de Vidal
In one of your replies to the attention newbies...
series, you mentioned you teach a linux newbie class.
I'm interested (seriously, or sarcasm) in checking out
one of your seminars. Where do I get information?
Brad Peters
brad@bepeters.com
__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com
2008 Mar 16
3
undefined method `redirect_to'
Hi all. I''m getting the following error in my app:
undefined method `redirect_to'' for ActionController::Base:Class
I''m using Windows 2000, Rails 2.0.2 and resource_controller (from
James Golick).
My controller:
class CommentsController < ApplicationController
include ResourceController::Controller
belongs_to :post, :article, :photo
create do
2013 Apr 17
1
writefd_unbuffered failed (when writing to micro SD cards)
I'm using rsync 3.0.9-1 in Cygwin to copy several directories to 32GB
micro SD cards in both WinXP and Win7. I randomly get this error
message; Please help me to debug it: rsync: writefd_unbuffered failed
to write 127 bytes to socket [generator]: Broken pipe (32)
I'd first posted this to the Cygwin mailing list with no response
after almost two weeks (and sent a reminder after one week).
2007 Dec 26
1
sshd's -e doesn't work as expected
Hello,
I'm running a sshd server using the -e flag so that I can capture its
whole output and later send it to the user. I'm also setting LogLevel
to DEBUG1 in the configuration file and I don't want to disturb syslogd.
But the problem is that it doesn't work as expected (or as I expect,
which I think should be the correct behavior). The log file ends up
being empty because the
2009 Nov 22
4
What's wrong with yum-priorities?
"The upstream maintainer of yum, Seth Vidal, had the following to say
about 'yum priorities' in September 2009:
Gosh, I hope people do not set up yum priorities. There are so many things
about priorities that make me cringe all over. It could just be that it
reminds me of apt 'pinning' and that makes me want to hurl."
This note was placed on the wiki
2007 Aug 17
1
Scaffold (Agile Web Development With Rails)
What am I doing wrong here?
[app/controllers/admin_controller.rb]
class AdminController < ApplicationController
before_filter :authorize
def index
list
render :action => ''list''
end
# GETs should be safe (see http://www.w3.org/2001/tag/doc/whenToUseGet.html)
verify :method => :post, :only => [ :destroy, :create, :update ],
2013 Aug 15
23
Red Hat CEO: Go Ahead, Copy Our Software
http://www.businessinsider.com/red-hat-ceo-go-ahead-copy-our-software-2013-8
Title says is all. Nice to know RH understands and accepts the
relationship between CentOS and RHEL.
Although it is complex. After all, if too many choose CentOS, there
may no longer be a CentOS. However, I don't think I would refer to
CentOS as a "parasite" as the author Matt Asay does. More appropriate
2016 Feb 08
3
tamaño de rolling window (series temporales)
Hola!!
Estoy intentando evaluar mi modelo de series temporales (uso auto.arima).
Para ello he implemetado el método "rolling window" que se basa en ir
añadiendo progresivamente datos al conjunto de train para testar el
modelo. Por ejemplo:
- Train: 1 año, test: día 1 (24 observaciones, una por hora) --> evalúo
ese día (RMSE por ejemplo)
- Train: 1 año + 1 día, test: día 2 -->
2013 Dec 03
2
Samba4 Winbind on DC Authentication problem
So, I've finally gotten around to installing a Samba4 AD DC. I've
joined a Win7 and Ubuntu machine to the domain so far, and all works
perfectly. Great job guys, it's nice to see this functionality working
solidly on Samba!
The problem is coming in on the actual DC host. My Ubuntu laptop is
running winbindd 3.6.18, and as I said, all went flawlessly. The DC
host is running