Best of WindowsNovember 2022

  1. 1
    Article
    Avatar of pointerPointer·3y

    chubin/cheat.sh: the only cheat sheet you need

    Chubin/cheat.sh is the only cheat sheet you need Unified access to the best community driven cheat sheets repositories of the world. What should it look like? What features should it have?

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    Setup Kali Linux Like A Pro

    In today's era, many folks are trying to get some basic knowledge of Hacking, and for that Kali Linux is a must OS to learn. Today, I will show you how to install and set up Kali on your machine (Windows 10 / 11) We will be using WSL2 to get it done.

  3. 3
    Article
    Avatar of communityCommunity Picks·3y

    nektos/act: Run your GitHub Actions locally 🚀

    You can use the GitHub Actions defined in your GitHub Actions to run your actions locally. The environment variables and filesystem are all configured to match what GitHub provides. If you are using Windows, please follow the steps outlined in Docker Docs for how to install Docker Desktop on Windows.

  4. 4
    Article
    Avatar of communityCommunity Picks·3y

    Rust Easy! Modern Cross-platform Command Line Tools to Supercharge Your Terminal

    Alacritty is a cross-platform modern terminal emulator with sensible defaults. It is GPU accelerated, super fast, and highly configurable. Starship is fast, highly customizable, and has a great default theme and settings. Exa is a bit faster than LSD for tree views and can show the Git status of files and folders. I prefer exa due to the Git support and faster tree views.

  5. 5
    Article
    Avatar of gcgitconnected·3y

    Level Up Your Productivity With Vim

    Learn Vim Grammar Motions Motions are used to move your cursor around in Vim. Use motions alone and use count numbers as arguments. If you need to go up 3 lines, instead of pressing 3 times, you can do.

  6. 6
    Article
    Avatar of vscodeVisual Studio Code·3y

    VS Code Sandboxing

    VS Code Sandboxing Migrating VS Code to Process Sandboxing is a win-win for security and the VS Code architecture November 28, 2022 by Benjamin Pasero, @BenjaminPasero. Enabling the sandbox in Electron renderer processes is a critical requirement for secure and reliable Electron applications like Visual Studio Code.

  7. 7
    Article
    Avatar of communityCommunity Picks·3y

    Microsoft MakeCode

    Microsoft MakeCode brings computer science to life for all students with fun projects, immediate results, and both block and text editors for learners at different levels. If you have a Windows 10 computer, download these MakeCode apps—which have additional features and capabilities. Find out how easy it is to get started with Microsoft Make code.

  8. 8
    Article
    Avatar of pointerPointer·3y

    openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision

    Whisper Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition. Whisper's performance varies widely depending on the import whisper model = whisper. The codebase is expected to be compatible with Python 3.7 or later and recent andrecent and recent PyTorch versions.

  9. 9
    Article
    Avatar of pointerPointer·3y

    monkeyWie/gopeed: High speed downloader that supports all platforms.

    Gopeed is a high-speed downloader developed by +, which supports (HTTP, BitTorrent, Magnet) protocol downloads and supports all platforms. This project is divided into two parts, the front end uses, the back end uses. and the two sides communicate through the protocol.

  10. 10
    Article
    Avatar of telerikTelerik·3y

    JavaScript Local Storage: All You Need To Know!

    LocalStorage is almost the same as sessionStorage because they store data as strings. If you pass a valid key to the method, it will return the data. To use this method, pass in the key of the data you want to remove, and both the key and the value will be removed from localStorage. If we have five records in localStorage, the valid indexes will be 0-4. If you enter an invalid index, null will be returned.

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

    5 NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie

    NeoVim GUI Editors You Could Try If You are Not a Total Terminal Junkie Vim is awesome. Neovide aims to be a no-nonsense graphical user interface for Neovim. It only adds some graphical elements, such as animations, using a library called Skulpin to render animations.

  12. 12
    Article
    Avatar of theregisterThe Register·3y

    Windows Subsystem for Linux becomes an app

    Microsoft has made its Store the home of Windows Subsystem for Linux (WLS) WSL is an app in the Microsoft Store that lets you run actual Linux that integrates directly into Windows. The Store version of WSL will even be the default for those using the command from the terminal.

  13. 13
    Article
    Avatar of planetxamarinPlanet Xamarin·3y

    .NET MAUI : Runs on multiple platforms in one project (iOS, Android, and Windows)

    The name MAUI stands for.NET Multi-platform App UI. MAUI runs on multiple platforms in one project (iOS, Android, and Windows) Microsoft supports MAUI from Visual Studio 2022 latest version in Macs and Windows.

  14. 14
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Crack Passwords using John The Ripper – Pentesting Tutorial

    John the Ripper (JtR) is a popular password-cracking tool. John supports many encryption technologies for Windows and Unix systems (Mac included) John can autodetect the encryption for common formats. It works with a dictionary of common passwords to compare it with the hash in hand.