Skip to content

Instantly share code, notes, and snippets.

View grester's full-sized avatar

Grester grester

  • Lisbon
  • 04:32 (UTC +01:00)
View GitHub Profile
@omerfsen
omerfsen / nvidia-smi-cheat-sheet.md
Created November 6, 2025 11:58
nvidia-smi cheat sheet

NVIDIA-SMI Comprehensive Cheat Sheet

Overview

nvidia-smi (NVIDIA System Management Interface) is a command-line tool that provides monitoring, management, and diagnostic information for NVIDIA GPU devices.

It communicates directly with the NVIDIA driver and GPU, and can:

  • Monitor GPU performance, temperature, and utilization
  • Manage power, clock speeds, and ECC
  • Control persistence mode and compute modes
@progzone122
progzone122 / en.md
Last active June 28, 2026 21:41
Easily connect Epson printers to Arch linux with the new escpr driver

Epson recently released official drivers for their printers for linux. Even very old printers can now be made to work in linux in two clicks!

Guide

  1. Install paru (or other AUR helper)
git clone https://aur.archlinux.org/paru.git && cd paru && makepkg -si
  1. Install package system-config-printer
@nagasudhirpulla
nagasudhirpulla / Files.aspx
Last active September 3, 2025 09:10
Directory Browsing with sorting and additional columns in IIS
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Files.aspx.cs" Inherits="Files.FilesPage" %>
<%@ Import Namespace="System.Collections.Generic" %>
<%@ Import Namespace="System.IO" %>
<%@ Import Namespace="Files" %>
<!DOCTYPE html>
<html>
<head>
<title>Contents of <%= path %></title>
<style type="text/css">