Skip to content

Instantly share code, notes, and snippets.

View init27's full-sized avatar
🍵

Sanyam Bhutani init27

🍵
View GitHub Profile
@Artefact2
Artefact2 / README.md
Last active August 27, 2025 15:03
GGUF quantizations overview
@roebius
roebius / 0.fastai-env-install.sh
Last active March 27, 2018 15:14
fastai v2 - bash files for installing the fastai environment on fresh Ubuntu 16.04
source ./1.install-utils.sh
source ./2.install-cuda_8.sh
source ./3.install-repos.sh
source ./4.install-anaconda-env.sh
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active August 15, 2025 22:14
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active August 28, 2025 11:38
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname