62%
07.04.2022
the starwars.yaml file, use:
yq eval ".publication-year[]" starwars.yaml
If you only want to know when the first movie was released, put an index on the first element of the list:
yq eval ".publication-year[0 ... 2022
62%
03.02.2022
. Using xrandr --listmonitors gives you an overview of all the monitors connected to the system and their current configurations:
xrandr --listmonitors
Monitors: 3
0: +*eDP-1 1920/309x1080/174+3000+0 eDP-1 ... 2022
62%
02.08.2022
development. Each update includes new features and ditches less popular ones. Version 3.8.6, released February 21, 2022, was current at the time this article was written. Version 3.9 was also available ... 2022
62%
07.04.2022
now has multiple versions of the chart. The command
# helm search repo kubefed
delivered version 0.9.0 in our lab, which is used as a parameter when importing the chart:
# helm --namespace kube ... 2022
62%
06.10.2022
-64 Syscall Excerpt
%rax
System Call
%rdi
%rsi
%rdx
0
sys_read
unsigned int fd
char *buf
size_t count
1
sys_write
unsigned ... 2022
62%
06.10.2022
AOM
cd /opt
sudo wget https://archive.apache.org/dist/openmeetings/6.2.0/bin/apache-openmeetings-6.2.0.tar.gz
sudo tar xzvf apache-openmeetings-6.2.0.tar.gz
sudo mv apache-openmeetings-6.2.0 open620 ... 2022
62%
20.06.2022
to memory cell 0 and then works its way forward in memory until it finds executable program code. On a regular PC, what the CPU encounters first is the Basic Input Output System (BIOS) or, to be more precise ... 2022
62%
03.02.2022
are updated automatically.
For this article, I looked at the Windows Terminal Preview, which at the time was version 1.10.1933.0 with the then current Stable version at 1.9.1942.0. Both the Preview and Stable ... 2022
62%
02.08.2022
and enable the Run As Administrator
action. In the text box, enter the code from Listing 1.
Listing 1
toggle_powermode.sh
POWERMODE=$(pmset -g | grep lowpowermode | tr -dc ,0 ... 2022
62%
02.08.2022
A quick edit of your pristine MariaDB server's configuration file /etc/my.cnf.d/server.cnf (1) binds the MariaDB service to the localhost and (2) connects and (3) creates the database:
Bind-address = 127.0.0 ... 2022