13%
31.10.2025
of Ubuntu 10.04 LTS, whereas v3.0 [5] makes the jump to Ubuntu 12.04 LTS. As an alternative, the beta version 2.3 is available for download.
Building Under Ubuntu
Targeted at small and medium
13%
07.10.2014
, the use of multiple paths has not yet been implemented.
Support for the NFS [12] and HTTP [13] protocols is under development. The former can only handle version 3 and TCP. In the lab, I failed to create
13%
13.02.2017
.key | apt-key add -
08 $ apt-key list
09 ...
10
11 $ aptitude update
12 $ aptitude safe-upgrade
13 $ aptitude remove tftpd
14 $ update-inetd --remove tftpd
15 $ aptitude install opsi-atftpd
16 $ aptitude
13%
05.02.2019
"dev": 2,
11 "qa": 3,
12 "prod": 3
13 }
14 }
15 }
From the code in the subnetConfiguration block, you can see three types of subnets: Public, Private, and Isolated. As mentioned
13%
04.10.2018
-popular Travis CI
[3] or GitLab CI
[4]), which integrates easily with tools you might normally use manually. These tools might be used for database hacking, penetration testing, open network port probing
13%
22.12.2017
$keyfile /etc/ssh
08 chmod 644 /etc/ssh/$filename
09 done
10 if [ -f .ssh/config ]; then
11 cat .ssh/config >> /etc/ssh/ssh_config
12 sed -i 's|~/.ssh|/etc/ssh|g' /etc/ssh/ssh_config
13
13%
05.02.2019
With the supporting dependencies installed, you are now ready to download the latest stable SuiteCRM package [3]. At the time of writing, the latest release was version 7.10.11, which is the version I work
13%
11.04.2016
and target computer. A component specially developed for Linux needs to be provisioned on the Windows system to meet the same conditions. As you might expect, this component is a PowerShell module [3
13%
07.10.2025
AMD64 and ARM64
HTTP Boot support in Debian Installer and Live images for UEFI/U-Boot systems
Upgraded software stack: Gnome 48, KDE Plasma 6, Linux kernel 6.12 LTS, GCC 14.2, Python 3
13%
05.02.2023
06 labels:
07 app: mariadb
08 spec:
09 type: NodePort
10 ports:
11 - port: 3306
12 protocol: TCP
13 selector:
14 app: mariadb
15 ---
16 apiVersion: v1
17 kind: Config