• 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

    • chevron_right

      How to inspect dnf configuration

      pubsub.slavino.sk / sleeplessbestie · Wednesday, 12 October, 2022 - 11:00 edit

    Inspect dnf configuration. Prerequisites Install config-manager for dnf. $ sudo dnf install 'dnf-command(config-manager)' Display help information. $ dnf config-manager --help usage: dnf config-manager [-c [config file]] [-q] [-v] [--version] [--installroot [path]] [--nodocs] [--noplugins] [--enableplugin [plugin]] [--disableplugin [plugin]] [--releasever RELEASEVER] [--setopt SETOPTS] [--skip-broken] [-h] [--allowerasing] [-b | --nobest] [-C] [-R [minutes]] [-d [debug level]] [--debugsolver] [--showduplicates] […]

    Značky: #SysOps, #CentOS, #Linux, #Stream

    • chevron_right

      How to parse the dnf fastest available mirror data

      pubsub.slavino.sk / sleeplessbestie · Tuesday, 10 May, 2022 - 11:00 edit

    Parse the dnf fastest available mirror data. Inspect fastest available mirror data. $ cat /var/cache/dnf/fastestmirror.cache [:_librepo_:] version=1 [https://centos-stream.koyanet.lv] ts=1649548443 connectime=0.02913 [http://centos-stream.koyanet.lv] ts=1649548443 connectime=0.030173000000000002 [https://mirror.im.jku.at] ts=1649548443 connectime=0.087350999999999998 [http://mirror1.hs-esslingen.de] ts=1649548443 connectime=0.087381 [https://mirror.alwyzon.net] ts=1649548443 connectime=0.139458 [http://mirror.alwyzon.net] ts=1649548443 connectime=0.13947899999999999 [https://mirror1.hs-esslingen.de] ts=1649548443 connectime=0.19158 [https://mirror.lanet.network] ts=1649548443 connectime=0.22782099999999994 [https://ftp.fi.muni.cz] ts=1649548443 connectime=0.231931 [https://mirror.netzwerge.de] ts=1649548443 connectime=0.23413699999999993 [http://mirror.karneval.cz] ts=1649548443 connectime=0.24405499999999999 [https://ftp.nsc.ru] ts=1649548443 connectime=0.246948 [http://linuxsoft.cern.ch] ts=1649548443 […]

    Značky: #SysOps, #CentOS, #Stream, #Linux

    • chevron_right

      How to improve dnf download times

      pubsub.slavino.sk / sleeplessbestie · Monday, 9 May, 2022 - 11:00 edit

    Improve dnf download times. Inspect current dnf configuration. $ cat /etc/dnf/dnf.conf [main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=True best=True skip_if_unavailable=False Increase the number of simultaneous downloads from default 3 to 10 (up to 20). $ echo max_parallel_downloads=10 | sudo tee -a /etc/dnf/dnf.conf Install a package. $ sudo dnf install sysstat Last metadata expiration check: 0:36:58 ago on Sat […]

    Značky: #CentOS, #SysOps, #Stream, #Linux

    • 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 .