How to Use Linux Network Namespace – Sound WRX

System & Network Admin
The Differences between Su, Sudo Su, Sudo -s and Sudo -i - Make Tech Easier
There are several ways to switch to the root user in Linux, and it can be confusing. Learn the differences between each command and their use cases.
Use this Linux command-line tool to learn more about your NVMe drives
NVMe stands for Non-Volatile Memory Express, and it refers to how software and storage communicate across PCIe and other protocols, including TCP. It's an open specification led by a non-profit organization and defines several forms of solid-state storage. [OS_EMBEDDED_MENU_RIGHT:]My laptop has an NVMe drive, as does my desktop. And they're fast. I love how quickly my computers boot and how quickly they're able to read and write data. There's no perceptible delay.
Kentik Labs Launches With Open Source Networking Tools Leveraging eBPF
The networking startup says the new platform is aimed at "the other side of the house" from its usual network engineering customers.
How to Apply GitOps on Infrastructure
GitOps has become more than a buzzword in the DevOps community. It consists of a set of best practices designed to better deploy, manage and monitor
What is eBPF? | An Introduction and Practical Tips
This article introduces developers to eBPF and explains how it can be used to add security, networking, and other capabilities in the Linux kernel space.
Part 3: Tracing SSL/TLS connections using eBPF
This post will demonstrate how to use eBPF to trace encrypted connections that operate over TLS (or its predecessor, SSL). TLS has become the standard for…
Automated deployment for .NET - Octopus Deploy
Octopus Deploy is an automated deployment and release management tool used by leading continuous delivery teams worldwide. Start your free trial today.
Troubleshoot Microservices with Dynamic Packet Capture - The New Stack
Dynamic packet capture is a Kubernetes-native way to troubleshoot your microservices and applications without granting extra permissions.
Netflix Zuul vs Nginx performance - Instea
Nowadays you can hear lot about microservices. Spring Boot is an excellent choice for building single microservice but you need to interconnect them somehow. That’s what Spring Cloud tries to solve (among other things) – especially Spring Cloud Netflix. It provides various components e.g. Eureka discovery service together with client side load balancer Ribbon for inter-microservice...
Ghost in the Shell – Part 6 – Learn Shell Scripting
The Ghost in the Shell series were about efficient working in the shell environment but one of the feats of any sysadmin profession is the shell scripting. It is often needed to ‘glue’ …
~60x speed-up of Linux
Extended attributes for special files
The Linux extended-attribute mechanism allows the attachment of metadata to
files within a filesystem. It tends to be little used — at least, in the
absence of a security module like SELinux. There is interest in how these
attributes work, though, as evidenced by the discussions that have
followed the posting of revisions of this
patch by Vivek Goyal, which seeks to make a seemingly small change to
the rules regarding extended attributes and special files.
Time Card - Open Compute Project
Time Card is the heart of the Open Time Server project. It is an entirely open source board design that can be used with the OCP PTP driver in the Linux kernel to run a computer as a grandmaster clock source with hardware timestamping.
Show WebP Thumbnails In GTK Applications (Nautilus, Thunar, Etc) Using WebP GDK Pixbuf Loader Library
This is a WebP Image format GdkPixbuf loader, making WebP image thumbnails available in GTK applications, such as Nautilus (GNOME Files) or Thunar.
Q&A trip to Linux’s Black Hole - /dev/null | Linux Journal
Per-project Postgres
Here’s a little trick I worked out a while back. Along the way I’llintroduce two tools, direnv and Nix, which I’ve found super helpful whendeveloping many di...
Setup a local development proxy using Nginx handling CORs – MICROIDEATION
Gartner™ quick answer: How can organizations use DNS to improve their security posture
Looking to improve your organization’s security posture? Don’t forget to secure the DNS-layer! Learn how – and why – to invest in DNS-layer security here.
Print files from your Linux terminal
Printing on Linux is easy, but sometimes it feels like a lot of work to launch an application, open a file, find the Print selection in the menu, click a confirmation button, and so on. When you're a Linux terminal user, you often want to perform complex actions with simple triggers. Printing is complex, and there's little as simple as the lpr command.
Monitor your Linux server with Checkmk
Monitoring IT assets is an essential task for any IT department. Still, due to the growing number of devices in corporate networks, it is getting more and more challenging to find an approach that is flexible enough to monitor the wide range of available systems properly. It's essential to have a monitoring tool that is flexible, scalable, and easy to use.
Replacing Docker Desktop with hyperkit + minikube - Cirrus Minor
MacOS is a Unix but it isn’t a Linux so, unfortunately, if/when we need to use linux-y things like docker we need to install a…
4 Linux technologies fundamental to containers
In previous articles, I have written about container images and runtimes. In this article, I look at how containers are made possible by a foundation of some special Linux technologies, including namespaces and control groups.
Bash Echo Command Explained With Examples In Linux - OSTechNix
The echo command is a bash built-in to print the output to stdout. This guide explains bash echo command usage in scripts with examples.
My Ultimate PowerShell prompt with Oh My Posh and the Windows Terminal
I've long blogged about my love of setting up a nice terminal, getting the ...
Tor is a Great SysAdmin Tool
Using Tor to aid various system administration tasks, including checking firewall rules, bypassing internal network restrictions and connecting to remote systems that are behind NAT/CGNAT.
Improve The CrowdSec Multi-Server Installation With HTTPS Between Agents | Linux Journal
How to Use Multiple Desktops in Windows - Make Tech Easier
Let’s examine how to set up multiple desktops in Windows and use them to maximize your device’s functionality and productivity.
ISP Column - August 2021
Working with interdependent Postgres functions and materialized views
In Working with Postgres types I showed an example of a materialized view that depends on a typed set-returning function. Because Postgres knows about that dependency, it won’t allow DROP FUN…