tag: pipe

  • How to find out the latest Node.js LTS version via Command Line

    How to find out the latest Node.js LTS version via Command Line

    Maria D. Campbell

    How to find out the latest Node.js LTS version via Command Line. As a bonus, I also show how to find the latest Node.js Current (version), both result in only returning the absolute latest versions of both Node.js LTS and Node.js Current. No need to leave the Command Line or scroll through hundreds of versions before getting to the version I want!

    #macOS, #command line, #grep, #pipe, #tail, #nodejs, #lts, #current, #nvm

  • How to create a fullstack application using Django and Python Part 5

    How to create a fullstack application using Django and Python Part 5

    Maria D. Campbell

    In this section, I discuss and show how one can change a project name after it has already been created and migrated. It's really not as difficult as it sounds!

    #macOS, #django, #env, #fullstack development, #grep, #pipe, #python3, #series, #virtualenv, #vscode

  • How to create a fullstack application using Django and Python Part 1

    How to create a fullstack application using Django and Python Part 1

    Maria D. Campbell

    In this section, I create the project directory, install pyenv with Homebrew, install Python 3.12.5 with pyenv, execute the pyenv local command, install virtualenv and create a virtual environment, activate and deactivate the environment, and install Django.

    #django, #fullstack development, #grep, #pipe, #homebrew, #macOS, #pyenv, #pyenv local, #python3, #virtualenv, #series

  • The pipe (|) and tee commands in Linux and Unix (macOS)

    The pipe (|) and tee commands in Linux and Unix (macOS)

    Maria D. Campbell

    The pipe (|) and tee commands in Linux and Unix (macOS)

    #command line, #linux, #unix, #macOS, #pipe, #tee, #wc

  • Using pipe (|) and grep in Linux and Unix (macOS)

    Using pipe (|) and grep in Linux and Unix (macOS)

    Maria D. Campbell

    Using pipe (|) and grep in Linux and Unix (macOS)

    #linux, #grep, #fifo, #named pipe, #pipe, #redirect operator, #unix