A system profiler is a utility that presents information about the hardware attached to a computer.
The post 40 Best Free and Open Source Terminal-Based Linux System Profilers appeared first on LinuxLinks.
A system profiler is a utility that presents information about the hardware attached to a computer.
The post 40 Best Free and Open Source Terminal-Based Linux System Profilers appeared first on LinuxLinks.
Managing personal finances does not have to mean handing over bank details to a hosted service or wrestling with a complex accounting suite.
The post 9 Best Free and Open Source Linux Personal Finance Trackers appeared first on LinuxLinks.
reqlog is a CLI tool for searching, tracing, and streaming logs across local files, Docker containers, and remote Linux hosts over SSH.
The post reqlog – search, track and stream logs appeared first on LinuxLinks.
tio is a serial device I/O tool for Linux, macOS, and other Unix-like systems.
The post tio – serial device I/O tool appeared first on LinuxLinks.
Ringboard is a Linux clipboard manager built around a client-server architecture.
The post Ringboard – clipboard manager appeared first on LinuxLinks.
The applications featured here keep the focus on fast, keyboard-driven clipboard management in the terminal.
The post 13 Best Free and Open Source Linux CLI Clipboard Managers appeared first on LinuxLinks.
today iain learned: How to cross-post blog posts to Bluesky and the Atmosphere via Sequoia, Standard.site and the AT Protocol
Chadburn is designed as an alternative to cron and focuses on running scheduled tasks inside containers.
The post Chadburn – modern job scheduler for Docker environments appeared first on LinuxLinks.
du is a standard program used to estimate file space usage—space used under a particular directory or files on a file system. We recommend alternative commands to du.
The post 27 Best Free and Open Source Replacements for du appeared first on LinuxLinks.
Free Git tools for clearer diffs, code review, history analysis, merge handling and repository maintenance.
The post 29 Useful Free and Open Source Git Tools for Diff Review and Repository History appeared first on LinuxLinks.
Learn how to disable Chrome AI on your device model to optimize performance, keep your disk space, and reduce battery usage.
Why I swapped GNU stow's symlink farm for chezmoi: one command to bootstrap a Mac with Homebrew packages and macOS settings, a small daily sync loop, and agent skills shared between Claude Code and Codex.
Why I swapped GNU stow's symlink farm for chezmoi: one command to bootstrap a Mac with Homebrew packages and macOS settings, a small daily sync loop, and agent skills shared between Claude Code and Codex.
We recommend the best network 'top' tools.
The post 8 Best Free and Open Source Console Based Network ‘top’ Tools appeared first on LinuxLinks.
JSer.info #772 - pnpm 11.1から11.3にかけて、サプライチェーンセキュリティに関する機能が多数追加されています。
pnpm 11.1ではレジストリ署名を検証するpnpm audit signaturesコマンドが追加され、11.1.3ではインストール時にlockfileのエントリをminimumReleaseAgeで再検証する仕組みとminimumReleaseAgeStrictモードが導入されています。11.3ではStaged Publishing用の`pnpm…
What's new in Arcjet (2026-05-22). Unified coding agent skills, expanded Python docs, email notification management.
Neues Linux-Tool, das das Security Level einer TeamSpeak-3-Identity GPU-beschleunigt auf NVIDIA-Hardware hochrechnet und den neuen Counter atomar zurück in die .ini schreibt. Plus GTK-GUI mit Live-Telemetrie, vier Sprachen und ehrlicher ETA-Anzeige. Architektur in Rust und CUDA, MIT-Lizenz.
Kick off work in VS Code or the CLI, finish it from your phone. Remote control for GitHub Copilot sessions is now generally available on github.com and GitHub Mobile.
The post Take your local GitHub sessions anywhere appeared first on The GitHub Blog.
How cmd/go's script tests led me to testscript, and how to use it for CLI tests that exercise argv, stdout, stderr, exit codes, and scratch files.
How cmd/go's script tests led me to testscript, and how to use it for CLI tests that exercise argv, stdout, stderr, exit codes, and scratch files.
Circle's Agent Stack turns USDC into payment middleware for bots, APIs, and micropayments, showing where fintech wants the next checkout button to live.
The linked press release makes no mention of whether or not server side code was audited only stating that:
This year, Recurity Labs(new window), an ISO 27001-certified IT security consultancy, tested everything a Proton Pass user interacts with: the Proton Pass browser extensions(new window), mobile and desktop applications(new window), and Command Line Interface(CLI).
This is still…
Amandine announces
📢 Calling all the Foundation members! The clock is ticking! ⏰ There is only one week left to nominate yourself (or another member of your group) as a candidate to represent your constituency group on the Governing Board.
The election is running for the following constituency groups:
- Platinum…
A curated collection of command-line tools that fundamentally changed how I work. With installation guides using Homebrew and practical usage examples for each tool.
submitted by RareBird15 to programming
6 points | 6 comments
I’m looking to refresh my local toolkit and I’m curious: what are the absolute “must-have” CLI or TUI programs in your current rotation?
Whether it’s a specialized utility for a specific language, a terminal-based interface for a common service, or a workflow-changing alias, I want to…
today iain learned: how to enable the tmux extended-keys option and use it to add more Neovim keymaps with modifiers
„macOS ist ein Fenster auf meinem iPad“ – etwas provokant formuliert. Aber ernsthaft: Dieser Thin-Client-Lifestyle ist aus ganz unterschiedlichen Gründen reizvoll und inzwischen easy zu realisieren. Hier das Intro zur Episode: iPhoneBlog #one kann man abonnieren. Alle Abonnent:innen bekommen jede Woche ein neues „Gewusst-wie”-Video, den Zugriff auf alle schon veröffentlichten Episoden und die…
You've probably written something like this in Commander.js.
import { Command, Option } from "@commander-js/extra-typings";
const program = new Command()
.addOption(
new Option("--token <token>", "API token").conflicts([
"username", "password", "oauthClientId", "oauthClientSecret",
]),
)
.addOption(
new Option("--username <username>",…
Now your agents can access Matter on your behalf. You can ask things like: Write me a one page digest synthesizing the news from my Inbox over the past week. Find all the articles in my Queue about cybersecurity and add the ‚cybersecurity‘ tag. Archive any articles in my Queue that are older than 3weiterlesen
macOS 26 TahoeのApple Intelligenceに利用されている3BパラメータのLLMをコマンドラインで利用できるようにするツール「apfel」がリリースされています。詳細は以下から。 Appleは […]
The post macOS 26 TahoeのApple Intelligenceに利用されている3BパラメータのLLMをコマンドラインで利用できるようにするツール「apfel」がリリース。 first appeared on AAPL Ch..