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

SSH

Ubuntu tutorial - IT technology blog
Posted inUbuntu

Configuring Fail2ban to Protect Your Ubuntu Server from Brute-Force Attacks

Posted by By admin March 6, 2026
Fail2ban automatically blocks brute-force IPs targeting SSH, Nginx, and WordPress by reading logs and adding iptables rules. This guide covers installation, practical jail configuration, and common troubleshooting scenarios on Ubuntu 22.04.
Read More
Linux tutorial - IT technology blog
Posted inLinux

How to Use rsync for Efficient File Synchronization on Linux

Posted by By admin March 4, 2026
rsync solves the file synchronization problem more intelligently than plain cp by transferring only the data that has actually changed. This guide covers rsync from the basics through setting up automated SSH-based backups with real-world cron job examples.
Read More
Linux tutorial - IT technology blog
Posted inLinux

Securing Your SSH Server: Essential Steps to Prevent Getting Hacked

Posted by By admin March 4, 2026
A hands-on guide to SSH server security: comparing 4 common approaches, analyzing their trade-offs, and concrete configuration steps from SSH keys to Fail2ban. Prioritize in the right order to protect your server as effectively as possible.
Read More
Security tutorial - IT technology blog
Posted inSecurity

Detecting and Responding to a Hacked Server: A Practical Step-by-Step Guide

Posted by By admin February 28, 2026
A step-by-step guide to detecting and responding to a compromised Linux server: from manual command-line inspection and rootkit scanning with rkhunter/chkrootkit, to server isolation and setting up Fail2ban for long-term defense. Includes real commands and hands-on experience.
Read More
Ubuntu tutorial - IT technology blog
Posted inUbuntu

Things to Do After Installing Ubuntu Server 22.04 to Avoid 2 AM Disasters

Posted by By admin February 28, 2026
A practical checklist of what to do right after installing Ubuntu Server 22.04: secure SSH with key-based authentication, enable UFW firewall, create a swap file, configure timezone, and set up Fail2ban — all distilled from real-world production incident experience.
Read More
Linux tutorial - IT technology blog
Posted inLinux

How to Use tmux: Managing Multiple Terminals and Keeping Sessions Alive When SSH Drops

Posted by By admin February 28, 2026
tmux is a terminal multiplexer that lets you manage multiple terminals within a single SSH window and keep sessions alive even after losing your connection. This guide covers installation, essential shortcuts, and practical workflows for developers working with Linux servers.
Read More
Copyright 2026 — ITFROMZERO. All rights reserved.
Scroll to Top