Best of ShellAugust 2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    My developer workflow using WSL, tmux and Neovim

    Microsoft made Windows Subsystem for Linux also known as WSL. I use Oh My Zsh to manage my zsh configuration, which makes it trivial to install and use plugins. To install Starship, Starship is a minimal, highly customizable and super fast prompt. Neovim is the best code editor for me because of its speed and ease of customization. All the configuration is written in Lua.

  2. 2
    Article
    Avatar of linuxhandbookLinux Handbook·4y

    11 Pro Vim Tips to Get Better Editing Experience

    The Vim editor is like an ocean – wonderful and joyful to be in, but there will always be things you don't know. I am sharing a few tips in this article that will help you use Vim like a pro. I use them regularly and I have seen expert Vim users sharing them in various communities.

  3. 3
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Mr. Robot CTF Tutorial

    Mr. Robot CTF Tutorial TryHackMe is a free tutorial on how to make a robot using a nmap scan. The first step is to run a gobuster scan and find directories that are allowed us to visit so i went to them.

  4. 4
    Article
    Avatar of changelogChangelog·4y

    How we Created an in-Browser Kubernetes Experience

    Plural is an open-source DevOps platform that allows users to deploy and manage software on Kubernetes. The API creates both a reference to the shell pod in our database and creates the pod in a k8s.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    Moving from Oh-My-Zsh to Starship & Fish Shell

    Fish is designed to be ready to use immediately, without requiring extensive configuration. The shell prides itself on clear defaults and powerful built-in features. The biggest difficulty when moving to Fish is the change in how aliases work. The next major change is a simple wrapper for the function builtin, which creates a function wrapping a command. With Zsh or Bash, we’d export a variable to set it globally.

  6. 6
    Article
    Avatar of dzDZone·4y

    Docker Commands Beginners Should Know

    Docker is an open-source platform for creating, deploying, and running containers. You can create your containers on your favorite operating system and deploy them anywhere. Let's look at the commands you need to know to manage Docker images and containers.

  7. 7
    Article
    Avatar of hnHacker News·4y

    jetpack-io/devbox: Instant, easy, predictable shells and containers.

    Devbox analyzes your source code and turns it into an OCI-compliant image that can be deployed to any cloud. Join our Developer Community - Chat with us by joining the Jetpack.io Discord Server – we have a #devbox channel dedicated to this project.