Search Articles — Sudonull

Search Results

In this project

Linux in French Government Structures: Rejection of Windows

https://sudonull.com/linux-in-french-government-structures-rejection-of-windows

France is switching computers to Linux for digital sovereignty. Migration details, European context, technical challenges. For IT specialists: read about the EU strategy.

Archinstall 4.0: new TUI on Textual

https://sudonull.com/archinstall-4-0-new-tui-on-textual

Archinstall 4.0 switches to Textual TUI, adds firewalld, desktop/server profiles. Installation and update in Arch Linux ISO. Detailed review for developers.

AGC for Linux ALSA: implementation and setup

https://sudonull.com/agc-for-linux-alsa-implementation-and-setup

Implement Automatic Gain Control for volume normalization in VoIP on embedded Linux. Comparison of speex, FFmpeg dynaudnorm and C++20. Low latency, +3% CPU. Instructions for developers.

Dokploy: Docker Swarm platform installation

https://sudonull.com/dokploy-docker-swarm-platform-installation

Deploy Dokploy on a Linux server: installation script, Swarm, Traefik, Postgres/Redis. Requirements, script code, error handling. Ideal for DevOps. Install in 5 minutes and deploy containers.

GLM-5.1 leads on SWE-Bench Pro: 58.4%

https://sudonull.com/glm-5-1-leads-on-swe-bench-pro-58-4

GLM-5.1 from Z.ai outperforms GPT-5.4 and Claude on SWE-Bench Pro. Assembled Linux desktop in 8 hours, x6 on VectorDBBench. Weights on HuggingFace. Test for long-running tasks.

From other projects

LinCx: biological wire rewires brain circuits

https://ymaho.com/lincx-biological-wire-rewires-brain-circuits

LinCx technology edits neural connections, increasing stress resistance without drugs. Learn how a one-time method changes depression treatment.

From the web

Oct 3, 2025 ·

https://www.howtogeek.com/439199/15-special-characters-you-need-to-know-for-bash/

Oct 3, 2025 · If you want to master the Bash shell on Linux , macOS, or another UNIX-like system, special characters (like ~, *, |, and >) are critical. We'll help you unravel these cryptic Linux command sequences and become a hero of hieroglyphics. What Are Special Characters ? There are a set of characters the Bash shell treats in two different ways. When you type them at the shell, they act as instructions ...

Jul 11, 2024 ·

https://www.networkworld.com/article/2516127/linux-operators-using-and-many-more.html

Jul 11, 2024 · Some of the most convenient ‘tricks’ on Linux depend on the use of a handful of special characters. This post looks at a number of command operators on Linux and shows how they work.

Feb 13, 2026 ·

https://www.geeksforgeeks.org/linux-unix/linux-commands-cheat-sheet/

Feb 13, 2026 · Linux commands are text-based instructions entered in the terminal to interact with the operating system. They allow users to navigate the file system, manage files and processes, control system behavior, and automate tasks efficiently with precision and speed.

May 1, 2017 ·

https://www.linux.org/pages/download/

May 1, 2017 · Links to popular distribution download pages 24 Popular Linux Distributions Explore different Linux distributions and find the one that fits your needs. Try distrowatch.com for more options.

Jun 28, 2020 ·

https://stackoverflow.com/questions/62617241/why-do-we-use-i-in-linux-commands

Jun 28, 2020 · For different commands, there can be different parameter options and i can be one of them. By checking the help you can understand the meaning of each of them. This can be done by man command -> will show the manual page of the command or command -h or command --help -> will show the help page Try with sudo instead of command, you will understand what I am saying.

Oct 9, 2017 ·

https://unix.stackexchange.com/questions/396978/specifier-resolution-i-and-i-difference

Oct 9, 2017 · From the documentation you already cited, the difference between % i and % I is the "escaping" of the passed parameter. The next question is: What does "escaping" mean? Escaping means changing the special characters. % i replaces the special characters / by dash - and by \x20. WARNING: if the instance name contains a dash -, this dash gets replaced in the variable % I . That's why the documentation ...

Apr 24, 2019 ·

https://stackoverflow.com/questions/55834270/in-shell-scripting-whats-the-difference-between-i-i-and-i

Apr 24, 2019 · I was trying to prepend a string to the filename of a bunch of files. I read through several questions and all of them recommended different syntax for basically the same command, only one of which worked. I 'm using cmder as my console. I was trying to prepend crypto- to all files in the CWD and here's what I tried: This answer recommended a syntax like:

How to Increment and Decrement a Variable in Bash: Counter...

https://linuxize.com/post/bash-increment-decrement-variable/

Feb 27, 2026 · Bash provides several ways to increment and decrement a counter variable in scripts. This guide covers the +/- operators, += and -= assignment operators, and …

May 6, 2026 ·

https://www.hostinger.com/tutorials/linux-commands/

May 6, 2026 · Master 60 essential Linux commands with syntax, options, examples, and troubleshooting tips. Covers file operations, networking, system monitoring, and more.

May 8, 2024 ·

https://vectorlinux.com/what-does-i-mean-in-linux/

May 8, 2024 · In the world of Linux , there are many command line options and flags that can be quite confusing for beginners. One such option is the “-i” flag, which is used in various Linux commands. In this article, I will delve into what exactly the “-i” flag means and how it can be useful in different scenarios. Understanding the “-i” Flag

Trending Now