Skip to content

Instantly share code, notes, and snippets.

View dcalano's full-sized avatar
👨‍💻
Grindin' all my life

David dcalano

👨‍💻
Grindin' all my life
View GitHub Profile
@neomatrix369
neomatrix369 / know-your-gpus.md
Last active December 14, 2023 02:44
Know your GPUs

Commands on Linux to gather information related to GPUs

Below is a list of commands and resources that work on Linux (some need installation of packages), would love to welcome contributions for the same for MacOSX and Windows platforms too. Please share and contribute back.

Please run the below in both vagrant, docker and other container environments and share your experiences with us!

About me: http://neomatrix369.wordpress.com/about, my blogs: http://neomatrix369.wordpress.com/

Get Hardware Details
@gtallen1187
gtallen1187 / Greg's Great Guides: Global Git Config.md
Last active February 3, 2021 19:48
Greg's Great Guides: Global Git Config

Global Git Config

When setting up git for the first time on your computer, you'll need to configure it before you can really use it. This guide below outlines some of the well-known and lesser-known configuration options that I've found to be super helpful in the past.

Core

The commands below are essential to run when configuring your git installation.