Skip to content

Instantly share code, notes, and snippets.

View mebasoglu's full-sized avatar

Mehmet Emin BAŞOĞLU mebasoglu

View GitHub Profile
@mebasoglu
mebasoglu / system-monitor-setup.md
Last active July 1, 2025 18:07
Monitor all system usage and by process with Prometheus and Grafana.

Install Prometheus

sudo apt install prometheus prometheus-node-exporter prometheus-process-exporter

Configure Prometheus

Process exporter

@mebasoglu
mebasoglu / install-open3d.sh
Created April 6, 2022 10:48
Open3D installer script
#! /usr/bin/env bash
# Colors
RED='\033[0;31m'
GREEN='\033[0;32m'
BLUE='\033[0;34m'
PURPLE='\033[0;35m'
NC='\033[0m' # No Color
# Emojis