16%
05.02.2023
. The iperf3 tool defaults to uploads from client to server, but the reverse is also possible (-R option) for bi-directional testing. Launch the server first:
$ iperf3 -s
-------------------------
Server
16%
30.11.2025
, and you need to modify slightly the script that was referred to previously, wbinfo_group.pl
(Listing 2).
Listing 2
wbinfo_group.pl
01 # Original:
02
03 # $user =~ s/%([0-9a-fA-F][0-9a ... 0
16%
07.04.2022
. The software for this is available from the Kubernetes Cluster Federation project (KubeFed) [1].
Installation
In the following example, I assume you already operate a Kubernetes (K8s) cluster. The example uses
16%
30.11.2025
uses the syntax
tcpdump -n -I -s
where -n means tcpdump should not resolve IP addresses to domain names or port numbers to service names, -I is the interface to use
16%
02.02.2021
use with Teler: Apache, Nginx, Nginx Ingress, AWS S3, AWS Elastic Load Balancers, and AWS CloudFront.
Teler has been carefully constructed, and if it's starting out its development with support
16%
11.06.2013
simply be installed from a standard Fedora system with Gnome 3.6.2.
Taming Anaconda
In spite of all the installer’s deficiencies, any admin should be able to install Fedora 18 in the desired manner
16%
12.05.2014
]$ cd ~/encrypted
[laytonjb@test1 encrypted]$ ls -l
total 8
lrwxrwxrwx 1 laytonjb laytonjb 24 Sep 4 15:12 acS5u3K9TJ,9FWTDUq0yWqx6 -> XuD50Mah2kp2vukDeo04cOv,
-rw-rw-r-- 1 laytonjb laytonjb 18 Sep 4 15:12 WvPjlWtCaq5g9hE1
16%
31.07.2013
;
24 }
25 for ( counter=0; counter <= counter_limit-1; counter++)
26 {
27 my_record[counter].x = counter + 1;
28 my_record[counter].y = counter + 3;
29 my
16%
31.10.2025
login -l | grep linus
linus xguest_u s0
This means my son can log in like before; however, his account is now mapped by SELinux to the xguest user:
$ id -Z
xguest_u:xguest_r:xguest_t:s0
Access
16%
22.08.2017
The number of threads available = 4
OUTSIDE the parallel region.
HELLO from process 0
Going INSIDE the parallel region:
HELLO from process 0
HELLO from process 2
HELLO from process 3
HELLO