Skip to content

Instantly share code, notes, and snippets.

View wathika-eng's full-sized avatar
🔥
Hot

wathika wathika-eng

🔥
Hot
View GitHub Profile
@wathika-eng
wathika-eng / setup_android.sh
Last active December 15, 2024 19:34
Setup Script for Android SDK and Flutter Toolchain on Linux
#!/bin/bash
# Step 1: Install required dependencies
echo "Installing required packages..."
sudo apt update
sudo apt install -y openjdk-11-jdk wget curl unzip cmake ninja-build
# Step 2: Install Android SDK Command-Line Tools
echo "Installing Android SDK Command-Line Tools..."
@conorbranagan
conorbranagan / gist:4513828
Last active August 16, 2024 14:06
Linux System Metrics

Linux System Metrics

CPU

  • system.cpu.idle: % Idle CPU
  • system.cpu.system: % System CPU
  • system.cpu.user: % User CPU

Disk