News

LinuxCapable
linuxcapable.com > how-to-change-or-reset-root-password-on-ubuntu-linux

How To Change or Reset Root Password on Ubuntu Linux

2+ hour, 18+ min ago  (1579+ words) Home " Ubuntu " How To Change or Reset Root Password on Ubuntu Linux Losing the only admin path on an Ubuntu machine gets stressful fast, especially once you discover that root is locked by default. You can change or reset the…...

LinuxCapable
linuxcapable.com > ssh-command-in-linux

ssh Command in Linux (With Examples)

1+ mon, 4+ hour ago  (1756+ words) Home " Linux Commands " ssh Command in Linux (With Examples) SSH (Secure Shell) is both a protocol and a command-line tool. The protocol defines how two machines negotiate encryption, authenticate users, and exchange data. The ssh command is the client-side tool…...

LinuxCapable
linuxcapable.com > how-to-install-fail2ban-on-arch-linux

How to Install Fail2Ban on Arch Linux

1+ mon, 5+ day ago  (1757+ words) This guide walks you through how to install Fail2ban on Arch Linux and configure it to slow down brute-force attacks against services like SSH and HTTP authentication. Fail2ban watches your logs for repeated failures, then applies temporary firewall bans for the source…...

LinuxCapable
linuxcapable.com > how-to-install-nmap-on-arch-linux

How to Install Nmap on Arch Linux

1+ mon, 5+ day ago  (1382+ words) Synchronize the package databases and update all installed packages to ensure you install the latest available version and avoid dependency conflicts: This command refreshes your local package database and applies any pending updates. On a rolling release like Arch, regular…...

LinuxCapable
linuxcapable.com > how-to-install-firewalld-on-arch-linux

How to Install Firewalld on Arch Linux

1+ mon, 1+ week ago  (1627+ words) Firewalld uses nftables as its backend on Arch Linux and operates within its own namespace, allowing other applications like Docker or libvirt to maintain separate firewall rules. For configuration details beyond this guide, see the Arch Wiki Firewalld page. Arch…...

LinuxCapable
linuxcapable.com > how-to-install-firewalld-on-centos-stream

How to Install Firewalld on CentOS Stream (10, 9)

1+ mon, 2+ week ago  (1336+ words) When managing a CentOS Stream server or workstation, controlling network traffic is fundamental to securing your system against unauthorized access. Firewalld provides a dynamic firewall manager that organizes network rules into zones based on trust levels, allowing you to adapt…...

LinuxCapable
linuxcapable.com > how-to-install-openssh-on-arch-linux

How to Install OpenSSH on Arch Linux

1+ mon, 3+ week ago  (1701+ words) The openssh package provides both the client and server components. Arch Linux repositories maintain the latest stable OpenSSH release through rolling updates. Synchronize the package database and upgrade existing packages to prevent conflicts: Install OpenSSH using pacman: This installs all…...

LinuxCapable
linuxcapable.com > how-to-install-fail2ban-on-rocky-linux

How to Install Fail2ban on Rocky Linux (10, 9, 8)

1+ mon, 3+ week ago  (1507+ words) This guide covers installing and configuring Fail2Ban on Rocky Linux 10, 9, and 8. You will set up the EPEL repository, install Fail2Ban with firewalld integration, configure jails for SSH and web server protection, and learn commands to monitor bans and troubleshoot issues. By the…...