13%
08.01.2013
_LOCAL_MACHINE\System\CurrentControlSet\Services\LanManWorkstation\Parameters]
DWORD DomainCompatibilityMode 1
DWORD DNSNameResolutionRequired 0
The preceding code tells the registry to add two DWORD
13%
19.02.2013
_syslog => "local0";
You need to add one of the two lines to the Rexfile before the first task. A word of caution: In both cases, only the messages generated by Rex itself end up in the logfiles. The returned uptime
13%
05.03.2013
'];
04 for (_i = 0, _len = _ref.length; _i < _len; _i++) {
05 auto = _ref[_i];
06 alert(auto);
07 }
Additionally, for [...] in
lets you create comprehensions — that is, functions that generate a new
13%
02.04.2013
Authenticator Project is released under the Apache License 2.0 and is freely available. A PAM module is available for the server; the Google Authenticator client runs on Android, iOS, and BlackBerry devices
13%
23.01.2012
PowerShell\v1.0\;C:\Program Files (x86)\Common Files\Citrix\System32\
To use Cygwin effectively, you need to add E:\Cygwin\bin
to your PATH environment variable. Of course, use the location of your installation
13%
13.12.2011
. That means you need to define a different separator – the new separator follows the option with the angled brackets:
hostlist relay_from_hosts = <; 85.214.7.0/24; 2a01:238:10b::/56
If you are configuring
13%
13.12.2011
, and PGP key servers. The sources supported are Google, Google profiles, Bing, PGP, LinkedIn, and Exalead. New features were added as of March 4, 2011, with the version 2.0 release, including time delays
13%
24.09.2015
would take is to use a high-level library such Parallel HDF5. You can use MPI-IO underneath the library to get improved I/O performance, but it might require some tuning. The benefit of using a high0level
13%
21.04.2016
behind on the 1.0 milestone because initially I did not plan on releasing with MPI support. But conditions were in alignment to include MPI support in the release and that was worth the delay. Check
13%
19.05.2016
: For CephFS to work, the cluster needs MONs and OSDs, plus a MDS. They developers beefed up the server in Ceph v10.2.0 (Jewel).
Under the hood, access to Ceph storage via CephFS works almost identically