Urgent.News

What's breaking now, across thousands of outlets.

Tech

scripting et réseaux

OK j'avance sur le script, si j'ai bien compris. Bash c'est pour du petit script rapide et Python quand c'est un peu plus complexe (et idéalement on script dans le language où le script va agir. étant donné que le script c'est clairement un truc plus proche du Dev que de l'adminsys, j'y vais doucement étape par étape. second morceau plus grand! les réseaux... beaucoup de concept à saisir... entre…

Progressing through the script, it seems clear that Bash is suitable for quick, small scripts while Python comes into play for more complex tasks. Ideally, one should script in the language where the script will operate. The scripting task is clearly more aligned with development rather than administration, so the author is approaching it step by step.

The second part delves into networking, a topic filled with concepts such as IP addresses, ports, gateways, etc. While the author is learning and revisiting these concepts as they go along, they admit that the network aspect is the most challenging to visualize mentally.

With this foundation in place, the author intends to advance their self-education and plans to enroll in an online course platform by January. They also plan to document this educational phase.

Interestingly, the author has incorporated PowerShell into their roadmap, though they have mixed feelings about it. Although they prefer Linux, PowerShell can be useful in enterprise environments, so gaining at least a basic understanding of it could prove beneficial. The author is currently researching job listings to identify which technologies are most relevant in the real world.

Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

How to Configure Full Parallel Execution in TestNG via Maven (with Dynamic Thread Control)

Running automation test suites sequentially can quickly become a bottleneck in CI/CD pipelines. To optimize execution efficiency, you can enable full parallel execution using TestNG and Maven…

  • Update testngregression.xml for parallel mode and thread count
  • Configure pom.xml for dynamic control with maven-surefire-plugin
  • Override settings via Maven command-line parameters for runtime control

Put Your Docker Images on a Diet with Alpine Linux (2015)

Archival repost — originally published on my old blog on June 21, 2015, back when Alpine was still a dark-horse pick rather than the default.

  • Alpine Linux used as Docker image base to reduce size
  • Popular Docker base images like Ubuntu and Debian heavy
  • Alpine Linux popularity increased rapidly among Docker users

85 Container. 1 Entwickler.

85 Container, 24 Datenbanken, 232 Cron-Jobs — und ein Gründer Wenn ich jemandem sage, dass ich alleine arbeite, kommt meistens dieselbe Reaktion: Ungläubiges Staunen, gefolgt von der Frage, wie das…

  • Founder built system with 85 containers, 24 databases, and 232 automated tasks
  • System completed 1,087 tasks with 88% success rate after 14 months
  • Founder emphasizes automating right tasks, using Guard-Regels for clear boundaries

OIDC: Keycloak setup for ALB Gateway API

Introduction In my previous article , I tested using ALB CRDs to offload JWT validation for OIDC-based authentication to the Amazon EKS Kubernetes API.

  • Terraform/OpenTofu stack used for Keycloak setup
  • Client roles and groups defined for token role claim

Cómo solucionar el error “Enable JavaScript and cookies to continue”

Cómo solucionar el error “Enable JavaScript and cookies to continue” Este mensaje aparece cuando Cloudflare (u otro proxy de seguridad similar) bloquea la solicitud porque detecta que el cliente no…

  • Enable JavaScript in browser settings to resolve error
  • Disable JavaScript or improper cookie handling triggers error
  • Use headless browser with JavaScript support for developers

More from Saturday 22 August →