30%
18.10.2017
tool on the storage node. You just need SSH active on your system. Almost all firewalls allow port 22 access, so you don’t have to configure anything extra (e.g., NFS or CIFS); you just need one open
30%
16.07.2019
is spent compiling the function. Recall that the first pass through the code compiles it. Subsequent passes do not:
CPU times: user 72.3 ms, sys: 8 µs, total: 72.3 ms
Wall time: 72 ms
Notice that the run
30%
10.06.2024
number 2 using 38.698MW, resulting in a low performance/power ratio of 26.15. In comparison, Frontier at number 1 reached about 1.2 exaflops using 22.78MW, resulting in a performance/power ratio of 52
30%
10.04.2015
getsockopt ...
17 Resolving symbol close ...
18 Resolving symbol epoll_wait ...
19 Resolving symbol select ...
20 All dynamic symbols could be resolved.
21 socket(2, 1, 6) = 3
22 Socket 3 will be Knockified
30%
10.04.2015
a favor by restricting the output to less information.
The devices connected to individual routers or access points are provided by the ipNetToMediaEntry
(OID 1.3.6.1.2.1.4.22.1
) branch, for example. You
30%
04.10.2018
-app . --name=$APP"
20 # create a new application from the image in the OpenShift registry
21 - "oc start-build $APP --from-dir=. --follow || sleep 3s"
22 # start a new build
23 - "oc get routes $APP
30%
04.10.2018
for the configuration commands), VLAN20 needs to be created on SW1 and SW2 for red hosts to communicate, whereas VLAN 30 must be on SW2 and SW3 for the blue hosts to communicate. If you want the green hosts
30%
28.11.2021
in to the database server and create a user with the necessary permissions. The SQL queries are:
CREATE USER 'exporter'@'%' IDENTIFIED BY 'mysecurepassword' WITH MAX_USER_CONNECTIONS 3;
GRANT SLAVE MONITOR, PROCESS
30%
07.10.2014
_open(struct inode *inode, struct file *file)
18 {
19 return single_open(file, prochello_show, NULL);
20 }
21
22 static const struct file_operations prochello_fops = {
23 .owner = THIS_MODULE,
24 .open
30%
07.10.2014
can run a ZooKeeper server in standalone mode or with replication; you can see a sample configuration in the online manual [2] [3]. The second case seems more favorable for distributed filesystems