Best of LinuxApril 2022

  1. 1
    Article
    Avatar of hnHacker News·4y

    How long since Google said a Google Drive Linux client is coming?

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

    4 cheat sheets I can't live without

    Cheat sheets help you work smarter. As a technical writer working on OpenShift documentation, I use a number of tools in the documentation workflow. I love cheat sheets, as they are handy references that make my life easier and workflow more efficient. Here is my compilation of four cheat sheets that I find useful.

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

    Nushell: A Flexible Open-Source Cross-platform Shell

    Nushell is a unique type of shell that provides easy-to-read error messages and offers cross-platform support. It takes its philosophy and inspiration from projects like PowerShell, functional programming languages, and modern CLI tools. Nushell: A Shell That Provides User-Friendly Output by Default.

  4. 4
    Article
    Avatar of hnHacker News·4y

    Impressions from a first-time Mac user

    Apple’s 2021 16‑inch MacBook Pro is the first Mac I’ve ever used. The machine is insanely well-built. Windows and Linux have what I would call “sane window management” The Macbook Pro has ports that any PC laptop user has had for years.

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

    Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users

    Lite XL is an open-source text editor written in Lua. It is available for Windows, Linux, and macOS as well. It only uses three megabytes in your disk and consumes around twenty megabytes of physical memory, compared with the almost five hundred fifty megabytes (~550 MB) that Visual Studio Code uses.

  6. 6
    Article
    Avatar of pointerPointer·4y

    starship/starship: ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

    Starship is a minimal, blazing-fast, and infinitely customizable prompt for any shell. It works on any shell, on any operating system. You need to use Clink (v1.2.30+) with Cmd to install Starship. It's easy to install – start using it in minutes.

  7. 7
    Article
    Avatar of hnHacker News·4y

    Things I can't do on MacOS which I can do on Ubuntu

    Here's a partial list of everything I cannot do on a Mac, but I can do on Ubuntu. These are things which either are impossible, or require adding unsupported 3rd party software - sometimes at a cost. I've never "got" the appeal of a Mac. But I have to use one for work.

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

    Ubuntu 22.04 LTS: Screenshot Tour

    Ubuntu 22.04 LTS is due for release in July. The first point release in the Jammy Jellyfish cycle. The new default wallpaper carries the release mascot, a jellyfish. The workspace switcher is less bottom-heavy than before. Applets, pop-overs, and menus feels more compact.

  9. 9
    Article
    Avatar of hackernoonHacker Noon·4y

    How to Setup an Arch Linux Environment for Coding

    In this article, I will be sharing how I set up my Arch Linux environment for coding. I have used Ubuntu and Linux Mint to a great extent and even played around with Kali Linux before. I am quite familiar with Visual Studio Code and I love the flexibility and integrations it provides so I chose to install it.

  10. 10
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    Windows vs MacOS vs Linux – Operating System Handbook

    In this article I'm going to give a brief introduction to operating systems and compare the three main OSs that are out there nowadays. First we're going to review what an OS is and little history about them. Then, we'll review the main features and differences of the most popular operating systems (Windows, Mac, and GNU/Linux)

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

    How Linux rescues slow computers (and the planet)

    The typical computer gets replaced after about five years of service. Computers with Windows installed produce less legitimate work as they grow older. Using Linux will at least double the usable lifetime of a computer and at no cost. This keeps those computers out of the landfill (at worst) and out of recycling centers (at best)

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

    Pop!_OS 22.04 Released, This is What’s New

    System76 has made Pop!_OS 22.04 LTS available to download. The latest version of the flagship Linux distro from this US-based computer vendor. It inherits much of that release’s foundations, but adds its own ‘Cosmic’ desktop experience and other embellishments.

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

    22 Things to do After Installing Ubuntu 22.04 Jammy Jellyfish

    Here is a list of simple tweaks and things to do after installing Ubuntu 22.04 LTS. Most of the suggestions are for the default GNOME desktop environment. Get familiar with auto-updates and the ability to change the color of your system. Enjoy gaming on Linux with Steam Proton and enable Steam Play.

  14. 14
    Article
    Avatar of ubuntuUbuntu·4y

    Ubuntu 22.04 LTS – what’s new for the world’s most popular Linux desktop?

    Ubuntu 22.04 LTS brings more of everything you love about Ubuntu Desktop. More features and customisation options, more performance and power efficiency and more ways to integrate with your existing enterprise management tools. The latest version of the Linux Desktop delivers everything needed to empower developers and creators in 2022 and beyond.

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

    Ubuntu 20.04 vs 22.04: What Has Changed Between the Two LTS Releases?

    Ubuntu 22.04 LTS comes packed with GNOME 42. So, naturally, there should be a variety of visual refinements. Not just limited to the look and feel, Ubuntu 22.4 LTS has numerous interesting features to offer as well. Here, I try to compare the feature offerings between the two to help you decide if you should upgrade.

  16. 16
    Article
    Avatar of pointerPointer·4y

    sharkdp/fd: A simple, fast and user-friendly alternative to 'find'

    fd is a program to find entries in your filesystem. It is a simple, fast and user-friendly alternative to find. It does not aim to support all of find 's powerful functionality. It provides sensible (opinionated) defaults for a majority of use cases.