Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • Facebook

Posts by admin

About admin
Artificial Intelligence tutorial - IT technology blog
Posted inAI

Optimizing Workflow with Gemini CLI: Your AI Assistant in the Terminal, Boosting Developer Productivity

Posted by By admin March 10, 2026
This article provides a detailed guide on using Gemini CLI, a powerful tool that transforms your terminal into an effective AI assistant. We'll explore installation, configuration, and practical examples of how it can optimize your daily IT tasks.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

A Guide to Using MySQL Slow Query Log to Detect and Optimize Slow SQL Queries

Posted by By admin March 10, 2026
Finding and optimizing slow SQL queries is an essential skill. This article guides you step-by-step on using the MySQL Slow Query Log, a powerful tool for diagnosing and improving database performance.
Read More
Security tutorial - IT technology blog
Posted inSecurity

A Guide to Configuring AppArmor on Ubuntu: Restricting Process Permissions to Secure Your Server

Posted by By admin March 9, 2026
Many admins focus only on firewalls and SSH, forgetting the danger posed by the running applications themselves. This article shares real-world experience on how to use AppArmor on Ubuntu to 'jail' processes, limit their permissions, and prevent privilege escalation during an attack.
Read More
Virtualization tutorial - IT technology blog
Posted inVirtualization

How to Remotely Manage KVM Virtual Machines with the virt-manager GUI

Posted by By admin March 9, 2026
Fixing bugs on a KVM server late at night using only the virsh command line? There's a better way! This guide shows how to use virt-manager to remotely manage KVM VMs via SSH, providing an intuitive GUI to handle incidents faster and more effectively.
Read More
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

Posts pagination

Previous page 1 … 4 5 6 7 8 … 17 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Scroll to Top