Best of CLINovember 2022

  1. 1
    Article
    Avatar of devtoDEV·4y

    The Difference Between the Shell and the Terminal

    The shell and the terminal are different from each other but are often used interchangeably. When using a command line interface, we use text commands to make our programs work instead of a Graphical User Interface. The shell is a program that takes commands from the keyboard and gives them to the kernel to perform.

  2. 2
    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?

  3. 3
    Article
    Avatar of hnHacker News·3y

    FFmpeg - Ultimate Guide

    FFmpeg can do large chunks of the basic functionalities of a modern Non-linear (NLE) video editors, e.g., Davinci Resolve Studio or Premiere Pro. It does not have a graphical interface in that sense as those behemoths do, and unarguably it is way less friendly.

  4. 4
    Article
    Avatar of itsfossIt's Foss·4y

    31 Linux Commands Every Ubuntu User Should Know

    The mv command moves the files and folders to the other location. You can think of it as a cut-paste operation. There is no undo option after you delete files in the command line. If you are afraid of deleting the wrong file, use the interactive mode with option -i, which gives you an additional prompt to confirm the action.

  5. 5
    Article
    Avatar of communityCommunity Picks·4y

    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.

  6. 6
    Article
    Avatar of ossOpen Source Way·4y

    My favorite tricks for navigating the Linux terminal faster

    There are several ways to make your interactions with the command line even faster. Navigate without the arrow keys on the keyboard to move through a command to make edits. Use the Backspace key to delete characters in the backward direction and the Delete button to delete them in the forward direction.

  7. 7
    Article
    Avatar of dzDZone·4y

    Secrets at the Command Line (Cheat Sheet Included)

    The first step toward securing secrets in the command line is taking inventory of what secrets might exist. Passwords, Keys, and Certificates Passwords are something you know to prove who you are. There are many approaches for securing passwords locally, and we will dig into those later in this article.

  8. 8
    Article
    Avatar of pointerPointer·4y

    facebook/sapling: A Scalable, User-Friendly Source Control System.

    Sapling SCM is a cross-platform, highly scalable, Git-compatible source control system. It aims to provide both user-friendly and powerful interfaces for users.

  9. 9
    Article
    Avatar of pointerPointer·4y

    jellyfin/jellyfin: The Free Software Media System

    Jellyfin Jellyfin is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. There are several ways to run these tests from the command line using dotnet test - Run tests in Visual Studio using the Test Explorer.

  10. 10
    Article
    Avatar of kdnuggetsKDnuggets·3y

    Linux for Data Science Cheatsheet

    Linux for Data Science Cheatsheet KDnuggets is back with a Linux quick reference for data science. The cheatsheet covers 16 of the most useful Linux terminal commands, enough to get you doing much of your day to day OS business from the command line.

  11. 11
    Article
    Avatar of prettierPrettier·3y

    Prettier 2.8: improve --cache CLI option and TypeScript 4.9 satisfies operator! · Prettier

    Prettier 2.8: improve --cache option and TypeScript 4.9 satisfies operator! This release includes improvements to the option added in 2.7.8. A new option has been added, and a bug that saved the cache even when wasn't specified has been fixed.

  12. 12
    Article
    Avatar of dzDZone·4y

    6 Steps To Improve HTML Images for Users and Developers

    Learn how to make HTML images better for users with responsive sizes and modern formats without making your life as a developer much harder. Join the DZone community and get the full member experience. Join for Free in this article, learn how to improve HTML images for users. The image we’re loading is a PNG, but modern browsers support new image formats such as WebP or AVIF. These formats provide much higher compression rates without noticeable data loss.

  13. 13
    Article
    Avatar of communityCommunity Picks·4y

    Websocket Server in C

    Websockets is one of those means, since it is - at the bottom - plain TCP. With this one, you can make interact in real time between some native code with the wider network. It does not support natively HTTPS, but it does not mean that you cannot, nor must not secure it.

  14. 14
    Article
    Avatar of phProduct Hunt·4y

    Directory Serve - Open source CLI to send and receive file

    Using CLI to send and receive file

  15. 15
    Article
    Avatar of kdnuggetsKDnuggets·4y

    7 Python Projects for Beginners

    The 7 Python project will help you learn various Python packages and software development. It will also contribute to your professional portfolio and resume. The projects that we will learn are beginner friendly, and they are unique in providing you with experience with various types of applications.