17%
09.06.2018
Capture Task Force and is a part of HTML5.
WebRTC 1.0 (aka RTCPeerConnection) is the API used to control the browser's WebRTC peer-to-peer connections. This is what a JavaScript app uses to initiate
17%
27.09.2024
query large amounts of data on distributed systems. CouchDB has been an Apache project since 2008. Version 1.0 in 2010 has evolved into version 3.3 today.
"Couch" was originally an acronym for "cluster
17%
30.01.2024
-IOV) implementation with a total of 15 different virtualization functions. Hardware support for various security functions in line with the Trusted Computing Group (TCG) Opal 2.0 specification is also part
17%
16.05.2013
sessions with Google Authenticator [17]. The Google 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
17%
27.09.2024
to reduce the time it takes to process network packets. Tools like ethtool,
ethtool -C eth0 rx-usecs 0
adjust these settings.
Summary
In this article, I explored the critical components of networking
17%
26.01.2025
, or remote maintenance access are increasingly being set up in the scope of Industry 4.0, and an ASM system would, one hopes, find them. According to Strobel, however, these problems are peripheral, saying
17%
10.12.2013
is that there is no equivalent of RAID 0+1 or 51 in ZFS – only device arrangements similar to RAID 10, 50, or 60.
By default, ZFS will use any idle RAM in the system as the primary Adaptive Replacement Cache (ARC). A common rule
17%
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
17%
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
17%
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