Best of LinuxFebruary 2021

  1. 1
    Article
    Avatar of swlhThe Startup·5y

    A Perfect Linux Distribution

    A Linux distribution, unlike Windows and macOS, isn’t built under a single organization. It is compiled from components developed by different organizations or programmers as open-source projects. There are two ways to come up with a Linux distribution. The first is by assembling it from scratch. The second is by modifying an existing distribution.

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

    5 reasons why I love coding on Linux

    In 2021, there are more reasons why people love Linux than ever before. In this series, I'll share 21 different ways to use Linux. Here I'll explain why so many programmers choose Linux. The more I did on Linux, the more I wanted to control every aspect of it.

  3. 3
    Article
    Avatar of dailydaily.dev·5y

    CSS Hacks, JavaScript Animation Libraries - Picks #167

    GitHub Surf is a new product that will let you edit the code of a repo via your browser. Learn the basics terms and components of a microservices architecture. The Dark Side of Becoming a Self-Taught Developer gives a glimpse of what it takes to be a developer.

  4. 4
    Article
    Avatar of tdsTowards Data Science·5y

    Linux Shell Commands can be your time saver

    Linux Shell Commands can be your time saver. A teaser of useful Shell commands that can drastically increase your productivity. Guangyuan(Frank) Li shares his tips on how to use Shell commands in your own day-to-day work. If you find these examples useful, I would like to refer you to my Github pages for more of them using other Linux utility functions.

  5. 5
    Article
    Avatar of ossOpen Source Way·5y

    5 benefits of choosing Linux

    In 2021, there are more reasons why people love Linux than ever before. In this series, I'll share 21 different reasons to use Linux. This article discusses the benefit of choice Linux brings.Choice is one of the most misunderstood features of Linux. It starts with how many Linuxes there are to choose from.

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

    Run your favorite Windows applications on Linux

    WINE stands for "Wine Is Not an Emulator," which references the code driving this technology. Open source developers have worked since 1993 to translate any incoming Windows API calls an application makes to POSIX calls. The WINE environment is largely self-contained, hidden away on your hard drive.