search for: desenvolvedores

Displaying 9 results from an estimated 9 matches for "desenvolvedores".

2013 Feb 21
1
Samba4(linux cloud) PDC remote clients(windows)
Hi I'm using samba4 on cloud server. 1- Provision configured with internal DNS server. 2- All tests on server works fine! But when a try connect from remote client, windows didn't resolve domain. The same configuration on local-network works! Maybe i need configure bind9, but i dont know exactly. Anybody are using samba4 pdc remote? Thanks ps.: I'm frm Brasil, so sorry my bad
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
...OS Uma nova vers?o ? liberada a cada 2 anos, e cada vers?o CentOS ? actualizado regularmente (a cada 6 meses) para suportar os hardware mais novos. Isso resulta em uma rede segura, de baixa manuten??o, confi?vel e previs?vel e reprodut?vel em ambiente Linux. Planeta CentOS Permane?a em contato com desenvolvedores CentOS em nosso Planeta. Download Download CD e DVD imagens individuais ou pacotes RPM. Vers?es disponivel 5,2, 4,7, 3,9 ou 2,1. Pesquisa Encontre informa??es sobre CentOS por palavra-chave no wiki, site, lista de e-mail e f?runs. Aprender Acesse nas paginas de FAQs, Dicas e Tutoriais. Contri...
2005 Feb 28
1
Won't Start Automatically
Greetings, Running FC3, kernel 2.6.9-1.667.i686, Samba v 3.0.11. I have been able to guts up Samba by adding a procedure to /etc/rc.d/rc.local, but I can't get the system to start from the /etc/rc.d/rcx.d directories. I have an smb script in /etc/rc.d/init.d that is soft-linked from the rcx.d directories, and that runs just fine when I invoke it from the command line, but apparently the
2017 Oct 13
0
Docker volume plugin
Is calavera/docker-volume-glusterfs still the advised volume plugin to use with gluster+docker? -- "A arrog?ncia ? a arma dos fracos." =========================== Me. Italo Moreira Campelo Maia Co-fundador do Grupo de Usu?rios Python do Cear? Secret?rio ForHacker (fb.com/ForHackerSpace) Desenvolvedor Full-Stack, Escritor, Empres?rio, Vision?rio
2003 Mar 16
0
RES: I feel abandoned
...#39;t know how to write as well as I speak in English. I am using a translator. Good, I find strange this list.. It is the first list in the last 12 years in that I write but NOBODY ANSWERS ME. I try to always order examples than this happening me but NOBODY answers me. I don't believe that the desenvolvedores is not interested in the problems caused by the software, and so a little that my problems are so ONLY since I installed LINUX+SAMBA + WINBIN in 15 places and in the 15it gave problem. The errors are always the same ones. Impossible that nobody has had problems with the autentication and winbind. T...
2005 Feb 24
2
Load Balancing over multiple NICS
I was currious about setting up load balancing for my company fileserver. This machine get's heavy usage and we would like to load balance the traffic over two 1 Gigabit NICS. How would this be best accomplished? Should we set up a firewall rules that will NAT for that machine or does samba have a built in mechinism? -- David Sonenberg Systems / Network Administrator Stroz Friedberg,
2012 Jan 27
3
Gem Load Error
Hi group, I''m new here, and, after search and search on Bing (trollface), I decided to ask the group, I''m having this problem `to_specs'': Could not find railties (>= 0) amongst [bundler-1.0.21, bundler-1.0.21, rake-0.9.2.2, rake-0.9.2] (Gem::LoadError) Every time on i make "rails s" or "rails new", This occurred after I updated to Ruby
2011 Oct 21
7
Error while install mysql2 in windows 7
hello i have problem while install gem mysql2 in windows 7 i have got error An error occurred while installing mysql (0.3.7), and Bundler cannot continue. Make sure that ''gem install mysql2 -v ''0.3.7'''' succeeds before bundling. Please help me i want to codding with rails :) -- Posted via http://www.ruby-forum.com/. -- You received this message because
2009 Jul 31
8
Would like include model association in to_xml
i have: class Library << ActiveRecord::Base has_many :books end class Book << ActiveRecord::Base belongs_to :library end in my controller i have: render :xml=> Library.find(:all).to_xml(:include=>books) but, i would like put a condition in the books ( e.: pages >= 100 ) i would like to create a xml with all Libraries, but books with pages more than 100) How to