48%
04.08.2020
. To solve this dilemma, the developers have equipped ntopng with a "remote assistance" feature based on network-to-network (n2n) VPN technology, which is a Layer 2/3 VPN on a peer-to-peer basis that uses what
48%
09.01.2019
3: Gang Execution
Fortran
C
!$acc parallel
do i=1,n
! do something
enddo
!$acc end parallel
#pragma acc parallel
{
for (int i=0; i < n
48%
16.05.2013
Microsoft components. Version 3.1 of the Univention Corporate Server (UCS) [1], which was released in December, uses the Samba 4 version 4.0rc6, which was further developed by the Univention developers
48%
16.08.2018
_KEYSTONE_ADMIN_PW=password
CONFIG_NEUTRON_L3_EXT_BRIDGE=br-ex
CONFIG_NEUTRON_ML2_TYPE_DRIVERS=vlan,flat
CONFIG_NEUTRON_ML2_TENANT_NETWORK_TYPES=vlan
CONFIG_NEUTRON_ML2_VLAN_RANGES=physnet1:1100:1199,physnet0
CONFIG
48%
06.10.2019
# Configuration for the seed node DC1N1
04 # The name could stand for datacenter 1, node 1
05 DC1N1:
06 image: cassandra:3.10
07 command: bash -c 'if [ -z "$$(ls -A /var
48%
17.06.2011
11.43 0 0 datenkrake
db 1.34 0 0 limesurvey
db 2.75 0 0 sprzblog
db 2.67 0 0 mysql
db 3.45 0 0 piwik
db 2.50 0 0
48%
28.11.2011
is to put it in a filter:
# tcpdump -n -s 1515 -c 5 -i eth1 tcp or udp or icmp
This will catch only tcp
, udp
, or icmp
.
Tables 3 and 4 show you what you need to know to find all TCP packets with the SYN
48%
04.08.2020
. You can determine this name with the uname -n command. The domain name can be omitted if it is not absolutely necessary to differentiate between the individual nodes:
node create --node-type Combined
48%
25.05.2012
bo in cs us sy id wa
0 0 1360 27788 125860 269804 0 0 390 43 308 572 8 3 84 5
In this case, it’s the io
section you’re interested in. Input/Output is seemingly defined
48%
20.02.2023
the file /usr/local/bin/gpu_devices.sh
(Listing 6).
Listing 6: /usr/local/bin/gpu_devices.sh
#!/bin/bash
/sbin/modprobe nvidia
if [ "$?" -eq 0 ]; then
# Count the number of NVIDIA controllers found.
NVDEVS=`lspci | grep -i NVIDIA`
N3