From 423e642659667546aebca89a4789b1394e85efd4 Mon Sep 17 00:00:00 2001 From: Martin Bruchanov Date: Thu, 30 Jul 2020 22:09:43 -0300 Subject: [PATCH] bash/vim/networking cheat sheets from gnulinux.guru --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f3b9c75..3156851 100644 --- a/README.md +++ b/README.md @@ -828,12 +828,14 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Shell & Utilities - describes the commands and utilities offered to application programs by POSIX-conformant systems.
  :small_orange_diamond: the-art-of-command-line - master the command line, in one page.
  :small_orange_diamond: Shell Style Guide - a shell style guide for Google-originated open-source projects.
+  :small_orange_diamond: Bourne-Again SHell and Linux CLI - cheat sheet from GNU/Linux.guru.

##### :black_small_square: Text Editors

  :small_orange_diamond: Vim Cheat Sheet - great multi language vim guide.
+  :small_orange_diamond: Vi IMproved - cheat sheet from GNU/Linux.guru.

##### :black_small_square: Python @@ -873,6 +875,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: SSH Handshake Explained - is a relatively brief description of the SSH handshake.
  :small_orange_diamond: ISC's Knowledgebase - you'll find some general information about BIND 9, ISC DHCP, and Kea DHCP.
  :small_orange_diamond: PacketLife.net - a place to record notes while studying for Cisco's CCNP certification.
+  :small_orange_diamond: Linux Network Administration - cheat sheet from GNU/Linux.guru.

##### :black_small_square: Microsoft