Skip to content

Julentry/linux-support-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Linux Support Lab

Tier-1 Linux troubleshooting lab demonstrating common command-line diagnostics used by IT Support and Help Desk technicians.


Quick Proof (Screenshots)

System Info
Disk Usage
Process Check
Network Test


Overview

This lab demonstrates Linux troubleshooting tasks commonly performed by Tier-1 IT Support technicians.

Goal: demonstrate the ability to identify system and network issues using basic Linux diagnostics.


Tools Used

Linux terminal

Commands demonstrated:

  • uname
  • df
  • top
  • ping

1) System Information

Command
uname -a

Purpose
Displays kernel version and operating system information.

Helpdesk use case
Verify system version during compatibility troubleshooting.

Screenshot

System Info


2) Disk Usage

Command
df -h

Purpose
Displays disk space usage for mounted drives.

Helpdesk use case
Identify storage issues or full disks impacting performance.

Screenshot

Disk Usage


3) Process Monitoring

Command
top

Purpose
Displays active processes and system resource usage.

Helpdesk use case
Identify processes consuming excessive CPU or memory.

Screenshot

Process Check


4) Network Connectivity

Command
ping -c 4 google.com

Purpose
Tests connectivity to an external host.

Helpdesk use case
Verify internet connectivity during network troubleshooting.

Screenshot

Network Test


Skills Demonstrated

  • Linux command-line troubleshooting
  • System diagnostics
  • Disk usage analysis
  • Process monitoring
  • Network connectivity testing

Repository Structure

About

Tier-1 Linux troubleshooting lab | system diagnostics, disk usage analysis, process monitoring, and network testing

Topics

Resources

Stars

Watchers

Forks

Contributors