Home Blog Page 150

How to setup WireGuard on Oracle Linux

Oracle Linux engineer William Kucharski provides an introduction to the VPN protocol WireGuard   WireGuard has received a lot of attention of late as a new, easier to use VPN mechanism, and it has now been added to Unbreakable Enterprise Kernel 6 Update 1 as a technology preview. But what is it, and how do I use it? What is…
Click to Read More at Oracle Linux Kernel Development

How to setup WireGuard on Oracle Linux

Oracle Linux engineer William Kucharski provides an introduction to the VPN protocol WireGuard   WireGuard has received a lot of attention of late as a new, easier to use VPN mechanism, and it has now been added to Unbreakable Enterprise Kernel 6 Update 1 as a technology preview. But what is it, and how do I use it? What is…
Click to Read More at Oracle Linux Kernel Development

How to setup WireGuard on Oracle Linux

Oracle Linux engineer William Kucharski provides an introduction to the VPN protocol WireGuardWireGuardhas received a lot of attention of late as a new, easier to use VPN mechanism, and it has now been added to Unbreakable Enterprise Kernel 6 Update 1 as a technology preview.But whatisit, and how do I use it?What is WireGuard?WireGuardis described by its developers as:an extremely simple yet fast and…

Click to Read More at Oracle Linux Kernel Development

A sysadmin’s guide to basic Kubernetes components

A sysadmin’s guide to basic Kubernetes components

Kubernetes control plane nodes and worker nodes, their features, and how they interact.
Shashank Hegde
Wed, 11/18/2020 at 3:32pm

Image

Photo by gdtography from Pexels

A general Kubernetes (Also written as K8s) cluster consists of control plane nodes and at least one worker node.

This tutorial walks you through the Kubernetes architecture and the control plane and worker node components. It explains the architecture and features like api-server, scheduler, etcd, and control manager. Under worker nodes, we cover details about kubectl, kubelet, and kube-proxy.

Topics:  
Linux  
Kubernetes  
Read More at Enable Sysadmin

Open Source Web Engine Servo to be Hosted at Linux Foundation

KubeCon, November 17, 2020 – The Linux Foundation, the nonprofit organization enabling mass innovation through open source, today announced it will host the Servo web engine. Servo is an open source, high-performance browser engine designed for both application and embedded use and is written in the Rust programming language, bringing lightning-fast performance and memory safety to browser internals. Industry support for this move is coming from Futurewei, Let’s Encrypt, Mozilla, Samsung, and Three.js, among others.

“The Linux Foundation’s track record for hosting and supporting the world’s most ubiquitous open source technologies makes it the natural home for growing the Servo community and increasing its platform support,” said Alan Jeffrey, Technical Chair of the Servo project. “There’s a lot of development work and opportunities for our Servo Technical Steering Committee to consider, and we know this cross-industry open source collaboration model will enable us to accelerate the highest priorities for web developers.”

Read more at The Linux Foundation and Read more at the Mozilla Foundation

Linux Foundation Discounts Instructor-Led Courses

The Linux Foundation is home to many of the world’s most important open source projects, and also home to many of the top open source experts. Our instructor-led training courses are taught by hands-on practitioners who have used, built, and contributed to these projects for years. Instructor-led courses work differently to eLearning courses in that they take place at a specific time and are led by a teacher in real-time. The courses typically involve 3-4 full, consecutive days of instructional and lab time, meaning you can complete the training quickly and in a highly structured format. Having a live instructor also means you have the opportunity to ask questions and interact in real-time.

To increase access to this training, through November 24 all instructor-led training courses are discounted by 30-50%!

Read more: Linux Foundation Training

New CNCF Kubernetes Security Specialist Certification Now Available

The Linux Foundation, the nonprofit organization enabling mass innovation through open source, and Cloud Native Computing Foundation® (CNCF®), which builds sustainable ecosystems for cloud-native software, today announced the Certified Kubernetes Security Specialist (CKS), previously announced to be in development in July, is now generally available.

CKS is a two-hour, performance-based certification exam that provides assurance that a certificant has the skills, knowledge, and competence on a broad range of best practices for securing container-based applications and Kubernetes platforms during build, deployment, and runtime. The exam is taken remotely with a live proctor monitoring via webcam and screen sharing. Candidates for CKS must hold a current Certified Kubernetes Administrator (CKA) certification to demonstrate they possess sufficient Kubernetes expertise before sitting for the CKS. The certification remains valid for two years from the date it is awarded.

Finding rogue devices in your network using Nmap

What is Nmap, and why do I want to use it? Finding rogue devices on your network is a good start.
Read More at Enable Sysadmin

How to manage Linux permissions for users, groups, and others

How to manage permissions and ownership for users, groups, and all others to resources such as directories and files.
Read More at Enable Sysadmin

Linux Command Basics: 7 commands for process management    

If you’re new to Linux and need help managing your processes, these basic commands are for you.
Read More at Enable Sysadmin