The Secret Weapon to Supercharge Your Linux System With Liquorix Kernel | Linux Journal

System & Network Admin
Safing Portmaster - Easy Privacy
Portmaster is a free and open-source application that puts you back in charge over all your computer's network connections. Increase your privacy and security. Get peace of mind.
DNS testing tools / IBDNS · GitLab
Intentionally Broken DNS
How to copy and paste in terminal
If you’re here reading this, then you’re probably stumped as to why you can’t use crtl-c or ctrl-v to copy and paste code into your…
DistroBox: Try Out Multiple Linux Distributions via the Terminal
Try out multiple Linux distributions at once on your host system using DistroBox, eliminating the need for virtual machines or dual booting.
Flakes: NixOS and Home Manager migration • gvolpe's blog
Table of contents
Setting up your dotfiles with home-manager as a flake
Notes on using home-manager standalone via a flake
Toolboxes are not just for special cases
I made a video on how I use distrobox on my desktop, and over time as more and more people have been discovering the value of a cloud-native desktop it's starting to gain some attention!
Since SteamOS is an image-based OS right of the bat (must be nice to start
A guide to upscaling or downscaling video with FFmpeg
How to do video scaling using FFmpeg with examples for different types of upscaling and downscaling methods. Scaling a video means to make it either larger (higher resolution) or smaller (smaller…
Coding Wherever: My Fully-Featured Travel Dev Setup from Sea Level to 40,000 feet
What do you do if you want to code using an (almost) fully featured IDE setup, but
you’re up 40,000 feet in the air, without internet? And you don’t want to pay for
business class1? I’ll show you what I did and I’m definitely
interested in feedback and other solutions to this problem.
Let’s just pretend that I don’t want to pay for business class, not that I can’t… ↩
Optimizing Linux Server Performance: Benchmarking and Advanced Techniques | Linux Journal
AMP3 YouTube to MP3 converter
Convert your favourite videos and playlists to MP3 for free.
Netpicker – Test your network design, compliance and security
From Computer to Production With Nix
Article developing a flake.nix that you can use for development, testing and building for production releases
How to Collapse Your Stack Using PostgreSQL for Everything
What Postgres for Everything means to a dev deploying all sorts of databases. Spoiler: it’s about collapsing your stack & keeping your world simple.
/e/OS Is Better Than Android. You Should Try It
Even if you aren’t technically inclined, this privacy-first mobile operating system helps you escape surveillance capitalism.
Midnight Commander - A Console-Based File Manager for Linux
Midnight Commander is a text-based file manager for Linux and other Unix-like operating systems that provides a user-friendly interface for managing files.
Linux Fu: The Root Cause
There was a time when real system administrators just logged into Unix systems as root. But as we all know — with great power comes great responsibility. It’s too easy to do terrible th…
Exploring Linux Network Protocols for Better Packet Processing | Linux Journal
Rebuilding my homelab: Suffering as a service
With additional Kubernetes mode!
DBus and systemd — Beartama's Blog documentation
Common Lisp for shell scripting - simonsafar.com
Tags and Postgres Arrays, a Purrrfect Combination | Crunchy Data Blog
Are you using tags in your database with some of your main database properties? Paul reviews some of the ways to store tags in a database from basic relational models to text arrays. He provides some performance tests, sample queries, and guidance on choosing the best path.
Let PostgreSQL Pick An Index For You
Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
Radio Free Fedi
Sounds from the Fediverse to the Universe
Glitch
Simple, powerful, free tools to create and use millions of apps.
Using ARG in a Dockerfile - beware the gotcha
Using ARG in a Dockerfile - beware the gotcha 13 May 2024 | 3 min read Today I learned about the subtleties of build arguments in Dockerfile...
Distrobox
Use any linux distribution inside your terminal.
How to mount a vmdk file in Linux
Overview vmdk’s, the underlying filesystem commonly used in vmware, can be mounted on a Linux server using the qemu utilities. In this example, I downloaded an ova, unarchived it, and retrieved the vmdk files. Once exposed, I am able to mount the filesystems embedded within the vmdk.
In this example, the ova is a virtual “appliance” which prohibits access a low level root shell. By mounting the vmdk file system directly, we can take a peek at the hidden secrets the vendor keeps under lock and key.
Text Processing in Linux: Understanding Grep, sed, and AWK
This guide introduces you to Grep, sed, and AWK, which are Linux tools used for text processing. It explains the differences between grep, sed, and AWK and provides beginner examples for each.