48%
05.02.2019
than a single variable/value pair can be passed, à la:
cdk -c VAR1=value1 -c VAR2=value2
This mechanism provides a great deal of power and flexibility, particularly when considering the use of CDK
48%
28.11.2021
). The import statement brings in the required packages. To create an executable program, line 9 defines the main() function as the entry point. The app.New() method creates a new Fyne instance, and the a
48%
03.02.2024
: Human-Readable df
$ df -h
Filesystem Size Used Avail Use% Mounted on
tmpfs 26G 2.5M 26G 1% /run
/dev/nvme0n1p2
48%
16.05.2013
Explanation
* OK IMAP4rev1 Service Ready
Server greets client
a001 login mrc secret
Client logs in
a001 OK LOGIN completed
Server acknowledges
48%
05.12.2016
need to orchestrate the operation of Docker containers in bulk, and Kubernetes [3] (Figure 1) is a two-year-old system that does just that. As part of Google Infrastructure for Everyone Else (GIFEE
48%
17.11.2016
Volume ID: 4f8d25a9-bbee-4e8c-a922-15a7f5a7673d
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: gluster1:/storage/brick1/gv0
Brick2: gluster2:/storage/brick1/gv0
Options
48%
15.08.2016
Volume ID: 4f8d25a9-bbee-4e8c-a922-15a7f5a7673d
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: gluster1:/storage/brick1/gv0
Brick2: gluster2:/storage/brick1/gv0
Options
48%
21.08.2014
troubleshooting or address performance issues on your Ethernet network, it helps to have some basic knowledge of Spanning Tree.
Understanding Spanning Tree
Figure 1 shows three examples (A, B, C) of topologies
48%
03.08.2023
7236f7b5c3dd2f75672c3d2b8dfd4df3a3eea6-silicon-heatwave-the-looming-change-in-data-center-climates.pdf
Tape storage and carbon emissions: https://www.backupworks.com/tape-storage-reduce-energy-consumption-and-carbon-emissions.aspx
48%
11.10.2016
for i in range(N):
61 A = column(cpu_percent, i);
62 plt.plot(epoch_list, A);
63 # end if
64 plt.xlabel('Time (seconds)');
65 plt.ylabel('CPU Percentage');
66 plt