Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

DevOps

MySQL tutorial - IT technology blog
Posted inMySQL

Add Columns to a 200 Million Record Table in 0.1 Seconds: The Power of ALGORITHM=INSTANT in MySQL 8.0

Posted by By admin June 8, 2026
Discover how to use ALGORITHM=INSTANT in MySQL 8.0 to add or drop columns on tables with hundreds of millions of records in milliseconds, completely eliminating downtime.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

Cleaning Up Million-Row MySQL Tables: Don’t Let DELETE Commands Crash Your System

Posted by By admin June 7, 2026
Don't let a DELETE command crash your server! Discover 3 safe techniques for cleaning up million-row MySQL tables: Batching, Partitioning, and pt-archiver based on real-world experience.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Practical Bash Scripting: Automating Linux from Scratch

Posted by By admin June 7, 2026
Learn how to write professional Bash Scripts to automate Linux. Detailed guide on variables, loops, functions, and practical error-handling techniques like set -euo pipefail.
Read More
Python tutorial - IT technology blog
Posted inPython

Mastering Subprocess in Python: Don’t Let Your Scripts Crash Due to os.system

Posted by By admin June 6, 2026
Learn how to use subprocess instead of os.system to run system commands safely, handle output intelligently, and avoid shell injection security risks.
Read More
Python tutorial - IT technology blog
Posted inPython

Automating AWS S3 with Boto3: Don’t Let File Management Become a Nightmare

Posted by By admin June 6, 2026
Managing millions of files on AWS S3 no longer has to be a nightmare. Discover how to use Boto3 Python to automate uploads, downloads, and optimize performance with Multipart Upload.
Read More
VMware tutorial - IT technology blog
Posted inVMware

Automating VMware vSphere with Ansible: From ‘Manual Clicks’ to Infrastructure as Code

Posted by By admin June 6, 2026
A complete guide to automating VMware vSphere with Ansible. Learn how to set up pyVmomi, write Playbooks for bulk VM deployment, and manage an 8-host cluster efficiently.
Read More
Artificial Intelligence tutorial - IT technology blog
Posted inAI

Streamlining AI Agents with Smolagents: A Lightweight Automation ‘Weapon’ for DevOps

Posted by By admin June 6, 2026
Don't let heavy AI frameworks slow down your workflow. Smolagents helps you build lightweight AI agents that execute Python code directly to handle real-world tasks with just a few lines of code.
Read More
Git tutorial - IT technology blog
Posted inGit

Stop Manual Versioning! Automate Your Version Strings with git describe

Posted by By admin June 6, 2026
Forget manual versioning! Learn how to use git describe to automatically generate professional version strings from commit history, making your CI/CD workflow more accurate and effortless.
Read More
Monitoring tutorial - IT technology blog
Posted inMonitoring

Monitoring Apache Kafka with Prometheus and Grafana: Consumer Lag, Throughput, and Topic Health in Production

Posted by By admin June 5, 2026
A comparison of Apache Kafka monitoring approaches (AKHQ, Burrow, JMX Exporter) and a hands-on deployment guide using JMX Exporter + kafka-exporter + Prometheus + Grafana to track consumer lag, broker throughput, and topic health. Includes production-ready PromQL queries and alert rules.
Read More
Fedora tutorial - IT technology blog
Posted inFedora

Configuring Fedora Server as an iSCSI Target with targetcli: Sharing Block Storage Over a Local Network

Posted by By admin June 5, 2026
A guide to configuring Fedora Server as an iSCSI Target using targetcli — covering installation, creating file-based or LVM backstores, configuring ACLs for security, connecting from a Linux initiator, and real-world I/O monitoring. Suitable for virtualization labs, home servers, or shared storage in small teams.
Read More

Posts pagination

1 2 3 … 29 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top