search for: atualiza

Displaying 7 results from an estimated 7 matches for "atualiza".

2002 Nov 11
1
Samba and non-ASCII characters
...case sensitive = no short preserve case = yes I'm logged as root in my Linux box and as administrator in my NT server box and smbmounted a share of my interest. I'm just trying to copy some folders from NT to Linux. Now my real problem: I can't access a directory or file named 'Atualiza??o' or '?.doc' for example. A ls or cp command give me 'No such file or directory' error message. If I rename them (server-side) to 'Atualiza?ao' or 'Atualiza??o', etc. I can access them. Any other file or directory I can access w/o a problem. Have you experienc...
2005 Aug 25
3
Problem calling executable with document as argument
...passed as an argument, as another executable file, however, it's a document file which EDMCONSW.EXE has to call. Other alternatives attempted: - use wine to run a batch file which calls "EDMCONSW.EXE CONNECT.EXT" (which works OK in the windows box, the result was the same error, for atualiza.bat (it does not seem to recognize batch files as executables. - compile the .bat file using bat2exe, and attempting to run it "wine atualiza.exe" , in the windows box it was OK, but in the linux box wine returnet the same error "wine: cannot determine executable type" for atua...
2009 Feb 03
1
Translation pt-br "WIKI - FrontPage"
O que ? CentOS? CentOS Enterprise Linux ? uma distribui??o baseada no Red Hat Enterprise Linux. CentOS Cada vers?o ? suportada por 7 anos (por meio de atualiza??es de seguran?a). CentOS 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 P...
2005 Oct 18
0
Two differente networks at the same ethernet pci adapter
...route add default via $P1 table T2 # $IP route add $P1_NET dev $IF1 src $IP1 $IP route add $P2_NET dev $IF2 src $IP2 # $IP route add default scope global nexthop via $P1 dev $IF1 weight 1 nexthop via $P2 dev $IF2 weight 1 # $IP rule add from $IP1 table T1 $IP rule add from $IP2 table T2 # #---- # Atualiza tabela de cache #---- $IP route flush cache ---- END OS SCRIPT --- What can I do (if there is something) for this to work? Att, Nataniel Klug
2013 Dec 06
0
ENC: atualização
Estou usando a vers?o 4.0 e quero migrar para a vers?o 4.1, uso centos 6.4 e fa?o as atualiza??es via sernet (enterprisesamba.com <http://enterprisesamba.com> ). Posso atualizar s? mudando o caminho do yum e n?o vai dar nenhum problema com o que j? tenho hoje ou tenho que come?ar do inicio (do zero)?
2005 Oct 19
2
Load balance (two links in one server): why is this not working?
...P route add default via $P1 table T2 # $IP route add $P1_NET dev $IF1 src $IP1 $IP route add $P2_NET dev $IF2 src $IP2 # $IP route add default scope global nexthop via $P1 dev $IF1 weight 4 nexthop via $P2 dev $IF2 weight 1 # $IP rule add from $IP1 table T1 $IP rule add from $IP2 table T2 # #---- # Atualiza tabela de cache #---- $IP route flush cache --- SCRIPT --- Att, Nataniel Klug _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
2010 Aug 03
10
Returning last value
...@projeto.id]) ## Varre cada uma for tarefa in @tarefas ## Altera o campo "responsável" pelo respnsável_td recém modificado (ou não) na edição do projeto tarefa.responsavel = Usuario.find(:first, :conditions => ["id = ?", @projeto.responsavel_td]).nome ## Atualiza as alterações tarefa.update_attributes(params[:tarefa]) end flash[:msg] = "Projeto atualizado com sucesso" redirect_to(@projeto) else render :action => "edit" end end [/code] It works ok, but what i wanna do is: destroy the "per...