DeaDBeeF - The Ultimate Music Player

System & Network Admin
Fedi.Directory – Interesting accounts on Mastodon & the Fediverse
Interesting accounts to follow on Mastodon and the Fediverse
Society & News | Fedi.Directory – Interesting accounts on Mastodon & the Fediverse
Interesting accounts to follow on Mastodon and the Fediverse
How do I search for stuff on Mastodon? | Fedi.Tips – An Unofficial Guide to Mastodon and the Fediverse
An unofficial guide to using Mastodon and the Fediverse
5 Linux commands for measuring disk activity
There are plenty of commands to choose from when you want to know how hard your disks are working or identify potential slowdowns.
Using find utility on file names | binary output
Resolving a problem when the find utility produces binary output when you expect text
Boost Your Shipping Velocity With Argo and Buildpacks
Learn how to use CNCF incubating project Buildpacks, an application definition, and image build to skip the Dockerfile step and increase developer productivity.
How to Connect Zoom & OBS
https://www.youtube.com/watch?v=AWjUN8ZiQUI&t=0s In this video, you will learn how to connect Zoom and OBS together. Connecting OBS to Zoom allows you to
Incrementing file version numbers with Python and Perl
A couple of simple scripts inspired by Dan Sturm.
How to Auto Start a Program on Raspberry Pi? (4 Ways)
You may want to launch a script or program on boot, but you don't see an option for it on Raspberry Pi OS. It's a question I often hear about, and the methods are not
Raspberry Pi as a Video Kiosk
Nix + Automated Fuzz Testing Finds Bug In PDF Parser
[Michael Lynch]’s adventures in configuring Nix to automate fuzz testing is a lot of things all rolled into one. It’s not only a primer on fuzz testing (a method of finding bugs) but it…
Fuzzing on Edison: field report
The Economics Of Fuzz Testing With The Intel Edison
The Intel Edison is an incredibly small and cheap x86 computing platform, and with that comes the obvious applications for robotics and wearable computing. [mz] had another idea: what if the Edison…
2 Ways to Get File Inode Number in Linux - howtouselinux
In computing, an inode (index node) is a data structure used to represent a file or directory. Each inode stores the attributes and disk location of the file’s data. Filesystems that support extended attributes use additional entries in the inode structure to store these attributes. There are two ways to get the inode number for …
How to: Linux / UNIX Delete or Remove Files With Inode Number
An inode identifies the file and its attributes such as file size, owner, and so on. A unique inode number within the file system identifies each inode. But, why to delete file by an inode number? Sure, you can use rm command to delete file. Sometime accidentally you creates filename with control characters or characters […]
How to Enable SSH on Raspberry Pi
In the recent versions of Raspbian the SSH access is disabled by default but it can be easily enabled. In this tutorial, we'll show you how to enable SSH on a Raspberry Pi board.
How to Count Video Frames Using FFmpeg on Linux
Installing Development Tools on Debian: Setting Up Compilers, Libraries, and IDEs for a Robust Development Environment | Linux Journal
thumbsup · Static gallery generator
Set up a Woodpecker CI in Hetzner server for your Codeberg account
A guide to setting up a self-managed Woodpecker CI on a Hetzner server for continuous deployment of a website hosted on Codeberg.
How to Learn: Userland Disk I/O
Filesystems, file IO, and durability.
Configuring SSH Keys for Multiple GitHub Accounts | Steven Harman — Maker & Breaker of Things
Managing different SSH Keys for different Hosts is well-understood. But different keys for the same host (e.g., github.com), based on which Organization we'r...
Remove a file on Linux using the inode number
If you create a file on UNIX/Linux with special characters, such as touch \"la*, you can't remove it with rm "la*. You have to use the inode number (you can if you add the \ before the name, I know...
find . -maxdepth 1 -type f -inum 7404301 -delete
Linux Built-In Tools Are So Powerful, You Can Build a Database With Them. Here's How
Get to know these common tools and manage your tasks at the same time.
I Installed Gentoo So You Don’t Havtoo
A popular expression in the Linux forums nowadays is noting that someone “uses Arch btw”, signifying that they have the technical chops to install and use Arch Linux, a distribution des…
Infinite Mac: Macintosh Garden Library
The Glacial IPv6 Transition: Raising Questions On Necessity And NAT-Based Solutions
A joke in networking circles is that the switch from IPv4 to IPv6 is always a few years away. Although IPv6 was introduced in the early 90s as a result of the feared imminent IPv4 address drought c…
Calendly Features - Workflows, Integrations, Embeds, Routing | Calendly
Integrate your software stack with Calendly’s scheduling platform. Sync with Outlook and Salesforce, embed Calendly into your site, get the mobile app, and more.
[SOLVED]man: can't set the locale; make sure $LC_* and $LANG are corre / Newbie Corner / Arch Linux Forums