Skip to content

Instantly share code, notes, and snippets.

View Dofften's full-sized avatar

Frank Omondi Dofften

View GitHub Profile
@Dofften
Dofften / server_stats.sh
Created April 11, 2026 06:44
Get the stats summary of a linux ubuntu server
#!/bin/bash
# Clear the terminal screen
clear
# Display a title
echo "========================================"
echo " Ubuntu Server Stats"
echo "========================================"
echo