15%
03.08.2023
= 'The Catcher in the Rye';
UPDATE books SET price = price * 0.8 WHERE title = 'To Kill a Mockingbird';
COMMIT;
CockroachDB ensures that either both price updates are applied or neither of them are
15%
12.09.2013
: 1.0
05 Release: 1%{?dist}
06 License: GPL v2 or later
07 Source0: local.te
08 Source1: local.fc
09 Source2: local.if
10 Group: Development/Tools
11 Summary
15%
10.06.2015
\
\([0-9]\+\)x\([0-9]\+\).*$/\1 \2 \3 \4 \5/p' )"
46 : connected_displays: ${connected_displays[@]}
47 : display_list: "$display_list"
48
49 if [[ -z "$display_list" ]] ; then
50 die "Could not find
15%
10.04.2015
a favor by restricting the output to less information.
The devices connected to individual routers or access points are provided by the ipNetToMediaEntry
(OID 1.3.6.1.2.1.4.22.1
) branch, for example. You
15%
01.08.2019
;
04 for (i = 0; i < num_numbers; i++) {
05 sum += numbers[i];
06 }
07 return sum;
08 }
The function is named sum_function and the code sum.c. This code can be compiled into a shared
15%
05.02.2023
are especially popular. A simple call to create a MySQL database would be:
gcloud sql instances create myinstance --database -version=MYSQL_8_0 --cpu=2 --memory=7680MB --region=europe-west3
The corresponding
14%
28.06.2011
Part: centos.5- 3.x86.img.part.0
07 Part: centos.5- 3.x86.img.part.1
08 Part: centos.5- 3.x86.img.part.2
09 . . . more image parts
10 Part: centos.5- 3.x86.img.part.21
11 Part: centos.5- 3.x86.img
14%
10.06.2014
"ram": 2048,
07 "resolvers": ["192.168.111.254"],
08 "disks": [
09 {
10 "image_uuid": "1fc068b0-13b0-11e2-9f4e-2f3f6a96d9bc",
11 "boot": true,
12 "model": "virtio"
13 }
14
14%
06.10.2022
find ready-made policy bundles online for many use cases, and they are likely to contain a useful, predefined set of rules. A freely accessible Playground [2] and a free Styra Academy [3] can help you
14%
02.02.2021
08 # Network information
09 network --device=bond0 --bondslaves=ens1f0,ens1f1 --bondopts=mode=802.3ad,miimon-100 --bootproto=dhcp --activate
10 network --hostname=server.cloud.internal
11 network