Fortifying Cyber Defense With the Power of Linux Intrusion Detection and Prevention Systems | Linux Journal
System & Network Admin
BCC - Dynamic Linux Tracing Tools for Network & Monitoring
BCC (BPF Compiler Collection) is a set of dynamic tracing tools for monitoring Linux performance, networking, kernel tracing, and more with several useful tools
Understanding Nginx Ingress in Kubernetes
The article introduces Nginx Ingress. There are many Ingress options available in Kubernetes. Readers can choose according to their needs.
BeeBase - Welcome!
BeeBase, relational programmable database with GUI.
How to Use Comparison Operators with Awk in Linux - Part 4
In this part of the Awk series, we shall take a look at how you can filter text or strings using comparison operators in Linux.
Using the apropos command on Linux
Programming Ada: First Steps On The Desktop
Who doesn’t want to use a programming language that is designed to be reliable, straightforward to learn and also happens to be certified for everything from avionics to rockets and ICBMs? De…
How to merge two or multiple git repositories into one
You never know if you need to combine two projects into one. If you ever want to, it should be relatively simple and straightforward to do…
How to merge two Git repositories into one (not two branches) - Sling Academy
Overview Merging two separate Git repositories into one without intertwining their histories is a task that may be needed when combining products,
Custom message of the day with MOTD
In this tutorial you learn how to modify the welcome message of your Linux system. This message is shown when you login via SSH.
Is your PC having trouble? Your smart TV might be to blame
“I felt like I’d solved a murder.”
Extract text from a PDF
Extracting text from a PDF file using GNU less or Python's pypdf. Why its not entirely clear just what a text extractor should do.
Creating an EKS Cluster with No Manual Coding
Learn how to create a template using Infrastructure as Code configurations and integrations with other ecosystem tools to define the resources to be deployed.
Guider Daemon Automates Linux Performance Monitoring
Guider, built over a period of nine years by Hyundai's Peace Lee, comes with over 150 performance-tracking and visualization command-line tools.
Rebuilding and Modifying Debian Packages | Linux Journal
Overview of Just a Bunch Of Disks (JBOD) - GeeksforGeeks
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
Turbo Pascal Compiler
Compiling And Running Turbo Pascal In The Browser
When a friend of [Lawrence Kesteloot] found a stack of 3.5″ floppy disks, they found that it contained Turbo Pascal code which the two of them had worked on back in the Summer of 1989. Amidst…
Obsidian Systems is excited to bring IPFS support to Nix
First of all, thanks to @parkan of Protocol Labs for soliciting the Nix community in Nix and IPFS · Issue #859 · NixOS/nix · GitHub. We at Obsidian Systems talked things over, submitted a proposal to the IPFS Grants Platform, and it has recently been accepted! IPFS is a peer-to-peer network for storing and sharing data in a distributed filesystem. It has been remarked before that Nix and IPFS would be useful integrated together and we are very excited to make this happen. Here is where we thin...
Build a private distribution network using ipfs-cluster - Help - IPFS Forums
Hi, there. Appreciation to all the lovely people who make this possible. We’re planning to build a private network which allows us to duplicate files over. These are the constraints about this network: “private” here means we don’t want outside parties to join and we don’t want content to be available publicly even outsiders have the CIDs there should be only one “conductor” peer who can sort of control the network: add/remove files from the network control which peers get what there will ...
Install IPFS Kubo inside Docker | IPFS Docs
You can run IPFS inside Docker to simplify your deployment processes, and horizontally scale your IPFS infrastructure.
Teach you how to build an IPFS private network
Darkrove/Building-Private-IPFS-Network: A step-by-step IPFS tutorial for creating a private network
A step-by-step IPFS tutorial for creating a private network - Darkrove/Building-Private-IPFS-Network
Elevate Your Synology NAS to Interplanetary Heights
Discover how to install an IPFS node on your Synology NAS and create your personal decentralized storage node.
Harvester - Open-source hyperconverged infrastructure
The open-source hyperconverged infrastructure solution for a cloud-native world
Announcing Harvester: Open Source Hyperconverged Inf...
Today, I am excited to announce project Harvester, open source hyperconverged infrastructure (HCI) software built using Ku...
Meet Harvester, an HCI Solution for the Edge
About six months ago, I learned about a new project called Harvester, our open source hyperconverged infrastructure (HCI) ...
Understanding Backup and Disaster Planning Solutions for Linux | Linux Journal
Linux Fu: Where’s That Darn File?
Disk storage has exploded in the last 40 years. These days, even a terabyte drive is considered small. There is one downside, though. The more stuff you have, the harder it is to find it. Linux pro…
Hardware diagnostics with open source tools - Linux.com
Author: Manolis Tzanidakis Like all pieces of electronic equipment, computers have a tendency to malfunction and break; if you have never experienced kernel core dumps or unexpected crashes, consider yourself lucky. Many common hardware problems are caused by bad RAM modules, overheated or broken CPUs, or bad sectors or clusters on hard disks. In this …