Install Jenkins on Linux (CI/CD Server Setup Guide)
Install Jenkins on Ubuntu or AlmaLinux for CI/CD. Enable service, open firewall, install plugins, and run your first…
Read tutorial →Browse step-by-step tutorials in this topic.
Install Jenkins on Ubuntu or AlmaLinux for CI/CD. Enable service, open firewall, install plugins, and run your first…
Read tutorial →
Set up a self-hosted GitHub Actions runner on Linux. Install, configure, and run CI/CD workflows on your own…
Read tutorial →
Configure nftables firewall on Rocky Linux, AlmaLinux, and Fedora. Allow SSH and web ports with a simple ruleset.
Read tutorial →
Harden OpenSSH on Linux: disable root login, use key-only auth, change port, and limit users with sshd_config.
Read tutorial →
Configure Nginx as a reverse proxy on Linux. Proxy pass to apps, set headers, and terminate SSL with…
Read tutorial →
Extend an LVM logical volume on Linux when disk is full. Add PV, extend VG/LV, and grow XFS…
Read tutorial →
Deploy WordPress on Linux using Docker Compose. MySQL database, WordPress container, persistent volumes, and production-ready stack file.
Read tutorial →
Manage Linux users with useradd, usermod, userdel, and passwd. Create accounts, set shells, add sudo access, and remove…
Read tutorial →
Use rsync to backup files and sync directories between Linux servers. Local and remote backup examples.
Read tutorial →
Read and filter Linux system logs with journalctl. Troubleshoot services, errors, and boot issues.
Read tutorial →