8%
21.08.2012
Dependency: libfreetype.so.6 for package: cairo-1.8.8-3.1.el6.i686
---> Package dejavu-lgc-sans-mono-fonts.noarch 0:2.30-2.el6 will be installed
---> Package glib2.i686 0:2.22.5-6.el6 will be installed
8%
06.10.2022
([hostPort:]containerPort)
ubuntu1804 1 weaveworks/ignite-ubuntu:18.04 weaveworks/ignite-kernel:5.13.3 2 2G 20G 22,38080,52812,58080
centos8 1 weaveworks/ignite-centos:8 weaveworks/ignite-kernel:5.13.3 2 2G
8%
05.02.2023
script (Listing 2) are located.
Listing 1
Dockerfile_ServerBase
FROM ubuntu:22.04
ENV container docker
# Don't start any optional services except for the few we need.
RUN find /etc
7%
07.01.2013
plugin for Amazon Simple Storage Service (Amazon S3)
20 - sftp plugin for SSH File Transfer Protocol
21 - ebs plugin for Elastic Block Storage
22 - local plugin for Local file system
23
7%
28.11.2021
.Resize(fyne.NewSize(600, 800))
019
020 menuItemLight := fyne.NewMenuItem("Light Theme", func() {
021 a.Settings().SetTheme(theme.LightTheme())
022 })
023
024 menuItemDark := fyne.NewMenuItem("Dark Theme", func
7%
22.12.2017
:1071867223(0) win 512
98:15:eb:38:f3:c1 c8:d7:c1:61:be:a3 0.0.0.0.30693 > 0.0.0.0.57646: S 1759104040:1759104040(0) win 512
dc:6d:43:15:be:52 99:19:41:22:4e:36 0.0.0.0.29211 > 0.0.0.0.63665: S 481173385
7%
09.10.2017
then provides machines with the correct metadata, depending on the requirement.
Listing 1
Show Nodes
$ kubectl get nodes
NAME STATUS AGE VERSION
10.126.22
7%
10.04.2015
an exception in Windows Firewall.
Finding Relevant WMI Objects
The WMI subsystem in Windows provides information about all hardware and software in more than 600 classes, each with several attributes
7%
12.02.2014
.py
CPU ALL: 1.0 %
CPU0 4.1%
CPU1 2.0%
CPU2 0.0%
CPU3 0.0%
CPU4 0.0%
CPU5 0.0%
CPU6 0.0%
CPU7 2.0%
CPU ALL:
user: 0.7% nice: 0.0%
system: 0.2% idle
7%
16.10.2012
to the screen (STDOUT; line 15).
Listing 1: SSH Script
01 #!/usr/bin/php
02
03
04 $ssh = ssh2_connect('192.168.1.85', 22);
05 ssh2_auth_password($ssh, 'khess', 'password');
06 $stream = ssh2_exec