17%
20.06.2022
_ADMIN=admin
10 - KEYCLOAK_ADMIN_PASSWORD=SOME_PASSWORD
11 - KC_DB=postgres
12 - KC_DB_URL=jdbc:postgresql://postgres:5432/keycloak
13 - KC_DB_USERNAME=postgres
14 - KC
17%
20.03.2014
kernel 3.12, so that SmartOS at least installed without error messages, although it would hang if you tried to launch a KVM machine.
Although you don't have to worry about installation, you do need to set
17%
28.11.2023
-existing-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:8.0
In this example, the environment variable MYSQL_ROOT_PASSWORD is set to your desired root password. The -d flag runs the container in detached mode
17%
02.02.2012
’s critical to remember that this also gives access to subdirectories, so create your directory structure carefully.
First, it’s important to place the password file in a location away from your web root, so
17%
17.02.2015
, select the target drive on which to install FreeNAS and set a secure root password. You have now completed your install.
Figure 1: Text-based menu
17%
06.10.2019
are the root causes of breakdown-prone software. As early as 1972, scientists described the first, albeit theoretical, buffer overflow attack [1], and SQL injections [2] have been around since 1998. Both still
17%
25.09.2023
application stack consisting of an Nginx reverse proxy, a Python Flask web application, and a Redis database. In the root directory of your project (let's call it my-app), create two folders: nginx and webapp
17%
25.03.2021
.html
Test for www.example1.de
Test for www.example1.de
# chmod -R 755 /var/www/www.example{1,2}.de
for these directories
17%
30.11.2020
== 0:
08 data = { 'key1' : [10,10.1,10+11j],
09 'key2' : ('mpi4py' , 'python'),
10 'key3' : array([1, 2, 3]) }
11 else:
12 data = None
13 # end if
14
15 data = comm
17%
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