21%
03.08.2023
Catcher in the Rye', 'J.D. Salinger', '1951-07-16', 15.99),
('To Kill a Mockingbird', 'Harper Lee', '1960-07-11', 12.99),
('Pride and Prejudice', 'Jane Austen', '1813-01-28', 9.99);
At this point
21%
25.03.2021
_idle_timeout 3m;
10 http2_max_requests 1000;
11
12 access_log /usr/local/var/log/nginx/http2.log http2;
13
14 ssl_certificate /test.crt;
15 ssl_certificate_key /test.key;
16
17 root
21%
30.05.2021
generated by the user:
mysql> create user 'user'@'localhost' identified by 'password'
- > with max_queries_per_hour 15
- > max_updates_per_hour 12
- > max_connections_per_hour 4
- > max
21%
05.12.2019
-created
09 - event: comment-added
10 comment: (?i)^(Patch Set [0-9]+:)?( [\w\\+-]*)*(\n\n)?\s*RECHECK
11 success:
12 gerrit:
13 # return to Gerrit Verified+1
14 Verified: 1
15
21%
05.12.2019
with up to 3840x2160 pixels.
The larger volumes of data come at a price: Blu-ray technology requires considerably more powerful hardware. A typical video CD data rate is around 1.5Mbps, with up to 10Mbps
21%
30.01.2020
:CreateLogStream",
13 "logs:PutLogEvents"
14 ],
15 "Resource": [
16 "arn:aws:logs:eu-west-1:XXXXXX:log-group:/aws/lambda/internet-access-function:*"
17 ]
18 }
19 ]
20
21%
30.01.2020
locations and, in turn, introducing latency. As great as this sounds, SSDs are still more expensive than HDDs. HDD prices have settled to around $0.03/GB; SSD prices vary but sit at around $0.13-$0.15/GB
21%
25.03.2020
Account
11 name: testserviceaccount
12 roleRef:
13 kind: Role
14 name: pod-reader
15 apiGroup: rbac.authorization.k8s.io
Role Behavior
If you want to manage what a user can access, you need
21%
25.03.2020
in computer science and an MSc in telecommunications. He worked for 15-20 years in the mobile/cellular telecommunications, test equipment, and semiconductor industries for companies including Sony, Qualcomm
21%
15.12.2017
08 action :install
09 end
10 service "apache2" do
11 action [ :enable, :start ]
12 end
13
14 directory node['main']['doc_root'] do
15 owner 'www1-data'
16 group 'www1-data'
17 mode '0744'
18 action