18%
28.11.2023
configuration line to advertise the external IP of your Kafka-Server.
KAFKA_CFG_ADVERTISED_LISTENERS=PLAINTEXT://192.168.2.12:9092
(if your Docker/Podman server is running on 192.168.2.12). In a production
18%
31.10.2025
computers running the Linux distributions CentOS 5 and 6, Debian 5 and 6, Fedora, Gentoo, Mageia, openSUSE, RHEL 5 and 6, Scientific Linux, and Ubuntu 10.04, 11.04, and 12.04. Additionally, it can handle
18%
21.08.2014
*
10 * daemon started successfully *
11 List of devices attached
12 015d8bed0d3c0814 device
If you use the commands from the SDK regularly, it makes sense to add its path, preferably like
18%
07.01.2024
/snap/snap-store/638
loop11 7:11 0 219M 1 loop /snap/gnome-3-34-1804/77
loop12 7:12 0 218.4M 1 loop /snap/gnome-3-34-1804/93
loop13 7:13 0 40.9M 1 loop /snap/snapd/20290
loop14 7:14 0 73.9M 1
18%
30.11.2020
detailed documentation [7] and installation packages are available for Debian from version 8, RHEL from version 6, SLES 12, Ubuntu 18.04, and Univention Corporate Server from version 4.2.
Setup Aid
18%
12.09.2013
END LOOP;
10 RETURN clock_timestamp()-now()
11 END;
12 $CODE$ LANGUAGE plpgsql;
Figure 1: The burncpu() process at the top of the Top chart
18%
04.12.2024
" {
11 endpoint = "https://192.168.3.15:8006/"
12 username = "root@pam"
13 password = "proxmox"
14 insecure = true
15 tmp_dir = "/var/tmp"
16
17 ssh {
18 agent = true
19 }
20
18%
25.10.2011
Cisco-Router with IOS 12
Juniper SRX
Checkpoint R70
Fortinet Fortigate
The good news is that VPN connections were successfully established between all the candidates. This article looks
18%
07.06.2019
packages.
Listing 4
Two Packages, One Task
> # base
> dat <- data.frame(a = c(10, 11, 12),
+ b = c(4, 5, 6),
+ colour = c("blue", "green", "yellow
18%
04.12.2013
3 type rec
4 integer :: x, y, z
5 real :: value
6 end type rec
7
8 integer :: counter
9 integer :: counter_limit
10 integer :: ierr
11
12 type (rec) :: my