Skip to content

Topic archive

Linux

Hands-on Linux tutorials for shell environments, permissions, storage, networking, process automation, file search, and system administration.

10 articles

All Linux articles

Configure and Secure a Linux Server

A comprehensive guide for senior Linux engineers on configuring and securing a new Linux server, covering essential steps like system updates, user management, SSH hardening, and firewall configuration with practical code examples and outputs.

Read more

Linux: Setting Up SSH for Remote Access

Learn how to set up SSH for secure remote access on Linux, including generating SSH keys, adding them to the SSH agent, and configuring GitHub authentication with practical code examples and output.

Read more

Linux: Add & Set Environment Variables

Learn how to set environment variables in Linux, covering temporary session-based additions with export and permanent system-wide or user-specific configurations using .bashrc, .profile, /etc/environment, and more. Master your Linux environment.

Read more

Linux: Finding files that contain specific text strings

Learn how to efficiently find files containing specific text strings on Linux using commands like grep, find, and ack. This comprehensive guide covers recursive searches, case-insensitive options, regular expressions, and more to enhance your command-line proficiency.

Read more