Skip to content

Instantly share code, notes, and snippets.

View mtds's full-sized avatar

Matteo Dessalvi mtds

View GitHub Profile
@mtds
mtds / nvidia-smi-cheat-sheet.md
Created July 6, 2026 12:04 — forked from omerfsen/nvidia-smi-cheat-sheet.md
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
@mtds
mtds / Chromebook.md
Last active July 30, 2023 08:31
Notes about my Chromebook

Chromebook

Just short notes and a bunch of references for my Chromebook:

  • Version 81.0.4044.103 (Official Build) (64-bit).

Useful Key combinations

  • CTRL + SHIFT + p: Access to 'Terminal Settings'.
  • CTRL + SHIFT +{c,v}: Copy/Paste between Linux(Crostini) and ChromeOS.
@mtds
mtds / lvn.md
Last active June 18, 2026 08:35
Linux Virtual Networking

Virtual Networking on Linux

In the Linux Kernel, support for networking hardware and the methods to interact with these devices is standardized by the socket API:

                +----------------+
                |   Socket API   |
                +-------+--------+
                        |
User space              |
@mtds
mtds / spacy_intro.ipynb
Created February 21, 2018 14:26 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.