26%
07.10.2014
-dkms:i386 - Native ZFS filesystem kernel modules for Linux
20 v zfs-dkms-build-depends -
21 c zfs-fuse - ZFS als FUSE
22 p zfs-fuse:i386
26%
04.04.2023
StarlingX 8.0 Edge Platform Announced
Version 8.0 of the StarlingX (https://www.starlingx.io/software/) open source cloud platform has been released. The platform is designed for edge computing ... In the news: StarlingX 8.0 Edge Platform; Synopsys Report Shows "Alarming" Increase in High-Risk Vulnerabilities; Akamai Connected Cloud; Red Hat Enterprise Linux Available on Oracle Cloud; Wine 8
26%
04.04.2023
19 ******************************************/
20 module "gke" {
21 source = "terraform-google-modules/kubernetes-engine/google"
22 project_id = var.project_id
23
26%
28.11.2022
].
Distributions in the Microsoft Store
Debian GNU/Linux
Fedora Remix for WSL
Kali Linux
Ubuntu 22.04 LTS, 20.04, 20.04 ARM, 18.04, 18.04 ARM, 16.04
SUSE Linux Enterprise Server 15 SP3, 15 SP2
26%
05.02.2023
hardware support [7]. I am using Ubuntu 22.04 (Jammy) for this test in the original us-east-1 availability zone.
$ aws ec2 run-instances --image-id ami-0ea1c7db66fee3098 --region us-east-1 --key federico
26%
11.02.2016
10.
Infos
New security functions in Windows 10: https://blogs.windows.com/business/2014/10/22/windows-10-security-and-identity-protection-for-the-modern-world/
Windows update: https
26%
11.04.2016
20 /sbin/iptables --policy FORWARD DROP
21 /sbin/iptables --policy INPUT DROP
22 /sbin/iptables --policy OUTPUT DROP
23
24 #new chains. Statefull and scrub icmp
25 /sbin/iptables --new
26%
07.06.2019
check_args "$@"
13
14 local image=$1
15 local token=$(get_token $image)
16 local tags=$(get_tags $image $token)
17 echo "tags reported are:"
18 echo $tags
19 }
20
21 get_token() {
22 local
26%
04.08.2020
return -timespec_diff(sooner, later);
19 else
20 return
21 (later->tv_sec - sooner->tv_sec)
22 /* tv_nsec is known to be a signed type. */
23 + (later->tv_nsec - sooner
26%
04.08.2020
node-builder_1 |
18 node-builder_1 | npm install -g pushstate-server
19 node-builder_1 | pushstate-server build
20 node-builder_1 | open http://localhost:9000
21 node-builder_1 |
22 node