Skip to content

Instantly share code, notes, and snippets.

View sohilladhani's full-sized avatar
🏠
Working from home

Sohil Ladhani sohilladhani

🏠
Working from home
View GitHub Profile
@sohilladhani
sohilladhani / install-tmux.sh
Last active December 1, 2021 07:26 — forked from suhlig/install-tmux
Install tmux on rhel/centos
#!/usr/bin/env bash
# Make this an executable - chmod +x install-tmux.sh
# Install tmux on rhel/centos 7
# What do we want?
libeventversion=2.1.11
tmuxversion=3.1
@sohilladhani
sohilladhani / 1-elementary-os-apps.md
Created August 15, 2020 16:41 — forked from ankurk91/1-elementary-os-apps.md
elementary OS 5.1 Hera

elementaryOS Apps and Configs

This guide has been updated for elementaryOS v5.0+.

Enbale PPA support

sudo apt-get update
sudo apt-get -y install software-properties-common

Install original plank dock

@sohilladhani
sohilladhani / System Design.md
Created May 4, 2020 06:10 — forked from vasanthk/System Design.md
System Design Cheatsheet

System Design Cheatsheet

Picking the right architecture = Picking the right battles + Managing trade-offs

Basic Steps

  1. Clarify and agree on the scope of the system
  • User cases (description of sequences of events that, taken together, lead to a system doing something useful)
    • Who is going to use it?
    • How are they going to use it?