Best of PowerShell2023

  1. 1
    Article
    Avatar of pointerPointer·3y

    veler/DevToys: A Swiss Army knife for developers.

    DevToys can detect the best tool to use for the data copied to the Windows clipboard. Multiple instances of the app can be used at once. The app works entirely offline, meaning that none of the data used by the app goes on internet. The app requires some other permissions to work correctly.

  2. 2
    Article
    Avatar of devblogsDevBlogs·3y

    Windows Terminal Preview 1.18 Release

    Windows Terminal Preview 1.18 Release includes all of the features from this previous blog post. The Windows Terminal will now reload the environment variables automatically when a new tab or pane is opened. You will also be able to move tabs from one terminal window into the other.

  3. 3
    Article
    Avatar of hanselmanScott Hanselman·3y

    GitHub Copilot for CLI for PowerShell

    You can sign up for their waitlist at the Copilot for CLI site. Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and author. He is a failed stand-up comic, a cornrower, and a book author.

  4. 4
    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.

  5. 5
    Article
    Avatar of communityCommunity Picks·3y

    Introduction to SSH Key Management

    SSH keys are cryptographic keys that enable user authentication to servers. They provide a secure alternative to traditional passwords. By using an SSH key, you can: - Elevate the security of your environment by disabling regular password access and mandating a passphrase-protected SSH key.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Setup a Windows Machine for Machine Learning/Deep Learning Using an Nvidia Graphics Card (CUDA)

    How to set up a Windows Machine for Machine Learning/Deep Learning using an Nvidia Graphics Card (CUDA) If you can afford a good Nvidia graphics card, then you can easily use your graphics card for this type of intensive work. A lot of developers use Linux for this, but I do not like Linux as a desktop operating system.