Skip to content

Instantly share code, notes, and snippets.

View gururajdori's full-sized avatar
🎯
Focusing

Gururaj Jeerge gururajdori

🎯
Focusing
View GitHub Profile
#!/bin/bash
## This gist contains step by step instructions to install cuda v10.1 and cudnn 7.6 in CentOS 7
### steps ####
# verify the system has a cuda-capable gpu
# download and install the nvidia cuda toolkit and cudnn
# setup environmental variables
# verify the installation
###
### to verify your gpu is cuda enable check
@gururajdori
gururajdori / speed_test.py
Created August 18, 2020 01:58
Check internet speed with terminal
import os
import re
import csv
import sys
import math
import errno
import signal
import socket
import timeit
import datetime