68%
20.06.2022
_DB_PASSWORD=SOME_DB_PASSWORD
15 command: ["start-dev"]
16
17 postgres:
18 container_name: postgres
19 image: postgres:14
20 environment:
21 - POSTGRES_PASSWORD=SOME_DB_PASSWORD
22
68%
11.06.2014
are accustomed to working with Perl, a third way to install Rex is through Perl's CPAN archive [2].
Listing 1
Rex Installation with Git
01 git clone https://github.com/krimdomu/Rex.git
02 cd Rex
03
68%
07.06.2019
has its place and can speed up scenarios in which you need to bring up multiple containers.
On my laptop, I'm using a Debian derivative (courtesy of Ubuntu 18.04 and Linux Mint "Tara"). When installing
68%
30.01.2024
/documentation/current/en/manual/distributed_monitoring
SCOM design: https://learn.microsoft.com/en-us/system-center/scom/plan-mgmt-group-design?view=sc-om-2022#design-considerations
Analyzing Solorigate: https://www.microsoft.com/en-us/security/blog/2020/12/18
68%
24.02.2022
OS Linux release 8.5.2111
as well as the kernel version:
$ uname -r
4.18.0-348.7.1.el8_5.x86_64
This location differs depending on the information output above. Listing 1 shows the commands for my setup
68%
25.09.2023
="whatever",....} 18.44799
Tying these three lines together is the metric name itself (esphome_power_sensor in this example). The human-readable description of the metric's purpose is described in the HELP line
68%
05.08.2024
/.ansible/collections:/usr/share/ansible/collections
executable location = /usr/bin/ansible
python version = 3.11.2 (main, Feb 17 2023, 09:48:02) [GCC 8.5.0 20210514 (Red Hat 8.5.0-18)] (/usr/bin/python3.11)
jinja version = 3.1.2
libyaml = False
68%
26.01.2025
.DevCenter/devcenters/attachednetworks@2024-02-01' = {
18 name: networkConnection.name
19 parent: devcenter
20 ... }
21
22 resource devcenterGalleryImage 'Microsoft.DevCenter/devcenters/galleries/images@2024-02-01' existing = {
23
68%
17.04.2017
on a development machine with Debian 8:
curl -sL https://deb.nodesource.com/ setup_6.x | bash
apt install nodejs git
The first command expands the collection of repositories for Debian's package manager, adding
68%
05.02.2019
, the classic Docker first has to be installed. Listing 1 shows how to install the software on Ubuntu 18.04 LTS from the vendor repositories. The script should be called by a normal user, who uses sudo later