10%
25.09.2023
forwarding the
20 # user locale env variables or we get warnings such as:
21 # bash: warning: setlocale: LC_ALL: cannot change locale
22 RUN sed -i -e 's/^AcceptEnv LANG LC_\*$/#AcceptEnv LANG LC_*/' /etc
10%
17.06.2017
type for variable "a"
18 type(my_struct) :: a
19 ! ...
20 write(*,*) "i is ",a%i
21
22 ! Structures (variables) of the the derived type my_struct
23 type(my_struct) :: data
24 type
10%
30.01.2020
: /lib/modules/4.20.5-200.fc29.x86_64/kernel/net/netfilter/nf_tables.ko.xz
alias: nfnetlink-subsys-10
author: Patrick McHardy
license: GPL
depends
10%
31.07.2013
_record;
14 int counter_limit;
15
16 counter_limit = 100;
17
18 for ( counter=1; counter <= counter_limit; counter++)
19 {
20 my_record.x = counter;
21 my_record.y = counter + 1
10%
02.08.2021
-{{ openstack_release }}
cirros_deploy_image_upstream_url: https://share/ironic-ubuntu-osism-20.04.qcow2
dhcp_pool_start: 192.168.21.200
dhcp_pool_end: 192.168.21.250
dnsmasq_router: 192.168.21.254
domain: osism
10%
30.01.2020
VPCFrontNet:
14 Type: AWS::EC2::Subnet
15 Properties:
16 CidrBlock:
17 Ref: VPCSubnetFront
18 MapPublicIpOnLaunch: true
19 VpcId:
20 Ref: FortiVPC
21
22 Forti
10%
20.02.2012
.51, 0, 0.36, 17.74, 0.00, 6.38, 90, 0
2012-01-09 21:10:00, 92, 4.42, 0, 0.35, 20.81, 0.00, 7.22, 100, 0
2012-01-09 21
10%
04.10.2018
for the configuration commands), VLAN20 needs to be created on SW1 and SW2 for red hosts to communicate, whereas VLAN 30 must be on SW2 and SW3 for the blue hosts to communicate. If you want the green hosts
10%
18.07.2013
proxy_intercept_errors on;
17 ...
18 Filming location
19 ...
20 error_page 502 @ fallback;
21 proxy_next_upstream HTTP_500 http_502 http_503 http_504 timeout error invalid_header;
22 proxy_pass http
10%
26.11.2013
(e.target.result));
18 };
19 };
20 };
21 }
Line 1 stores a key (truncated in the listing) for encrypting and decrypting application data in the variable encRawKey
as a hexadecimal numerical sequence. The enc