Best of BashNovember 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    The Difference Between the Shell and the Terminal

    The shell and the terminal are different from each other but are often used interchangeably. When using a command line interface, we use text commands to make our programs work instead of a Graphical User Interface. The shell is a program that takes commands from the keyboard and gives them to the kernel to perform.

  2. 2
    Article
    Avatar of ossOpen Source Way·4y

    My favorite tricks for navigating the Linux terminal faster

    There are several ways to make your interactions with the command line even faster. Navigate without the arrow keys on the keyboard to move through a command to make edits. Use the Backspace key to delete characters in the backward direction and the Delete button to delete them in the forward direction.

  3. 3
    Article
    Avatar of dzDZone·4y

    Secrets at the Command Line (Cheat Sheet Included)

    The first step toward securing secrets in the command line is taking inventory of what secrets might exist. Passwords, Keys, and Certificates Passwords are something you know to prove who you are. There are many approaches for securing passwords locally, and we will dig into those later in this article.

  4. 4
    Article
    Avatar of awstipAWS Tip·4y

    1 Dollar DevOps: Terraform + Docker + Nginx

    This blog post is for the new SRE or Cloud Developer who is hesitant to create an AWS account or GCP account because of the possibly incurred costs.