• chevron_right

      Linux distros are about to get a killer Windows feature: The Blue Screen of Death

      news.movim.eu / ArsTechnica · Thursday, 7 December - 19:22 · 1 minute

    Linux distros are about to get a killer Windows feature: The Blue Screen of Death

    Enlarge (credit: hdaniel )

    Windows' infamous " Blue Screen of Death " is a bit of a punchline. People have made a hobby of spotting them out in the wild, and in some circles, they remain a byword for the supposed flakiness and instability of PCs. To this day, networked PCs in macOS are represented by beige CRT monitors displaying a BSOD.

    But the BSOD is supposed to be a diagnostic tool, an informational screen that technicians can use to begin homing in on the problem that caused the crash in the first place; that old Windows' BSOD error codes were often so broad and vague as to be useless doesn't make the idea a bad one. Today, version 255 of the Linux systemd project honors that original intent by adding a systemd-bsod component that generates a full-screen display of some error messages when a Linux system crashes.

    The systemd-bsod component is currently listed as "experimental" and "subject to change." But the functionality is simple: any logged error message that reaches the LOG_EMERG level will be displayed full-screen to allow people to take a photo or write it down. Phoronix reports that, as with BSODs in modern Windows, the Linux version will also generate a QR code to make it easier to look up information on your phone.

    Read 2 remaining paragraphs | Comments

    • chevron_right

      AlmaLinux says Red Hat source changes won’t kill its RHEL-compatible distro

      news.movim.eu / ArsTechnica · Monday, 24 July, 2023 - 19:38

    AlmaLinux's live media, offering a quick spin or installation.

    Enlarge / AlmaLinux lets you build applications that work with Red Hat Enterprise Linux but can't promise the exact same bug environment. That's different from how they started, but it's also a chance to pick a new path forward. (credit: AlmaLinux OS)

    I asked benny Vasquez, chair of the AlmaLinux OS Foundation, how she would explain the recent Red Hat Enterprise Linux source code controversy to somebody at a family barbecue—somebody who, in other words, might not have followed the latest tech news quite so closely.

    "Most of my family barbecues are going to be explaining that Linux is an operating system," Vasquez said. "Then explaining what an operating system is."

    It is indeed tricky to explain all the pieces—Red Hat, Red Hat Enterprise Linux, CentOS, CentOS Stream, Fedora, RHEL, Alma, Rocky, upstreams, downstreams, source code, and the GPL—to anyone who isn't familiar with Red Hat's quirky history , and how it progressed to the wide but disparate ecosystem it has today. And, yes, Linux in general. But Vasquez was game to play out my thought experiment.

    Read 15 remaining paragraphs | Comments

    • chevron_right

      Red Hat’s new source code policy and the intense pushback, explained

      news.movim.eu / ArsTechnica · Friday, 30 June, 2023 - 15:53

    Man wearing fedora in red light

    Enlarge / A be-hatted person, tipping his brim to the endless amount of text generated by the conflict of corporate versus enthusiast understandings of the GPL. (credit: Getty Images)

    When CentOS announced in 2020 that it was shutting down its traditional "rebuild" of Red Hat Enterprise Linux (RHEL) to focus on its development build, Stream, CentOS suggested the strategy "removes confusion." Red Hat, which largely controlled CentOS by then, considered it "a natural, inevitable next step."

    Last week, the IBM-owned Red Hat continued " furthering the evolution of CentOS Stream " by announcing that CentOS Stream would be "the sole repository for public RHEL-related source code releases," with RHEL's core code otherwise restricted to a customer portal. (RHEL access is free for individual developers and up to 16 servers , but that's largely not what is at issue here).

    Red Hat's post was a rich example of burying the lede and a decisive moment for many who follow the tricky balance of Red Hat's open-source commitments and service contract business. Here's what followed.

    Read 11 remaining paragraphs | Comments

    • Fo chevron_right

      How to Install VirtualBox 6.1 On Linux?

      pubsub.do.nohost.me / FossBytes · Friday, 5 March, 2021 - 12:49 · 2 minutes

    install virtualbox on linux

    Virtual Machines are software used to run other operating systems within a pre-installed operating system. This self-contained OS runs as a separate computer that has no relation to the host OS. VirtualBox is an open-source cross-platform software that can help you run multiple guest operating systems on a single computer. In this article, let’s look at how to install VirtualBox 6.1 on Linux, easily.

    Why Install VirtualBox?

    One of the most important use cases of VirtualBox is its ability to try out/test various operating systems without fiddling with your internal storage. VirtualBox creates a virtual environment that utilizes system resources like RAM and CPU to power the OS inside a container.

    For example, if I want to try out and check if the latest Ubuntu release is stable or not, I can use VirtualBox to do it and only then decide if I want to install it or just totally use it in VirtualBox. This not only saves me a lot of time but also makes the process flexible.

    How To Install VirtualBox 6.1 On Ubuntu/Debian/Linux Mint?

    If you already have an older version of VirtualBox installed, remove it first. Fire up the terminal and type the following command:

    $ sudo dpkg -r virtualbox

    To install VirtualBox on Ubuntu/Ubuntu-based, Debian, Linux Mint distributions, head over to the official VirtualBox download page .

    Download the appropriate VirtualBox .deb file by clicking on the links.

    After the download’s complete, click on the .deb file and the software installer will install VirtualBox for you.

    Also Read: Linux Windows Dual Boot and More: Multi-booting Up to Five OS

    Starting VirtualBox 6.2 In Ubuntu/Debian/Linux Mint

    Head over to the applications menu, find “Oracle VM VirtualBox” and click on it to open.

    $ VirtualBox

    How To Install VirtualBox 6.1 On Linux: Fedora/RHEL/CentOS?

    Before installing Virtual Box 6.1, uninstall any older version of VirtualBox from your system. Use the following command:

    $ yum remove VirtualBox

    To install VirtualBox 6.1, you need to add the VirtualBox 6.1 repo to your system.

    Adding The VirtualBox 6.1 Repository In RHEL/CentOS:

    $ wget https://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo -P /etc/yum.repos.d/
    $ rpm --import https://www.virtualbox.org/download/oracle_vbox.asc

    Adding The VirtualBox 6.1 Repository In Fedora

    $ wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo -P /etc/yum.repos.d/
    $ rpm --import https://www.virtualbox.org/download/oracle_vbox.asc

    Also Read: How To Use Linux In Windows Using VirtualBox

    Enabling the EPEL Repo And Installing Tools And Dependencies

    On RHEL 8/CentOS

    $ dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
    $ dnf update
    $ dnf install binutils kernel-devel kernel-headers libgomp make patch gcc glibc-headers glibc-devel dkms -y

    On RHEL 7/CentOS

    $ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    $ yum update
    $ yum install binutils kernel-devel kernel-headers libgomp make patch gcc glibc-headers glibc-devel dkms -y
    

    On RHEL 6/CentOS

    $ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
    $ yum update
    $ yum install binutils kernel-devel kernel-headers libgomp make patch gcc glibc-headers glibc-devel dkms -y
    

    On Fedora

    $ dnf update
    $ dnf install @development-tools
    $ dnf install kernel-devel kernel-headers dkms qt5-qtx11extras  elfutils-libelf-devel zlib-devel

    Installing VirtualBox 6.1 On Linux: Fedora/RHEL/CentOS

    After adding the needed repos and installing the dependency packages, now it’s time to hit the install command:

    $ yum install VirtualBox-6.1
    
    or
    
    $ dnf install VirtualBox-6.1

    Did you find this tutorial helpful? Let us know in the comments below. Also, feel free to ask if you faced any difficulty.

    The post How to Install VirtualBox 6.1 On Linux? appeared first on Fossbytes .