Home Search

Linux - search results

If you're not happy with the results, please do another search

Using a Pluggable Authentication Module for Verifying User Identities

0
Pluggable authentication modules help to separate the tasks of authentication from applications. Learn how to build a login mechanism that is API based and...
programmer working on multithreading helgrind programming

Helgrind: Detecting Synchronisation Issues in Multithreaded Programs

0
Let’s explore how Helgrind can be used to detect and debug multithreading issues with the help of a multithreaded C program. Multithreading is a programming...
cloud on your laptop

Fat Containers and Multipass: Building a Cloud on Your Laptop

0
Learn how fat containers and the Multipass tool can help create cloud virtual machine stacks on your laptop, thus accelerating productivity while cutting cloud...
Podman

Podman: A Powerful Alternative to Docker

0
With its Docker-compatible CLI and daemon-less architecture, Podman is an excellent choice for those looking to adopt a secure, scalable, and flexible approach to...
Exploring eBPF

Exploring eBPF and its Integration with Kubernetes

0
eBPF, a game-changing technology that extends the capabilities of the Linux kernel, offers significant advantages for Kubernetes networking. It also greatly improves Kubernetes observability...
Introduction to virtual private cloud

Building a Virtual Private Cloud on AWS Cloud

0
A virtual private cloud (VPC) has become increasingly popular, driven by its ability to provide secure, flexible, and scalable networking environments in the cloud....

From Virtual Machines to Docker Containers: The Evolution of Software Development

0
Containerisation and Kubernetes have eased software development, making it faster and better. Let’s see where these are headed, looking at trends that are making...
Keith-Basil General Manager (Edge Business Unit), SUSE

“Scalability challenges at the edge can be addressed by creating independent failure domains and...

0
It’s been a decade since Google released Kubernetes. Almost every single cloud provider has since embraced this open source container orchestration system. In recent...

Analysing Linus Torvald’s Critique of Docker

0
This article looks at Docker’s security flaws, particularly its shared-kernel model, and contrasts it with traditional VMs for better isolation. It discusses Linus Torvalds’...

FOSS Security Tools: Binwalk

0
In this fifth article in the FOSS security series, we will explore the use of the binwalk tool. Binwalk is used to scan firmware for...