How to Scale AMD GPU Workloads on DOKS using KEDA
Learn how to scale your AMD GPU workloads on Kubernetes using KEDA and Prometheus.
Learn how to scale your AMD GPU workloads on Kubernetes using KEDA and Prometheus.
In this R tutorial, we’ll go over how to install devtools and use it to install a package directly from a git repository.
🟠 High ⏱ 15–60 min Last verified: 25 May 2026 Affected versions: openSUSE Tumbleweed 📖 ~4 min read • Source: SUSE security advisory (see also SUSE bugzilla) Related CVEs: CVE-2020-10699 CVE-2020-13867 Upstream summary: A flaw was found in Linux, in targetcli-fb versions 2.1.50 and 2.1.51 where the socket used by targetclid was world-writable. If […]
Introduction FreeBSD 12 is a UNIX-derived operating system renowned for its network stack performance, ZFS integration, and Jail isolation primitives. Setting up set up freebsd jails with iocage on freebsd 12 on FreeBSD 12 follows the rc.conf/service(8) paradigm rather than systemd, which means enabling a service and configuring its startup options are done differently from […]
🟢 Low ⏱ 5–15 min Last verified: 6 January 2021 Affected versions: Ubuntu 18.04 (bionic) 📖 ~4 min read • Source: Ubuntu Security Notice USN-4314-1 Related CVEs: CVE-2020-10595 Upstream summary: Russ Allbery discovered that pam-krb5 incorrectly handled some responses. An attacker could possibly use this issue to execute arbitrary code. Table of contents Symptom […]
Java und die JVM (Java Virtual Machine) werden für viele Arten von Software benötigt, einschließlich Tomcat, Jetty, Glassfish, Cassandra und…
Mumble is a Voice Over IP (VoIP) application similar to TeamSpeak and Ventrilo. Mumble uses a client-server architecture, which allows users to talk to each other when connected to the same server. It has a simple administration interface and features low-latency, high-quality codecs. In this tutorial, we will learn how to install and configure Murmur – the server component of Mumble.
🟡 Medium ⏱ 10–30 min Last verified: 6 January 2021 Affected versions: SLES 12 📖 ~4 min read • Source: SUSE advisory SUSE-CU-2021:611-1 (see also SUSE bugzilla) Related CVEs: CVE-2020-8927 Upstream summary: A buffer overflow exists in the Brotli library versions prior to 1.0.8 where an attacker controlling the input length of a "one-shot" […]
Elixir is a functional programming language that’s popular for its focus on developer productivity and ease of writing highly concurrent and scalable applications, while Phoenix is a web framework built on Elixir to allow for the creation of highly performant web applications. In this tutorial, you’ll combine Elixir and Phoenix with edeliver and Distillery to create a single command that builds, deploys, and hot-swaps Phoenix projects in production.
Today we will look into Bridge Design Pattern in java. When we have interface hierarchies in both interfaces as well as implementations, then bridge design pattern is used to decouple the interfaces from implementation and hiding the implementation details from the client programs. Bridge Design Pattern Just like [Adapter pattern](/community/tutorials/adapter-design-pattern-java "Adapter Design Pattern in Java […]