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
Breakings
Virtualization tutorial - IT technology blog
Automating Proxmox with Terraform: From Manual ‘Click-ops’ to Professional IaC
April 23, 2026
Development tutorial - IT technology blog
Building a Data Streaming System with Apache Kafka and Node.js: From Zero to Production
April 23, 2026
Database tutorial - IT technology blog
Mastering Logical Replication in PostgreSQL: Flexible and Practical Data Sync
April 23, 2026
Fedora tutorial - IT technology blog
Mastering Fedora Security: Managing System-Wide Encryption with update-crypto-policies
April 23, 2026
Development tutorial - IT technology blog
Automating Dependencies with Renovate: Don’t Let Manual Updates Slow You Down
April 23, 2026
Docker tutorial - IT technology blog
Harbor Installation Guide: Building a Professional Private Registry for DevOps
April 23, 2026
Monitoring tutorial - IT technology blog
How to Never Forget SSL and Domain Renewals Again with Prometheus Blackbox Exporter
April 23, 2026
Git tutorial - IT technology blog
Boost Productivity with Git Aliases: Don’t Let Typing Commands Slow You Down
April 23, 2026
Docker tutorial - IT technology blog
How to Safely Expose Docker Containers to the Internet via Cloudflare Tunnel (No Port Forwarding)
April 23, 2026
Monitoring tutorial - IT technology blog
Self-hosting Grafana OnCall: Professional On-call Scheduling and Escalation for DevOps Teams
April 23, 2026
Docker tutorial - IT technology blog
Posted inDocker

Practical Docker Networking: When to Use Bridge, Host, or Overlay?

Posted by By admin March 9, 2026
From the frustrating 'Connection Refused' error when containers can't find each other, to mastering different Docker network types. This article is my hands-on experience with Bridge, Host, and Overlay networks, helping you choose the right tool for each specific problem.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Enhancing SSH Security: A Guide to Setting Up 2FA with Google Authenticator

Posted by By admin March 9, 2026
Don't let your server be compromised by a password alone. This guide will show you how to set up a second layer of 'armor' for SSH using your phone with Google Authenticator.
Read More
Ubuntu tutorial - IT technology blog
Posted inUbuntu

How to Install Node.js and npm on Ubuntu (2024 Guide)

Posted by By admin March 9, 2026
Looking for a professional way to install Node.js and npm on Ubuntu? This article provides a detailed guide on 3 methods: NVM, NodeSource PPA, and the default repository, and also shows you how to use PM2 to manage your applications.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

A Beginner’s Guide to CI/CD with GitHub Actions: Automation for Happier Devs

Posted by By admin March 9, 2026
Tired of manual deployments and unexpected bugs? This article provides a step-by-step guide to setting up a CI/CD pipeline with GitHub Actions, automating everything from testing to deployment to boost productivity and minimize errors.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Complete Guide to Installing and Configuring Apache2 on Ubuntu 22.04

Posted by By admin March 8, 2026
Installing Apache2 on Ubuntu 22.04: virtual hosts, UFW, and SSL with Let's Encrypt. This is the workflow I actually run in production — not a copy from the docs.
Read More
Python tutorial - IT technology blog
Posted inPython

Python Automation for Daily Tasks: File Cleanup, Backups, and Automated Notifications

Posted by By admin March 8, 2026
Learn how to write Python scripts to automate 3 real-world daily tasks: organizing folders by file type, backing up MySQL with automatic rotation, and monitoring a directory with Telegram notifications. Includes practical lessons on performance when handling large files.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Linux Server Security Audit with Lynis: From Installation to a Hardening Index of 80+

Posted by By admin March 8, 2026
Lynis runs directly inside your server and checks over 200 configuration points that remote scanners simply can't see. This guide walks through installation, interpreting results, and fixing real-world warnings — from SSH to kernel hardening — to push your hardening index from 55 up to 80+.
Read More
Docker tutorial - IT technology blog
Posted inDocker

Docker Volumes: Persistent Data Storage That Survives Container Restarts

Posted by By admin March 8, 2026
Lost an entire database at 2 AM because I forgot to use Docker volumes — here's the hard-won lesson and a guide to configuring volumes correctly for production, including backup and monitoring.
Read More
Artificial Intelligence tutorial - IT technology blog
Posted inAI

Whisper OpenAI: A Practical Guide to Speech-to-Text with Python

Posted by By admin March 8, 2026
After six months running Whisper in production, I compare three approaches — Whisper local, Whisper API, and faster-whisper — breaking down the pros and cons, walking through practical Python code, and covering how to handle common issues.
Read More
Database tutorial - IT technology blog
Posted inDatabase

Optimizing PostgreSQL Queries with EXPLAIN ANALYZE: Analyzing and Improving Query Performance

Posted by By admin March 8, 2026
Learn how to use EXPLAIN ANALYZE in PostgreSQL to read execution plans, analyze slow queries, and optimize performance with the right indexes. This guide goes from a 5-minute quick start to advanced techniques like covering indexes, composite indexes, and auto_explain.
Read More

Posts pagination

Previous page 1 … 34 35 36 37 38 … 47 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top