Skip to content

Instantly share code, notes, and snippets.

View init27's full-sized avatar
🍵

Sanyam Bhutani init27

🍵
View GitHub Profile
@MohamedAlaa
MohamedAlaa / tmux-cheatsheet.markdown
Last active July 4, 2024 17:58
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@LeCoupa
LeCoupa / bash-cheatsheet.sh
Last active June 30, 2024 04:50
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
@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