search for: cabral

Displaying 20 results from an estimated 22 matches for "cabral".

Did you mean: cabal
2011 Feb 25
10
Access to a share resource without password
Dear, I have a Linux Samba server and a Windows XP SP2 client joined to the "g-company.net" domain. I want to access a Linux share resource in /var/share without password from WXP desktop FROM ANY USER. This is my scenario: - I don't create any Linux local user because I want total access from any user - I use security = share - My smbusers file is: root = administrator admin
2013 Mar 04
2
Model/google maps display
Hi all, I''m building a ror app and have a model with geo-coordinates would like to use the info in the model to generate a google map view, does anyone know what''s the best way to go round this? is is Google API?, I''ve also seen a gmaps4rails, any comments? Thank you in advance, Jax -- You received this message because you are subscribed to the Google Groups
2009 Apr 14
2
routes with google maps API
Hi, I''m using mapstraction with Google Maps api and I want to use routes. As of now, mapstraction only supports mapquest API to do this, so can I use the underlying googlemaps API to do this, while using mapstraction? If yes, how? Btw, mapquest route demo doesn''t work (Error: MQA is not defined / Source File: http://mapstraction.com/mapstraction-js/mapstraction.js / Line: 621)
2006 Jun 25
3
select box''s
Hi, I have this code for a select box, <%= select("plugin", "plugcats", Plugcats.find_all.collect {|p| [ p.title, p.id ] }, { :include_blank => true }) %> at the minute it extracts teh requried data, but submits the data as params[''plugin''][''plugcats''] how can I get it to submit it as
2008 Apr 02
2
New winetricks 20080402: new verbs dotnet20, win2k, flash, msls31; updated mono, liberation
...t 2 apps, huzzah! There are lots of other little changes, too: 20080402 r21 Added dotnet20, removed one kludge from dotnet11, added win2k verb, plus shorthand for winver=foo r20 Updated liberation fonts. 20080328 r19 Added flash. 20080326 r18 Fix i18n problem reported by Ricardo Cabral 20080321 r17 Added msls31 (seems to be needed by e-Sword) 20080317 r16 update mono12 to 1.2.9 ... As always, winetricks is downloadable from http://kegel.com/wine/winetricks and change history is at http://code.google.com/p/winezeug Thanks to the folks who keep feeding me improvements...
2006 Jul 03
7
form_remote_tag with multipart/form-data
Does form_remote_tag supports multipart/form-data ? My form looks like this: <%= form_remote_tag :url => { :action => ''do_image_upload'' }, :html => { :enctype => ''multipart/form-data'' } %> <%= file_field ''image'', ''file_data'', :size => 32 %> <%= submit_tag
2011 Feb 16
3
I can't connect to a Samba resource
Dear, I'll appreciate your help because I can't connect to a samba resource. Here are the details: Samba Server: Centos 5.5 with samba and samba-common packages Content of smb.conf: [global] workgroup = somisa server string = Test server log file = /var/log/samba/%m.log security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = TCP_NODELAY
2006 Jul 31
1
standard dev in glmmPQL
Hi! Can anyone let me know how can I get the stdDev of the random intercept from the output of glmmPQL? Thanks Salom?
2005 Jul 25
0
problem after update
...pam_mount: waiting for mount At windows clients all works fine. Can anyone helpme. -- El?sio Catana ecatana@hal.min-saude.pt Divis?o de Inform?tica e Telecomunica??es Tel: 272 000 155 Fax: 272 000 257 email: informatica@hal.min-saude.pt Hospital Amato Lusitano Castelo Branco Av. Pedro ?lvares Cabral Tel: 272 000 272 Fax: 272 000 257
2013 May 29
0
Nomes dos aprovados Maragogi
Nomes dos aprovados Maragogi: Alcin?polis: ANAHISA PEDROSA VITALINO, LUCAS BEZERRA DE MESQUITA, GABRIELLE DE MOURA FERREIRA, RACHEL CABRAL MOTA, JO?O CARLOS MOREIRA DE CARVALHO, DEBORA BEZERRA DE BRITO, MARIA KRYSLANE CARDOSO LEMOS, JOAO PEDRO ALEXANDRE SILVA MOTA. TALYTA MARTINS NEVES, CAIO BRITO BARREIRA, MADSON SANTOS MONTEIRO, IAGO FILLIPI PATROCINIO MACEDO, RITA DE CASSIA GADELHA DA SILVA. Paulo Ramos. Maragogi, ANA CLARA DE MOR...
2005 May 03
1
Problems when try access to share
.../03 11:08:48, 0] auth/auth_util.c:make_server_info_info3(1134) Can anyone helpme. -- El?sio Catana ecatana@hal.min-saude.pt Divis?o de Inform?tica e Telecomunica??es Tel: 272 000 155 Fax: 272 000 257 email: informatica@hal.min-saude.pt Hospital Amato Lusitano Castelo Branco Av. Pedro ?lvares Cabral Tel: 272 000 272 Fax: 272 000 257
2004 Apr 21
1
INSTALING DCOM98
...l me what is wrong with my wine instalation ? the wine instalation is fresh new !! HELP !!! Best cheers Bruno Santos -- bvsantos@hal.min-saude.pt -- Divisao de Informatica informatica@hal.min-saude.pt Tel: +351 272 000 155 Fax: +351 272 000 257 -- Hospital Amato Lusitano Av. Pedro Alvares Cabral 6000-086 Castelo Branco Tel: +351 272 000 272 Fax: +351 272 000 257
2006 May 11
2
Making my site multi-lingual
Hi, I''m wondering how I should go about making my website multi-lingual. Basically, there will be different content for the different languages, and that''s not really a problem... all I need to do is give each content entry in the database a language_id. But the problem is with the non-content text, eg, "In order to access this area, you must be logged in",
2006 Jun 25
0
database schema COLLATION
Is there a way to set the collation when creating a table in a migration? Thanks, Ricardo -- Posted via http://www.ruby-forum.com/.
2006 Jun 25
0
text field auto complete
I have a form with hierarchical text fields that could be improved if it filled automatically the fields above the field in which information is inserted and makes suggestions to the fields below. is it possible make the text_field call a method when the user presses enter or selects an option from the pull-down menu generated by the auto complete? Thanks, Ricardo -- Posted via
2006 Jun 28
1
accessing multiple observe_field from one callback
I have a form that has 4 text_field entries, each one with an observer_field and i want to access the data that is currently inserted on every field from the :update method for each field. i tried using instance variables but it appears that each text_field creates an instance of the searchcontroller for its own. I also tried using the :with => "something" on the definition of the
2006 Jun 28
0
wiki.rubyonrails.com 500 error?
this is weird, i accessed this page a couple of hours ago and it doesn''t seem to be working now. http://wiki.rubyonrails.com/rails/pages/observe_form+%3Cdel%3E%3Cins%3EPassing+Parameters i tried a few more pages and some don''t work either. I checked the main url wiki.rubyonrails.com and it shows the same error now. Is there anything wrong with the server? -- Posted via
2007 Jul 22
0
(no subject)
Hi! When I use lmer (lme4 package) it accept the correlation structure like lme or glmmPQL but in the output I have no information about it. Can anyone help me how can I get it. Thanks Salom?
2005 Dec 13
1
Smaba no start
Since that I removed one of the interfaces of net of the server, the Samba presents problems generating following log: ec 13 09:41:46 sfs nmbd[2503]: [2005/12/13 09:41:46, 0] nmbd/nmbd_browsesync.c:get_domain_master_name_node_status_fail(488) Dec 13 09:41:46 sfs nmbd[2503]: get_domain_master_name_node_status_fail: Dec 13 09:41:46 sfs nmbd[2503]: Doing a node status request to the domain
2011 Apr 26
1
smbclient doesn't work from cron
Dear, I run this command from my Linux box in order to upload a file to a Windows machine and it works OK: /usr/bin/smbclient \\\\windows-server\"backup db"$ -U jelo 123456 -c "lcd /root;put mysql-dump.sql" But when I try to run the same command from /etc/crontab, it fails: 00 10 * * * root /usr/bin/smbclient \\\\windows-server\\"backup db"$ -U jelo 123456