28%
09.01.2013
in version 3, its entire functionality was only reached in version 4.0.
On the Hook
An important reason for virtualizing servers is the pursuit of automation. If your own development department has built
28%
16.10.2012
as shown in the following listing.
Apache/2.2.16 (Debian) DAV/2 SVN/1.6.12
mod_fcgid/2.3.6 Phusion_Passenger/3.0.11
mod_ssl/2.2.16 OpenSSL/0.9.8o Server at
www.domain.tld Port 80
Treacherous Error Messages
28%
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
27%
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
27%
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
27%
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
27%
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
27%
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
27%
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
27%
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