Best of Shell2021

  1. 1
    Article
    Avatar of honeypotHoneypot·4y

    The 6 Best Hacker Movies To Watch This Year

    In most films, hackers are mysteriously bright subjects who can move pieces of a computer jigsaw and create consequences at will. In 2014, a group of hackers accessed Sony’s computer systems and leaked several unreleased films. To stop the hackers, Sony shelve “the movie of terrorism of terrorism” The Interview.

  2. 2
    Article
    Avatar of phProduct Hunt·5y

    Noteli - An open source CLI tool to take notes

    Noteli is an Open Source CLI tool made especially for note-taking. Built using powers of TypeScript and security of Auth0 with MongoDB. Noteli would help developers to take notes quickly from the shell without wasting time through GUI :P Embed Collect Embed collect.

  3. 3
    Article
    Avatar of developercomDeveloper.com·5y

    An Introduction to Bash Scripting

    Bash (Bourne Again Shell) is an interpreter responsible for processing commands on the command line of Unix systems. You can use Bash on Linux and MacOS machines and it is even available on Windows 10 machines through the Windows Subsystem for Linux. Bash scripting is used to automate everyday remedial tasks a computer scientist may take on.

  4. 4
    Article
    Avatar of omgubomg! ubuntu!·4y

    Maui Shell Offers a Beautiful Vision for the Future of Linux

    Maui Shell aims to work on mobile devices and regular desktops. It is made up of a shell container named ‘Cask’ and a compositor called ‘Zpace’ These components work together to tailor the user experience to the screen-size and form-factor they run on.

  5. 5
    Article
    Avatar of omgubomg! ubuntu!·5y

    15 Best GNOME Extensions for Ubuntu (2021)

    Make your Ubuntu experience faster, easier, and prettier with GNOME extensions. This list includes extensions that are actively maintained and work with Ubuntu 20.04 LTS (and up) Dash to Panel fuses app luncher, task list, top bar, and system tray into a single unified panel.

  6. 6
    Article
    Avatar of omgubomg! ubuntu!·5y

    Ubuntu 21.10: What’s New? [Video]

    Six months of dedicated development went into creating Ubuntu 21.10. The release is backed by 9 months of security and core app updates. This release also acts as a gateway to next year’s long-term support (LTS) release. New apps, kernel, GNOME Shell, theme, and more help make ‘Impish Indri’ an inspiring iteration.

  7. 7
    Article
    Avatar of rhdevRed Hat Developer·5y

    Bash Shell Cheat Sheet

    Bash is a command language interpreter: a version of the classic Unix shell with many enhancements. Bash is the default shell installed on GNU/Linux distributions and many other Unix-style systems, such as macOS. In this cheat sheet you will learn how to: Create Bash scripts. Manipulate strings. Create credentials.

  8. 8
    Article
    Avatar of omgubomg! ubuntu!·4y

    GNOME is Exploring a New ‘Quick Settings’ Feature

    GNOME Shell design team is exploring how to make accessing commonly used settings even easier. They’ve produced a bunch of mockups and even an animation for the feature they call ‘quick settings’ The designs look at how to handle sub-menus where advanced options can be accessed without a trip to the Settings app proper.

  9. 9
    Article
    Avatar of sitepointSitePoint·4y

    How To Write Shell Scripts in Node with Google’s zx Library

    In this article, we learn what Google’s zx library provides, and how we can use it to write shell scripts with Node.js. We’ll then learn how to use the features of zx by building a command-line tool that helps us bootstrap configuration for new projects.

  10. 10
    Article
    Avatar of smashingSmashing Magazine·5y

    How To Build Your Own Mouseless Development Environment — Smashing Magazine

    Building a development environment with the shell as a keystone offers multiple benefits. You can use tools that fit nicely with each other, you can customize everything depending on your own needs, and you can control your entire environment with your keyboard. This can save a lot of cognitive energy as well as deliver a pleasant user experience.