illumos
Bulwark Passkey
Software-based WebAuthN/2FA
UEFI vs. BIOS: Which One You Should Use - Make Tech Easier
The initial startup firmware is a crucial part of your computer's booting process. Learn about UEFI and how it stacks up vs. the older BIOS.
How to Check Linux OS Name, Kernel Version, and Information
In this article, we will explain how to find out the Linux distribution name, kernel version, release version, hardware name, and other Linux system information
What's the Difference Between apt remove and apt purge?
Both apt remove and apt purge commands are useful in uninstalling a package, but the apt purge removes any configuration files associated with the package.
Authenticator: An Open-Source App to Replace Authy on Linux
A free and open-source app for two-factor authentication codes on the Linux desktops.
Why you should try the Nemo file manager on Linux
Nemo feels like a refreshed version of GNOME 2. I like it and think you will, too.
How to Do a UDP Ping in Linux
Learn two ways of doing a UDP ping in Linux with nmap and netcat commands.
Feel like a Linux wizard with the Thunar file manager
It's unclear whether Thunar is the product of mortal programmers or the magical denizens of Asgard.
Emulator of retro x86-based machines
Why you should adopt Makefile in all of your projects | yield code();
GNU Make. A software that is, most likely, older than you. It’s so simple, so standard, and so ignored. I’m here to provide a case in favor of make and Makefiles.
How to Create Your Own Reddit With Teddit - Make Tech Easier
Teddit is a simple, privacy-respecting front end to Reddit. Learn how you can install it yourself in a Ubuntu Linux server.
How to Merge Directory Trees in Linux using cp Command
How to merge two directories having similar directory tree layout? A solution to this problem is provided in this article.
how to merge two or more directories in linux - lost saloon
Before we merge two or more directories, we need to define what we mean by "merge" in the context of directories. There can be a variety of requirements that could be named as merging of directories. Let's assume that merging of (two or more) directories means "to create a new directory with files from all of the merged directories". There...
How to Create an Object Storage Bucket with MinIO Object Storage
With MinIO, you can create object storage buckets from both the Web UI and the command line. This tutorial will show you how.
Making the First Mastodon API Call to My Instance
I just got a Mastodon instance setup for my Kin Lane domain. I am being thoughtful about this shift in my social presence, but as with every other aspect of my digital life, I am most interested in Mastodon because of the platform API. For me, Twitter is first and foremost an API platform, and secondarily a social platform. For me, the value of Twitter is to be able to automate and orchestrate the research, curation, and communication I do via the platform. It is the same for Mastodon. So, now that I have an instance, I want to start playing with the API.
An Intro into Ansible's Built-In Debugger » Network Automation
Today I'm going to show you an inbuilt debugger tool that you can use in Ansible to help troubleshoot your tasks and playbooks. As per the Ansible docs, the debugger tool allows you to: … fix errors during execution instead of editing your Playbook and running it again to see if
Command Line – lsd » Linux Magazine
A revamp of ls, lsd offers color coding plus revised options relevant to the modern computer.
12 modern Terminal/CLI tools that will change your terminal
These are 12 modern terminal tools that will boost your productivity and make your terminal workflow much better. Try them!
12 modern Terminal/CLI tools that will change your terminal
These are 12 modern terminal tools that will boost your productivity and make your terminal workflow much better. Try them!
Modern Linux commands - ready to go
All Linux users know commands like grep, ls or ifconfig but have you ever wondering if there is the contemporary alternative? Here is my list of modern Linux commands I use every day.
For you convenience, I added apt command to install them but they are also available on Fedora and Arch using dnf and pacman. Check out details in the readme on package’s Github.
htop - colorful top Both commands list processes managed by kernel in dynamic real-time mode.
Modern Alternatives to Some of the Classic Linux Commands - It's FOSS
Here are some faster, better and feature rich alternative command line tools to replace the decades old legacy Linux commands.
How to Store Large Files in Git
Git, as well as services like Github, are built and optimized for lightweight text-based code files, and it’s rare to see repositories larger than a few GB. But, it’s often useful to track large files, and to make that easier, Git provides the Large File Storage (LFS) extension.
Git Large File Storage
Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Add Object Storage to Rocky Linux with MinIO
Object storage makes it possible to store massive amounts of unstructured data that is written once and read many times.
Introducing Tailscale Funnel
Tailscale lets you put all your devices on their own private tailnet so they can reach each other, ACLs permitting. Usually that’s nice and comforting, knowing that all your devices can then be isolated from the internet, without any ports needing to be open to the world.
Kubernetes on nixOS using k3s (Part 1)
k3s is a lightweight kubernetes distribution and works incredibly well. It packages all its dependencies, runs using sqlite in place of etcd (although it can use a number of backends!), and has a much lower memory footprint.
Building the k3s binary from scratch is quite confusing, but since its a static binary, we don’t have to worry about this. We can simply fetch the built binary from github and run it.
K3s - NixOS Wiki
My favorite Git tools
Git reflog, git gc, git bisect, and git worktree are just a few of the tools I use routinely.
Observing Hachyderms
I’ll skip the background about the Twitter migration, and the space we’ve created at hachyderm.io because Kris Nóva tells it better.