Skip to content

Instantly share code, notes, and snippets.

View abhinand4as's full-sized avatar
🎯
Focusing

Abhinand A S abhinand4as

🎯
Focusing
  • Kochi, India
View GitHub Profile

Install Docker Desktop (Linux)

1. Set up Docker's apt repository.

# Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
@abhinand4as
abhinand4as / vim_cheatsheet.md
Created December 9, 2019 12:36 — forked from awidegreen/vim_cheatsheet.md
Vim shortcuts

Introduction

  • C-a == Ctrl-a
  • M-a == Alt-a

General

:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close