How to Build Your Own Portable Linux | Linux Journal

System & Network Admin
How to View PDF File in Linux Command Line
Please note that this article seeks to explore viable ways of viewing (not opening) a PDF file from the Linux command-line environment.
Build a Tiny Certificate Authority For Your Homelab
Let's make a tiny, standalone CA! We'll use a Raspberry Pi 4, YubiKey 5 NFC, and Infinite Noise TRNG.
Mastodon.social is not a good way to join Mastodon. If you’re already on it, you might want to move your account to a different Mastodon server. | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse
An unofficial guide to using Mastodon and the Fediverse
Transferring your Mastodon account to another server | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse
An unofficial guide to using Mastodon and the Fediverse
[deleted by user]
I will no doubt get told i am doing this wrong, but ... Firstly, go to Control Panel - Network -DSM settings, check Enable Customized domain...
Enter the void
Welcome to the Void
Ruby: a great language for shell scripts!
It’s more than rails!
VPP with loopback-only OSPFv3 - Part 2
Copyright 2021- IPng Networks GmbH, all rights reserved. IPng Networks GmbH provides networking consultancy, hosting, colocation, internet connectivity options primarily tailored for the Zurich metropolitan area.
Enhancing Your Wellness Journey: Optimizing Self-Care with Linux Gadgets | Linux Journal
Can you diff all files in one directory?
I have a bunch of files stored in various directories. They have been created at different times, but I need to check that their contents are the same. I cannot find how to do a diff on ALL files i...
Using Functions in Bash
Never rewrite code, use functions instead!
Bash Beginner Series #3: Passing Arguments to Bash Scripts
In the third part of the Bash Beginner Series, you'll learn to pass arguments to a bash shell script. You'll also learn about special bash shell variables.
Unmasking HTTP Logs: From Blind Spots to Full Visibility
Standard HTTP logs miss crucial details like request and response bodies, hindering debugging. Our article offers solutions for complete HTTP logging, ensuring you have all the necessary information for effective web management.
Linux Fu: Kernel Modules Have Privileges
I did something recently I haven’t done in a long time: I recompiled the Linux kernel. There was a time when this was a common occurrence. You might want a feature that the default kernel did…
Work With SQL via Plug-Ins: An Introduction To Using Steampipe
Steampipe has many plug-ins to convert internal app data to nice SQL tables. In this post, we look at how the Slack plug-in works.
How to identify whether webp image is static or animated?
I am working on a project where a user can upload webp images. I know how to convert webp images into jpg/png, but am stuck on how to identify whether the webp image is static (non-animated) or ani...
How to Mount a QCOW2 Image in Linux? | Baeldung on Linux
Learn different methods of mounting QCOW2 image files in a Linux environment.
Converting VirtualBox OVA to QCOW2 for QEMU/KVM Deployment
... Read more
One second code: Do YOU know how much your computer can do in a second?
Sioyek
v24.06: The One With Over 250 Devices
Aiming for a 10 year life-cycle for smartphones
Devices - postmarketOS
RADIUS Server for Enterprise Networks
Explore the history of RADIUS, its role in PPP, its integration with 802.1X for wireless LANs, and the use of EAP in enhancing network security.
Blocking Bots with Nginx
How I've automated updating the bot list to block access to my site
How to Copy/Move a Docker Container to Another Host - Make Tech Easier
Since Docker containers are little boxes of software, it can be easily copied and moved from computer to computer. Here we show you how to do it.
Pairing with ChatGPT to help write a Postgres function
Here’s the latest installment in the series on working with LLMS: It was only after I deployed the function and used it in three different dashboards that the penny finally dropped. This had …
A Beginner's Guide to TextFSM for Network Automation
Introduction to TextFSM In this blog post, we will look at TextFSM, a tool that helps parse the raw data (semi-structured) we often get from network devices. If you've ever tried to use TextFSM documentation, you might know it can be a bit confusing. Therefore in this post, we'll go
How to Use 'ddrescue' Command to Recover Data in Linux
In this article, I’ll guide you through the process of using ddrescue to recover data from a failing hard disk in simple, easy-to-follow steps.
One Line Fuzzy Find for Git Worktree
Let's explore how to create a one-liner for fuzzy matching when navigating git worktrees.