Maintenance Proxmox & Docker : comment je suis devenu spectateur de mon infrastructure

Découvrez comment j'ai automatisé la maintenance de mon infrastructure Proxmox et Docker. De la gestion redondante des scripts entre les nœuds au pilotage à distance de WordPress et Gitea, je vous explique comment mes clusters sont devenus autonomes et résilients, me permettant de passer de l'administration active à la simple supervision.

https://blablalinux.be/2026/04/08/strategie-automatisation-globale/

Termux

If you want a nice to great full linux stack for your android, seek for Termux.

do not install the playstore version!

Alphabet {google} sabotages OpenSource projects on Android. Get termux straight from the home page

Termux is a full linux ENV:

termux installs minimal

  • download
  • shell spawns with instructions
  • you have to follow them!!!
  • once familiarized (easy when you know Debian)
  • start your commands, install them individually if their'e not in the default install
  • enjoy a free Linux ENV: in the hostile (google) Android ENV
  • keyboard assistance is at the bottom of the bash window
  • CTRL
  • ALT
  • cursors
  • PaGeUP
  • PaGeDOWN
  • Home
  • End
  • Esc
  • /
  • -
  • tab
  • are all keys to assist you in fluent linux sh typing
  • you may install any sh supported in linux bash csh ksh zsh fish

caveats

  • There are a few, however you will still be able to work there
  • check your internal ssd space, termux works there by default
  • filesizes can be surprising
  • I just install Midnight Commander on one of my Androids and the supporting libs (including clang took a massive 540MiB while mc itself is small)
  • I only noticed because on a default debian install those libs are already there for other elf binaries
  • on the Slitaz distro those libs are also installed, when mc is invoked / installed

Termux is Linux joy on Android

#termux #linux #programming #technology #bash #csh #ksh #zsh #sh #networking

You can always do this for Claude Code, as we are all facing this disgusting issue with token disappearance:

Open your shell profile: nano ~/.zshrc (or ~/.bashrc).
Add the following line: alias claude-exo='claude "/effort low /compact /mode opusplan"'

#claude #AI #code #bash

シェルスクリプトでgetoptsを使ったことなかったので調べてみた - Qiita

getoptsはBashのシェルスクリプト内で引数解析ができる組み込みコマンドです。 manコマンドの内容を抜粋してみると以下のようになっています。 manコマンド抜粋 getopts optstring name [arg ...] getopts is used b...

Qiita

DIE SH DIE DIE DIE

"/bin/sh: It works, but it's far from not being a nightmare"

https://skarnet.org/software/execline/dieshdiedie.html

#C #Sh #shell #csh #tcsh #bash #dash #zsh #posix #execline

@ska @tromo

execline: why execline and not sh

execline: why execline and not sh

Почему я перестал писать bash-скрипты и написал свой язык

Время от времени мне нужно выполнить примитивный сценарий в терминале, но каждый раз это заканчивается очередным гуглежом «bash iterate each file» или «bash file has string». А что если скрипты в терминале можно было бы писать прямо как поток декларативных мыслей?

https://habr.com/ru/articles/1020728/

#скриптовый_язык #bash #функциональное_программирование #REPL #автоматизация #open_source #Rust #Lisp #Haskell

Почему я перестал писать bash-скрипты и написал свой язык

Вам нужно пройтись по всем файлам в папке, найти те, в которых есть определённая строка, и переместить их в другую директорию. Казалось бы — 30 секунд работы. Вы открываете терминал, начинаете писать…...

Хабр

My blog #BurgeonLab relies on #SourceHut Git and Builds. They’ve been down and at first I couldn’t deploy my site to my static host, #Bunnynet.

This triggered me to create a local script that runs all the fetch/build steps as an alternative pathway to upload directly from my Mac instead of using the CI runner.

View full note: https://burgeonlab.com/notes/2026/0408-3421

Syndicated with #Indiekit

#CICD #CI #Githubctions #srht #ddos #gitforge #git #continuousintegration #bash #script #statichost #statichosting

Ubuntu Server WiFi (USB adapter) does not reliably recover after router restart — network becomes unstable despite cron watchdogs and autoconnect #networking #server #bash #networkmanager #cron

https://askubuntu.com/q/1565543/612

Ubuntu Server WiFi (USB adapter) does not reliably recover after router restart — network becomes unstable despite cron watchdogs and autoconnect

System Details OS: Ubuntu Server 22.04 Kernel: 5.15.0-173-generic Architecture: x86_64 Setup: Headless server (accessed via SSH / Tailscale) Network: WiFi using a USB WiFi adapter (Realtek RTL...

Ask Ubuntu

Theo - t3.gg (@theo)

AI 에이전트가 bash 작업에는 강하지만, bash는 에이전트에게 적합하지 않으므로 현 상태를 고수하기보다 빨리 다른 접근으로 전환해야 한다는 의견을 제시했다. 에이전트 도구 설계와 실행 환경의 중요성을 강조하는 내용이다.

https://x.com/theo/status/2041441945290162178

#agents #bash #aiagents #developertools #llm

Theo - t3.gg (@theo) on X

Agents are good at bash. Bash is not good for agents. We should cut our losses and restart now before it is too late.

X (formerly Twitter)

Управление несколькими профилями Codex: небольшой CLI на bash

Если у вас больше одного аккаунта Codex, начинается классическая путаница: какой auth.json сейчас активен, где закончился лимит и что вообще происходит. Я написал небольшой CLI на bash, который решает эту проблему: переключение профилей, просмотр usage через API, кеш и поддержка прокси. Показываю, как это устроено и как использовать. Как это работает

https://habr.com/ru/articles/1020450/

#codex #authjson #bash #cli #linux #devtools #api #proxy #управление_аккаунтами #автоматизация

Управление несколькими профилями Codex: небольшой CLI на bash

У любой удобной штуки есть момент, когда она начинает раздражать. С Codex у меня это случилось, когда аккаунтов стало больше одного. Один рабочий, один личный, один запасной. И дальше начинается...

Хабр