Displaying 3 results from an estimated 3 matches for "commandus".
Did you mean:
  commands
  
2004 Nov 20
2
[LLVMdev] Re: C back-end for llvmg++
On Nov 19, 2004, at 9:25 PM, Mohd-Hanafiah Abdullah wrote:
> Dear Dr Vikram:
>
> I need to know how to invoke llvmg++ so that it generates C code.
Here's how you can do a single file (i.e., an unlinked executable):
	llvmg++ -c infile.cpp -o - | llc -march=c -o infile.cbe.c
Reid might be able to tell you how to do it with a single command using 
the llvmc tool.
In future, please
2013 Jun 04
1
Replication Samba PDC to Samba BDC
...tp://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC#Getting_ready_for_joining_Samba_as_a_DC_to_an_existing_domain
I have my S4 domain running, I compiled and installed another S4 to 
replicate the first server and joined successfully to the domain but 
replication seems to be broken.
Commandused:
root at bdc:~# samba-tool domain join mundo.local DC -Uadministrator 
--realm=mundo.local --password=Mugr3P0pO --dns-backend=BIND9_DLZ
Finding a writeable DC for domain 'mundo.local'
Found DC samba.mundo.local
workgroup is mundo
realm is mundo.local
checking sAMAccountName
Adding CN=BD...
2008 Nov 07
0
Wine release 1.1.8
...n implementation of IPOP3Transport::CommandQUIT.
      inetcomm: Add an implementation of IPOP3Transport::CommandSTAT.
      inetcomm: Add an implementation of IPOP3Transport::CommandUIDL.
      inetcomm: Implement IPOP3Transport::Disconnect.
      inetcomm: Add an implementation of IPOP3Transport::CommandUSER.
      inetcomm: Add an implementation of IPOP3Transport::CommandPASS.
      inetcomm: Add an implementation of ISMTPTransport2::CommandDATA.
      inetcomm: Advertise support for a couple more interfaces.
      inetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implem...