Best of CLIJanuary 2023

  1. 1
    Article
    Avatar of communityCommunity Picks·3y

    git-sim: Visually simulate Git operations in your own repos

    Git-Sim is a command-line tool written in Python that allows Git users to quickly and easily generate images (or even video animations) illustrating the impact of a Git command will have on the local repo. The primary goal is to create and visualize the effects of Git commands, while minimizing interruption to the developer workflow.

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Use Vim – Tutorial for Beginners

    Vim is a free and open-source cross-platform text editor. It was first released by Bram Moolenaar in 1991 for UNIX variants. Vim comes pre-installed on most *nix operating systems, but if it's installed on your system, you can install it with a package manager of your choice.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    Basics of Docker: Why, What and How

    A VM requires a new operating system on its own on top of the physical machine and requires a dedicated amount of hard disk, CPU and memory for itself. This is not much performant, as the resources would be wasted if not used by the virtual machine. A Dockerfile is a document that contains all such commands a user requires to assemble an image.

  4. 4
    Article
    Avatar of tuts_plusTuts+·3y

    Vue.js Tutorial: Beginner to Front-End Developer

    Vue.js is a great choice for a front-end framework, and you'll learn how to use it in detail. The course is 4 hours 22 minutes long, and it’s split into 35 lessons in total. You'll learn the fundamentals of Vue with no build tools or toolchains.

  5. 5
    Article
    Avatar of discdotDiscover .NET·3y

    PowerShell IntelliSense completion

    Predictive IntelliSense enhances tab completion at the command line by providing suggestions as you type. By default you do not use the Tab, you use the Right Arrow. For those hardcore command line fans this predictor feature has a plugin model that allows you create your own command-line predictors.

  6. 6
    Article
    Avatar of awstipAWS Tip·3y

    Full Stack DevOps Environment Setup Bash Script for Ubuntu and MacOS

    The Bash Script is designed to make it easy to set up a development environment or infrastructure for a variety of tasks related to DevOps and infrastructure management. It automates the installation and configuration of commonly used tools, such as Terraform, Ansible, Git, Docker, Kubernetes, Helm, and the AWS CLI.

  7. 7
    Article
    Avatar of kdnuggetsKDnuggets·3y

    ChatGPT as a Python Programming Assistant

    ChatGPT as a Python Programming Assistant is useful for Python programmers, specifically those of us who use Python for data processing, data cleaning, and building machine learning models. Let's have a look at what ChatGPT can do when it comes to writing some code from specifications.

  8. 8
    Article
    Avatar of itsfossIt's Foss·3y

    14 Rust Tools for Linux Terminal Dwellers

    Exa is a great alternative to the most common ls command. Bat is a worthy alternative to cat, where we can output the content of a file to the terminal. Starship Prompt allows you to change the look of your shell prompt the way you want with a vast amount of configuration options.

  9. 9
    Article
    Avatar of rubylaRUBYLAND·3y

    Learning Linux

    Felipe Vogel has been trying to learn the ways of the command line, to wield the ancient caret. He says he likes more structure in the beginning, so after Google-sleuthing for learning resources and crossing off some that he didn't find useful, here the promising prospects still on the list.