System & Network Admin

System & Network Admin

2116 bookmarks
Custom sorting
Nethogs – Monitor Linux Network Traffic Usage Per Process
Nethogs – Monitor Linux Network Traffic Usage Per Process
This article explains how to install and find out real-time per-process network bandwidth usage with nethogs utility under Unix/Linux operating systems.
·tecmint.com·
Nethogs – Monitor Linux Network Traffic Usage Per Process
How to install arm64 iso in QEMU on Ubuntu x86_64?
How to install arm64 iso in QEMU on Ubuntu x86_64?
I've tried to install the ubuntu-18.04.2-server-arm64.iso with libvirt Virtual Machine Manager to have an aarch64 (same as arm64) Ubuntu VM. But it displays a message "Failed to setup UEFI for AAr...
·askubuntu.com·
How to install arm64 iso in QEMU on Ubuntu x86_64?
How to run an ARM VM on a x86 host
How to run an ARM VM on a x86 host
A few weeks ago, I wasted a lot of time (and hair) trying to run Raspbian in a VM, so that I could run it as part of my CI system and build software for it. I eventually managed to get something runni
·blog.svedr.in·
How to run an ARM VM on a x86 host
How to Set Up ModSecurity with Apache on Debian/Ubuntu
How to Set Up ModSecurity with Apache on Debian/Ubuntu
In this guide, we have shown you through the process of setting up ModSecurity with Apache on Debian/Ubuntu systems to detect and block unwanted traffic.
·tecmint.com·
How to Set Up ModSecurity with Apache on Debian/Ubuntu
How I use Vagrant with libvirt
How I use Vagrant with libvirt
I'll admit it: I'm a fan of Linux. While I've used Slackware on workstations and Red Hat Enterprise Linux (RHEL) on servers for years, I love seeing how other distributions do things. What's more, I really like to test applications and scripts I write on other distributions to ensure portability. In fact, that's one of the great advantages of Linux, as I see it: You can download a distro and test your software on it for free.
·opensource.com·
How I use Vagrant with libvirt
Tools to Measure Software Energy Consumption from your Computer
Tools to Measure Software Energy Consumption from your Computer
Measuring the energy consumption of software is far from being a trivial task. This article provides essential details about energy consumption tools, their...
·luiscruz.github.io·
Tools to Measure Software Energy Consumption from your Computer
How to generate WireGuard QR code on Linux for mobile
How to generate WireGuard QR code on Linux for mobile
Explains how to install qrencode command on Linux & generate WireGuard QR code on Linux for iOS or Android mobile for faster deployments
·cyberciti.biz·
How to generate WireGuard QR code on Linux for mobile
An open source alternative to Microsoft Exchange
An open source alternative to Microsoft Exchange
Microsoft Exchange has for many years been nearly unavoidable as a platform for groupware environments. Late in 2020, however, an Austrian open source software developer introduced grommunio, a groupware server and client with a look and feel familiar to Exchange and Outlook users.
·opensource.com·
An open source alternative to Microsoft Exchange
Postgres 14: It's The Little Things
Postgres 14: It's The Little Things
Today I wanted to call some extra attention to those little things, the ones that don't get the spotlight, but simply make a developer's life better.
·blog.crunchydata.com·
Postgres 14: It's The Little Things
Use this Linux command-line tool to learn more about your NVMe drives
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.
·opensource.com·
Use this Linux command-line tool to learn more about your NVMe drives
How to Apply GitOps on Infrastructure
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
·devops.com·
How to Apply GitOps on Infrastructure
What is eBPF? | An Introduction and Practical Tips
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.
·containiq.com·
What is eBPF? | An Introduction and Practical Tips
Part 3: Tracing SSL/TLS connections using eBPF
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…
·blog.px.dev·
Part 3: Tracing SSL/TLS connections using eBPF