search for: sesions

Displaying 20 results from an estimated 62 matches for "sesions".

Did you mean: sessions
2017 Mar 26
4
Alternativa a RStudio
Solo entendí bien lo de no usar el mouse jejeje. De echo es algo que yo me estoy acostumbrando bastante, a no tener que agarrar el mouse para todo, me resulta más fácil y rápido hacer las cosas sin sacar las manos del teclado. Por lo que vi no es muy sencillo el tema de entrarle al emacs, y como no ando con tiempo excedente para dedicarle tendré que dejarlo para más adelante o dedicarle algún
2004 Aug 23
8
[Bug 918] ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c
http://bugzilla.mindrot.org/show_bug.cgi?id=918 Summary: ssh_gssapi_storecreds called to late to be usable by PAM in sesion.c Product: Portable OpenSSH Version: -current Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: PAM support AssignedTo:
2005 Jul 26
4
how to classify sip traffic (voip)
How i can classify sip traffic (voip)?? I try dst 5060 udp port, but dont''work. sip sesion use dynamic port. Sniffing packets with windows net-peeker, I see that packets lenghts is always=87 How i can filter, by packet lenght, with u32? Regards Fabian
2006 May 09
3
How to transfer variables from one page to another page ?
Hi, In my application I want to tranfer a variable (store_id) from one page to next without putting it into session. How should I do this? Is there any way to transfer variable from one to other page using methods other than sesion? Thanx Prash -- Posted via http://www.ruby-forum.com/.
2017 Mar 23
3
Alternativa a RStudio
Buenas Fernando, podrías recomendar alguna lectura/tutorial/web para alguien que siempre escucho hablar de las bondades del emacs pero nunca lo usó? Como para iniciantes. Gracias, saludos! Fernando Macedo El 21/03/17 a las 21:31, Fernando Arce via R-help-es escribió: > Buenos dias, que tal? > yo utilizo emacs ess (emacs speaking statistics). Para mi es de lejos la mejor herramienta para
2007 Jan 11
12
Rails not properly handling Oracle db connections/sesions in dev mode
We are running edge rails with oracle. After a few hundred requests all available sesions are used up. It seems prior connections are being left open. When this happens no one using the installation of Oracle can create a new session until you kill your mongrel/webrick server. Patch #6928 addresses this problem, and i applied it to my vendor rails and it worked. I think, if possible...
2009 Jan 15
2
Squirrel 1.4.8-8.el3.centos.1
...58.ELsmp, CentOS release 3.9, httpd 2.0.46 Since then I have some users who have problems with their sessions. They are logout out every now and them, and some sent mails have another user address in the From header. It looks like squirrel is mixing up sessions? Those users have used fresh browser sesions. Anyone else seeing this? regards, -- Henk van Lingen, Systems Administrator & DBA (o- -+ Dept. of Computer Science, Utrecht University. /\ | phone: +31-30-2534107 v_/_ http://henk.vanlingen.net/ h...
2001 Mar 09
1
Forcing PTY usage.
...post to the list in due course. In any case, I would like all users who sucessfully authenitcate to leave their mark in the system logs, in particular utmp and wtmp. As these logs mean didily-squat without unique terminal names (and don't work anyway), I was wondering what would happen if all sesions were forced to use a pty? I presume the 'forced' tty would need to be modified to ignore escape characters, but are there any other fundemenal problmes with the idea? Thanks, Andrew Bartlett -- Andrew Bartlett abartlet at pcug.org.au
2013 Sep 25
1
Nuevo ítem de la agenda
Reunión de usuarios Barcelona --- El próximo 9 de octubre a las 19h retomamos las sesiones del grupo de usuarios de Barcelona, [http://rugbcn.wordpress.com/|RugBcn]. La reunión será en la empresa aceleradora de startups, [http://itnig.net/|itnig] (Calle Álaba 61, 5-2, Barcelona) y para la discusión final, Moritz nos invita a unas cervezas. Las charlas serán: Juan Galeano: ?Visualizando datos:
2006 Aug 16
2
Q on AJAX with respect to DRY
I have a shopping cart function, and I''d like to set it up to update the cart with AJAX. My AJAX call will return a view that displays the cart items. My question is with regards to keeping things DRY. When the user goes to "view cart", that page needs to display the cart, then the cart display needs to update with AJAX calls when items are added from that page. It would
2001 Jul 24
2
segmentation fault
I'm experiencing segmentation faults from time to time that abruptely end my R sesion. In such cases, is there any way to recover the work done? (i.e., is there any temporal file that I could use?) Thanks Agus Dr. Agustin Lobo Instituto de Ciencias de la Tierra (CSIC) Lluis Sole Sabaris s/n 08028 Barcelona SPAIN tel 34 93409 5410 fax 34 93411 0012 alobo at ija.csic.es
2006 Jun 08
7
Sessions
In the Agile WD book it states regarding sesion data- "Rails uses the cookie-based approach". This can''t be entirely true can it ? Not that I''m complaining if it was but isn''t there some equivalent to say, PHP sessions ? Or am I wrong. Stuart -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Nov 19
1
Programa V Jornadas Usuarios R
Hola, ¿qué tal? Quiero añadir al mensaje de Miguel Ángel que hoy es el último día para registrarse en las jornadas con los precios "early bird", i.e., 10? para estudiantes y desempleados y 30? para el resto. A partir de mañana --en realidad, de unas horas-- el precio pasa a ser de 60? para todos: http://www.eventbrite.es/e/entradas-v-jornadas-de-usuarios-de-r-7227404361?ref=ebtn ¡No
2006 Mar 15
3
[login_generator] implementing login limits
I have a simple Rails app that I am close to deploying on our intranet. The security model is "either you are an admin or your are not," with the method of implementing this model being done by the login_generator 1.1.0. There is one account set up, ''admin'', with three of us having the ability to logon with this username (i.e. we know the password). I am looking to
2013 Oct 06
2
Como citar R?
>> Buen día! >> Hemos enviado un trabajo a publicar y los evaluadores nos indican corregir la cita de R. Realmente no entiendo que quieren. Marcaron lo siguiente: >> >> R [A1] Development Core Team. 2009. R[A2] : A language and environment for statistical computing. R Foundation for Statistical Computing, Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.
2008 Jul 01
8
redirect_to not working
Hi... I have a basic authentication system. I have a RESTful resource called session with the following code when logging in: def new end def create user = User.authenticate(params[:username], params[:password]) respond_to do |format| if user session[:user_id] = user.id flash[:notice] = "Welcome back #{user.name}!" format.html {redirect_to
2010 Mar 18
2
aumentar tamaño de memoria a mas de 4Gb‏
Hola de nuevo, Esta es la información de mi sesion: R version 2.10.1 (2009-12-14) i386-pc-mingw32 locale: [1] LC_COLLATE=Spanish_Spain.1252 LC_CTYPE=Spanish_Spain.1252 [3] LC_MONETARY=Spanish_Spain.1252 LC_NUMERIC=C [5] LC_TIME=Spanish_Spain.1252 attached base packages: [1] stats graphics grDevices utils datasets methods base Lo que yo prentendo es
2016 Mar 22
2
Using Openvswitch and qemu:///session
Hi. I'd like to use Openvswitch while running libvirt as an unprivileged user (qemu:///session). As expected, system session works just fine with OVS. When I try to start the domain from user session, with the relevant network part of the domain xml edited to use openvswitch, like this --- <interface type='bridge'> <mac address='52:54:00:4a:ef:bb'/>
2002 May 10
1
QSG
...Some possible snippit topics smtp, pop3 servers local news servers (including externally accessable customer support news servers). time servers integration with novell netware Xwindow sesions (not thru ssh) Jet Direct boxes and such cups IPP These would help users not familiar with all the protocalls and services. None of these are terribly complex, and most of them can be figured out by watching the...
2016 Feb 16
5
error en tarea mapreduce en Rstudio en ubuntu
Buenos días, Tengo instalado un cluster en una máquina virtual y he instalado R y Rstudio (sobre Ubuntu server 14.04 64 bits ) . Desde consola puedo entrar en R y ejecutar un ejemplo con mapreduce sin problemas. Pero cuando lo intento hacer desde Rstudio obtengo este error: 16/02/16 10:37:00 ERROR streaming.StreamJob: Job not successful! Streaming Command Failed! Error in mr(map = map, reduce =