Skip to content

Instantly share code, notes, and snippets.

View insilications's full-sized avatar
🐼

Francisco Boni insilications

🐼
View GitHub Profile
from typing import Any, Callable, ClassVar, List, Optional, overload, Generic, TypeVar
T1_signal = TypeVar("T1_signal")
T2_signal = TypeVar("T2_signal")
T3_signal = TypeVar("T3_signal")
T4_signal = TypeVar("T4_signal")
T5_signal = TypeVar("T5_signal")
T6_signal = TypeVar("T6_signal")
@insilications
insilications / install.bash
Created March 14, 2020 14:15
modified install.bash to build nvidia latest 440.60 dkms driver in CL 32600
#!/usr/bin/env bash
# Locate the driver installer under current directory, or download one if not found
echo -e "\e[33m\xe2\x8f\xb3 Locating NVIDIA-Linux-x86_64-<VERSION>.run ...\e[m"
INSTALLER="$(find "$PWD" -maxdepth 1 -name 'NVIDIA-Linux-x86_64*\.run' | sort -r | head -1 )"
if [ "$INSTALLER" = '' ]; then
## Cannot find installer, download one
echo -e "\e[31m\xe2\x9d\x8c Cannot find NVIDIA-Linux-x86_64-<VERSION>.run under current directory\
or ~/Downloads\e[m"
LATEST="$(curl -s -L https://download.nvidia.com/XFree86/Linux-x86_64 | grep "<span class='dir'>"\

Keybase proof

I hereby claim:

  • I am insilications on github.
  • I am insilications (https://keybase.io/insilications) on keybase.
  • I have a public key whose fingerprint is A642 89F0 8C22 FEBE 963D 808A 630F 4307 D9A1 CDCF

To claim this, I am signing this object: