24%
03.04.2024
. With a database running directly on the server, you can typically access an SQL shell by typing mysql -u root. In a container, this simple approach typically no longer works, or at least not out of the box. Instead
24%
03.04.2024
, which is a very superficial form of virtualization. A process locked in a chroot jail views the chroot folder as the root folder of its own filesystem.
This arrangement basically has a similar effect
24%
28.11.2023
with contributions from other developers. Knative has returned to its roots, so to speak, and now just comprises Serving and Eventing. Tekton is discussed in more detail later. For the moment, however, the focus
24%
09.01.2013
_SHARE> container below the root node. This is the field to which OpenNebula sends the value for total available memory on the virtualization host; Listing 3 shows an example with a number of values.
Listing 3
24%
13.02.2017
/root/init.sh
The next command feeds Ralph with sample data:
docker-compose run --rm web ralph demodata
Use the following command to run the Docker-based asset environment
docker-compose up -d
Access
24%
13.02.2017
automatically updates. For example:
*/10 * * * * root /usr/lib/cgi-bin/awstats.pl -update > /dev/null
could be the entry in the crontab.
Setting up Access to the Statistics
You access the statistics through
24%
03.02.2022
cannot easily modify their own user records unless they know the system's secret key, which is protected under /var and should therefore only be known to the system and root. Second, when moving a home
24%
03.02.2022
, the developers have deliberately not taken this approach. Instead, Homed waits for the user to create the account,
homectl create
for which you need the rights of the root system administrator. Homed
24%
17.06.2011
_notification_commands notify-host-by-email
service_notification_commands notify-service-by-email
email root@localhost
}
Icinga can use macros
24%
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