Best of LinuxFebruary 2023

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Search Files Effectively in the Linux Terminal

    Learn how to search files effectively in the Linux terminal using the 'find' command. Discover how to search files by name, find directories, search files by size, search files based on time modified, execute commands on filtered files, find files with detailed information, and find and remove files.

  2. 2
    Article
    Avatar of dhhDavid Heinemeier Hansson·3y

    Invest in things that don't change

    Invest in things that don't change and continue to improve on enduring ideas. Technology may have paradigm shifts, but most of the time it's incremental improvement. Many core technologies in web development, such as Ruby, Linux, and MySQL, have been stable for decades.

  3. 3
    Article
    Avatar of dzDZone·3y

    Top Three Docker Alternatives To Consider

    Podman is a daemonless, open-source, Linux-native container engine that is considered one of the best alternatives for Docker. Podman, Kubernetes, Openshift, LXD, Docker Swarm, BuidKit, and Mesos are some of the popular Docker alternatives available in the market today.

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

    Which Programming Languages Do Hackers Use?

    Analyzing the Exploit Database with Python Luca Bravo on Unsplash in 2021, we conducted a survey at the German Chaos Computer Club (CCC) Our goal was to find out which programming languages are most commonly used by hackers. This article follows up the survey and compares its findings with an analysis of theexploit Database.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Create Your Own Commands in Linux

    Learn to create your own commands in Linux using alias commands. Improve productivity by setting up helpful alias commands. Explore how to view, remove, and create permanent alias commands. Run multiple commands in a single alias command for efficiency.

  6. 6
    Article
    Avatar of freecodecampfreeCodeCamp·3y

    How to Manage Linux Processes

    Every program or command that executes in a Linux system is called a process. In this tutorial, let's explore processes and how we can manage them in Linux. What is a Linux Process?

  7. 7
    Article
    Avatar of rubylaRUBYLAND·3y

    Switching to Linux

    A former Windows user shares their experience of switching to Linux, highlighting the benefits of a lovely terminal and more time spent on the keyboard. The post also mentions the installation process for Linux Mint and the absence of an equivalent to AutoHotkey in Linux.

  8. 8
    Article
    Avatar of do_communityDigitalOcean Community·3y

    How To Transform JSON Data with jq

    The author selected the Free and Open Source Fund to receive a donation as part of the Write for DOnations program. You could copy and paste all relevant snippets to calculate totals manually, but this is a time-consuming process. Another option is to use general-purpose tools for finding and manipulating information.

  9. 9
    Article
    Avatar of ubuntuUbuntu·3y

    Real-time Ubuntu is now generally available

    Real-time Ubuntu 22.04 LTS is now generally available, providing end-to-end security and reliability for time-bound workloads in various industries. The release introduces a real-time kernel with optimal compute and deterministic performance, making it ideal for telco, industry 4.0, and automotive use cases. Canonical partners with silicon vendors and manufacturers to enable faster time-to-market for enterprises.

  10. 10
    Article
    Avatar of omgubomg! ubuntu!·3y

    Linux Kernel 6.2 Released, This is What’s New

    Linux Kernel 6.2 has been released with important hardware, performance, and security improvements. It includes support for Intel Arc graphics, Intel's On-Demand driver, Apple M1 Pro, Max, and Ultra chips, an update to the NTFS3 kernel driver, and various other new features and improvements.

  11. 11
    Article
    Avatar of cncfCNCF·3y

    Docker on MacOS is slow and how to fix it

    Docker on MacOS is slow and how to fix it Community post by Paolo Mainardi originally published on Paolo’s personal blog. The only viable option to have a decent performance and a good DX are: VirtioFS to share the filesystem ( Docker Desktop, Rancher Desktop, Colima) There are still some issues.