Best of CLIMay 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    microsoft/sudo: It's sudo, for Windows

    Sudo for Windows allows users to run elevated commands directly from unelevated terminal windows. It is not a fork of the Unix/Linux sudo project and has its own specific implementation for Windows. Documentation for the project can be found at aka.ms/sudo-docs.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    The guide to kubectl I never had.

    This post provides a comprehensive guide to using kubectl, the CLI tool for communicating with the Kubernetes API. It covers installation, command syntax, useful commands, plugins and tools, troubleshooting, and more.

  3. 3
    Article
    Avatar of collectionsCollections·2y

    Neofetch Development Ends: What Are the Alternatives?

    Neofetch, a popular tool for displaying system information in ASCII format in the terminal, has ended development. However, there are several alternative fetch tools available for Linux users.

  4. 4
    Article
    Avatar of logrocketLogRocket·2y

    Exploring Hurl, a command line alternative to Postman

    Explore Hurl, a command line alternative to Postman, that allows developers to run and test HTTP requests directly from their command line. Hurl is open source, free to use, lightweight, portable, and supports various operating systems. It offers customization options and the ability to validate API responses. A comparison between Hurl and Postman reveals differences in pricing, usage, learning curve, complexity, and data privacy. Hurl can be used in CI/CD pipelines for automated testing. The post also covers a tutorial on using Hurl to test the Rick and Morty API and the Rick and Morty website using JSONPath and XPath asserts.

  5. 5
    Article
    Avatar of lnLaravel News·2y

    Configuring Laravel With Additional Environment Files

    Learn how to configure additional environment files in Laravel, use a different environment file in Laravel CLI and PHPUnit CLI, and why .env.testing file is useful for PHPUnit tests.

  6. 6
    Article
    Avatar of lnLaravel News·2y

    Real Time Command Line Monitoring With Laravel Top

    Laravel Top is a package that provides real-time command line monitoring for Laravel applications. It allows users to track critical metrics and see the busiest routes in their application. The data is stored in Redis and can be accessed programmatically using the provided facade.

  7. 7
    Article
    Avatar of lnLaravel News·2y

    Audit MySQL Databases in Laravel With the DB Auditor Package

    Audit MySQL databases in Laravel with the DB Auditor package. Identify areas that need work, apply scan results automatically, and view a list of tables that fail audit.

  8. 8
    Article
    Avatar of webtoolsweeklyWeb Tools Weekly·2y

    Tech Books, Frameworks, Git/CLI, JSON, Databases

    The post discusses the declining popularity of tech and programming books due to the availability of AI-based tools like ChatGPT and Gemini. It also showcases various web frameworks, Git, GitHub, and CLI tools, as well as JSON tools and databases.