<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:dc="https://purl.org/dc/elements/1.1/"
     xmlns:dcterms="http://purl.org/dc/terms/"
     xmlns:media="http://search.yahoo.com/mrss/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:cf="https://www.futureplc.com/rss/content-flags"
>
    <channel>
                    <atom:link rel="alternate" hreflang="en-GB"
                       href="https://www.itpro.com/uk/feeds/tag/linux"
                       type="application/rss+xml"/>
                            <title><![CDATA[ Latest from ITPro UK in Linux ]]></title>
                <link>https://www.itpro.com/uk/software/linux</link>
        <description><![CDATA[ All the latest linux content from the ITPro  UK team ]]></description>
                                    <lastBuildDate>Thu, 09 Jul 2026 10:46:03 +0000</lastBuildDate>
                            <language>en</language>
                                <item>
                                                            <title><![CDATA[ Cyber researchers sound alarm over a 15-year-old Linux kernel flaw – 'GhostLock' could let hackers seize unpatched machines in just five seconds ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/cyber-researchers-sound-alarm-over-a-15-year-old-linux-kernel-flaw-ghostlock-could-let-hackers-seize-unpatched-machines-in-just-five-seconds</link>
                                                                            <description>
                            <![CDATA[ Researchers at Nebula said the GhostLock exploit is 97% reliable and can escape containers ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">UNasDUB7Ss68F4stPCf4SC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/erynALx5P4m9bG3NhzqxUN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 09 Jul 2026 10:46:03 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Emma Woollacott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/aWfskavxoVSMDy6cDWtYmJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/erynALx5P4m9bG3NhzqxUN-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A CGI visualization of a holographic red warning symbol hovering above some code on a blue background, to represent the Log4Shell vulnerability.]]></media:description>                                                            <media:text><![CDATA[A CGI visualization of a holographic red warning symbol hovering above some code on a blue background, to represent the Log4Shell vulnerability.]]></media:text>
                                <media:title type="plain"><![CDATA[A CGI visualization of a holographic red warning symbol hovering above some code on a blue background, to represent the Log4Shell vulnerability.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/erynALx5P4m9bG3NhzqxUN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Researchers at Nebula Security have discovered a Linux kernel flaw dating back to 2011 that lets any logged-in user take full root control of an unpatched machine in just five seconds.</p><p>Dubbed GhostLock (<a href="https://nvd.nist.gov/vuln/detail/CVE-2026-43499" target="_blank">CVE-2026-43499</a>), it was introduced in Linux 2.6.39 and fixed in Linux 7.1. </p><p>The flaw allows an unprivileged local attacker to get a dangling kernel pointer to kernel stack memory with only regular threading syscalls, write a pointer to an arbitrary address, and hijack a function table to get root access.</p><p>GhostLock has been shipped by default in every mainstream distribution since 2011, and requires no special privileges or network access. Nebula, which uncovered the flaw, said its exploit is reportedly 97% reliable and can also escape containers.</p><p>This particular flaw is the second part of an attack chain dubbed IonStack, with the first step being <a href="https://nvd.nist.gov/vuln/detail/CVE-2026-10702" target="_blank">CVE-2026-10702</a>, a vulnerability in Firefox that allows code execution within the browser and escapes its sandbox.</p><p>The vulnerability is rated high (7.8) as the attacker would already need to have local access to the system.</p><h2 id="how-the-ghostlock-flaw-works">How the GhostLock flaw works</h2><p>Nebula researchers said the root cause is a function reused by a caller it was never written for: the helper function remove_waiter(). During certain futex operations, it incorrectly clears a pointer associated with the currently executing task, rather than the actual waiting task.</p><p>This leaves the kernel with a dangling pointer that points to a memory location that has already been freed and reused. This allowed the Nebula team to gain full control, tricking the kernel into running their own code as the root user. </p><p>Daniel Bechenea, security manager at Pentest Tools, said the flaw is of particular concern because kernel exploits have historically carried a “real operational cost for attackers”. </p><p>“An unreliable one crashes the box and burns the access,” he explained. “An exploit that Nebula reports as 97% reliable, with public code anyone can run, changes that math.” </p><p>"As GhostLock uses a kernel vulnerability, containers also represent a juicy target for attackers as the exploit escapes the container and obtains code execution as root on the host OS, meaning that: containerised workloads that teams treat as isolated become stepping stones to the host and everything else scheduled on it."</p><h2 id="patch-now">Patch now</h2><p>Systems running older kernels remain vulnerable to exploitation, according to Nebula. Researchers urged users and administrators to update to patched kernel versions as soon as possible. </p><p>"On an unpatched host, treat any code execution as root, and plan containment accordingly," advised Bechenea. </p><p>"Prioritize the systems that run untrusted or semi-trusted code by design: CI runners, container platforms, shared development machines, multi-tenant hosts, and verify the fixed kernel package version on each system rather than trusting that the April fix propagated, because with several major LTS releases still lagging in early July, attackers who land a foothold will check your kernel version even if you haven’t."</p><h3 class="article-body__section" id="section-follow-us-on-social-media"><span>FOLLOW US ON SOCIAL MEDIA</span></h3>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Alert issued over critical vulnerabilities in Linux’s AppArmor security layer – more than 12 million enterprise systems are at risk of root access ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/alert-issued-over-critical-vulnerabilities-in-linuxs-apparmor-security-layer-more-than-12-million-enterprise-systems-are-at-risk-of-root-access</link>
                                                                            <description>
                            <![CDATA[ Researchers have warned Linux flaws allow unprivileged local users to gain root privileges and weaken container isolation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qYw3xxMXhUNSsfstaUGYhH</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 13 Mar 2026 11:16:25 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Emma Woollacott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/aWfskavxoVSMDy6cDWtYmJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:description>                                                            <media:text><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:text>
                                <media:title type="plain"><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Qualys researchers have uncovered a set of nine vulnerabilities in <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux's </a>built-in security layer, AppArmor, that affect more than 12 million enterprise systems around the world.</p><p>Researchers at the company's Threat Research Unit said the flaws allow unprivileged local users to circumvent kernel protections, escalate to root privileges, and weaken container isolation.</p><p>Notably, these flaws have existed since 2017 and affect more than 12.6 million enterprise Linux instances worldwide - any organization running <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a>, Debian, or <a href="https://www.itpro.com/business/business-strategy/suse-leaves-unanswered-questions-as-it-confirms-return-to-private-ownership">SUSE </a>will be affected, according to Qualys.</p><p>Industries most affected are likely to include cloud computing, banking and finance, manufacturing, healthcare, telecommunications, and government.</p><p>AppArmor is a Linux security module that provides mandatory access control (MAC) by applying profiles to applications. It's been part of the mainline Linux kernel since version 2.6.36.</p><p>"As the default mandatory access control mechanism for Ubuntu, <a href="https://www.itpro.com/135084/debian-and-the-grass-roots-of-linux">Debian</a>, SUSE, and numerous cloud platforms, its ubiquity across enterprise environments, Kubernetes, IoT, and edge environments amplifies the threat surface significantly," warned Qualys senior manager, Threat Research Unit, Saeed Abbasi in an <a href="https://blog.qualys.com/vulnerabilities-threat-research/2026/03/12/crackarmor-critical-apparmor-flaws-enable-local-privilege-escalation-to-root" target="_blank"><u>advisory</u></a>.</p><h2 id="what-linux-users-need-to-know-about-crackarmor">What Linux users need to know about "CrackArmor"</h2><p>Dubbed “CrackArmor”, the vulnerabilities are confused-deputy flaws that allow unprivileged users to manipulate security profiles via pseudo-files, bypass user-namespace restrictions, and execute arbitrary code within the kernel. </p><p>The flaws facilitate local privilege escalation to root through complex interactions with tools like Sudo and Postfix, alongside denial-of-service attacks via stack exhaustion, and Kernel Address Space Layout Randomization (KASLR) bypasses via out-of-bounds reads.</p><p>"Consequently, these findings expose critical gaps in our reliance on default security assumptions," said Abbasi. "It fundamentally undermines system confidentiality, integrity, and availability globally, extending the vulnerability exploitation window for legacy deployments."</p><p>Qualys said it has developed Proof of Concepts (PoCs) demonstrating the full exploitation chain for the CrackArmor vulnerabilities. These, along with working exploits, have been shared with the security team to work on immediate remediation.</p><p>While the firm is withholding the public release of the exploit code for the time being, the technical nature of the flaws allows for independent validation by the security community, it said.</p><p>There are no CVEs as yet, which can take a couple of weeks longer for upstream kernel issues. However, Abbasi warned enterprises shouldn’t underestimate the potential risks. </p><p>"Don’t let the absence of a CVE number downplay the significance. If you’re running affected versions, treat this advisory seriously and update accordingly."</p><h2 id="what-can-enterprises-do">What can enterprises do?</h2><p>The CrackArmor vulnerabilities align directly with the operational playbook of state-sponsored threat actors whose campaigns consistently prioritize<a href="https://www.itpro.com/technology/artificial-intelligence/its-destructive-not-ransomware-security-experts-weigh-in-on-motivation-behind-stryker-cyber-attack"> destruction over espionage</a>. </p><p>These groups have ramped up attacks on the energy, water, healthcare, and defense sectors in recent years. </p><p>"CrackArmor drastically lowers the barrier for catastrophic disruption," said Abbasi. </p><p>"An attacker no longer needs administrative credentials or lateral movement to cause severe damage; any routine initial access vector that yields an unprivileged local account is now sufficient to instantly weaponize the host, triggering a kernel panic or denying all traffic."</p><p>As such, organizations should treat this as a priority patching event. Qualys also outlined a series of steps for security teams to take. These include:</p><ul><li>Apply vendor kernel updates immediately</li><li>Scan for exposure using detection QIDs</li><li>Implement monitoring on /sys/kernel/security/apparmor/ for unauthorized profile modifications</li></ul><h3 class="article-body__section" id="section-follow-us-on-social-media"><span>FOLLOW US ON SOCIAL MEDIA</span></h3>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Scientists say they can cut data center energy use by changing just a few lines of code ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/infrastructure/data-centres/scientists-say-they-can-cut-data-center-energy-use-by-changing-just-a-few-lines-of-code</link>
                                                                            <description>
                            <![CDATA[ Researchers at Canada's University of Waterloo have found a way to reduce data center energy use by making alterations to the Linux Kernel to improve network traffic processing. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">89mXM8GcXNKTDAthBtCVgG</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/RJ3EUvcDmgdo2JXRcnxWsR-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 29 Jan 2025 05:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 29 Jan 2025 15:04:14 +0000</updated>
                                                                                                                                            <category><![CDATA[Data Centres]]></category>
                                                    <category><![CDATA[Infrastructure]]></category>
                                                                                                                    <dc:creator><![CDATA[ Emma Woollacott ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/aWfskavxoVSMDy6cDWtYmJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/RJ3EUvcDmgdo2JXRcnxWsR-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Data center energy consumption concept image showing a digitized server room with racks on either side with servers glowing blue.]]></media:description>                                                            <media:text><![CDATA[Data center energy consumption concept image showing a digitized server room with racks on either side with servers glowing blue.]]></media:text>
                                <media:title type="plain"><![CDATA[Data center energy consumption concept image showing a digitized server room with racks on either side with servers glowing blue.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/RJ3EUvcDmgdo2JXRcnxWsR-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.itpro.com/infrastructure/data-centres/data-center-power-demand-to-triple-in-us-off-ai-boom">Data center energy consumption</a> could be cut by up to 30% simply by changing a few lines of code, according to new research. </p><p>Most data centers around the world use the <a href="https://www.itpro.com/software/28109/what-is-open-source">open source</a> operating system <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux</a>, and researchers from Canada's University of Waterloo <a href="https://dl.acm.org/doi/10.1145/3626780" target="_blank"><u>said </u></a>this can create efficient data flows, thereby causing energy consumption to increase.</p><p>"Information arrives at data centers in ‘packets,’ and then the data center’s front-end, kind of like a receptionist at a front desk, figures out where to send those packets," said professor of computer science Martin Karsten, who led the research.  </p><p>Karsten noted that through a small change to the <a href="https://www.itpro.com/software/operating-systems/361462/vulnerability-in-linux-kernel-could-let-hackers-remotely-take">Linux kernel</a>, researchers were able to speed up this process and create a more efficient flow. </p><p>"We didn’t add anything," he said. "We just rearranged what is done when, which leads to a much better usage of the data center’s <a href="https://www.itpro.com/hardware/components/cpu-architectures-whats-the-difference-between-arm-and-x86-and-why-does-it-matter">CPU</a> caches. It’s kind of like rearranging the pipeline at a manufacturing plant, so that you don’t have people running around all the time."</p><p>Karsten teamed up with Joe Damato, distinguished engineer at Fastly, to develop a small section of code – a non-intrusive kernel change of just 30 lines – that would improve Linux’s network traffic processing. </p><p>The solution rearranges operations within the Linux networking stack, improving the efficiency and performance of traditional kernel-based networking. The change can in some cases increase throughput by up to 45% without compromising tail latency, researchers found.</p><p>A feature called ‘interrupt request suspension’ balances <a href="https://www.itpro.com/technology/355198/ibm-crowdsourcing-cpu-power-to-fuel-coronavirus-research">CPU power usage</a> with efficient data processing. By reducing unnecessary CPU interruptions during high-traffic periods, this enhances network performance while maintaining low latency during quieter times.</p><p>All told, the team claims this could reduce the <a href="https://www.itpro.com/infrastructure/data-centres/significant-concerns-raised-over-impact-of-data-center-growth-on-regional-energy-grids">energy consumption of data center operations</a> by as much as 30%. </p><p>The team has tested the solution’s effectiveness and submitted it to Linux, with the code now published as part of Linux’s newest kernel, release version 6.13. </p><h2 id="data-center-energy-consumption-is-a-serious-problem">Data center energy consumption is a serious problem</h2><p>According to a <a href="https://www.iea.org/commentaries/what-the-data-centre-and-ai-boom-could-mean-for-the-energy-sector" target="_blank"><u>report</u></a> from the International Energy Agency (IEA) last year, data centers currently account for between 2% and 4% of total electricity consumption around the world. In Ireland, it's 20%, placing significant strain on the country’s energy grid.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="QvKLZacdmNXsnKdQahLywe" name="Grow and Innovate on an Energy-Efficient, Sustainable IT Infrastructure" caption="" alt="Grow and Innovate on an Energy-Efficient, Sustainable IT Infrastructure" src="https://cdn.mos.cms.futurecdn.net/QvKLZacdmNXsnKdQahLywe.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Dell)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/grow-and-innovate-on-an-energy-efficient-sustainable-it-infrastructure"><em>An environmentally responsible approach to IT operations</em></a></p></div></div><p>The IEA also warned that data center electricity usage is expected to rise from 460TWh in 2022 to between 650TWh and 1,050TWh by next year - though it noted that a lack of transparency from the companies makes demand estimates difficult.</p><p>"All these big companies – Amazon, Google, Meta – use Linux in some capacity, but they’re very picky about how they decide to use it," said Karsten.</p><p>"If they choose to ‘switch on’ our method in their data centers, it could save gigawatt hours of energy worldwide. Almost every single service request that happens on the internet could be positively affected by this."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ The open source community relies on a loyal army of committed developers – but their security practices are putting the whole ecosystem at risk ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/the-open-source-community-relies-on-a-loyal-army-of-committed-developers-but-their-security-practices-are-putting-the-whole-ecosystem-at-risk</link>
                                                                            <description>
                            <![CDATA[ The security of individual developer accounts poses a serious threat to open source ecosystem,  according to a new report from the Linux Foundation ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ypN9kRgtzEegdeKYgPstc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/D6VBHPEccR7fu3ohsXvnKA-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 04 Dec 2024 14:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 04 Dec 2024 16:08:58 +0000</updated>
                                                                                                                                            <category><![CDATA[Security]]></category>
                                                                                                <author><![CDATA[ solomon.klappholz@futurenet.com (Solomon Klappholz) ]]></author>                    <dc:creator><![CDATA[ Solomon Klappholz ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/pjZQRW2qWqQNjxubC6SUQ5.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Solomon Klappholz is a former Staff Writer at ITPro and ChannelPro. He has experience writing about the technologies that facilitate industrial manufacturing which led to him developing a particular interest in IT regulation, industrial infrastructure applications, and machine learning.&lt;/p&gt;&lt;p&gt;Before he joined ITPro, Solomon graduated from the University of Warwick in 2021 with a BA (Hons) in Philosophy, Politics, and Economics which included an intercalated year studying Philosophy at the Erasmus University, Rotterdam.&lt;/p&gt;&lt;p&gt;Outside of the office, Solomon enjoys reading, visiting new art exhibitions, and playing football.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/D6VBHPEccR7fu3ohsXvnKA-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Confident young woman using computer against dark background]]></media:description>                                                            <media:text><![CDATA[Confident young woman using computer against dark background]]></media:text>
                                <media:title type="plain"><![CDATA[Confident young woman using computer against dark background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/D6VBHPEccR7fu3ohsXvnKA-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Insufficient security on individual developer accounts maintaining some of the most popular packages poses a significant threat to the <a href="https://www.itpro.com/software/28109/what-is-open-source">open source</a> community and beyond, according to a report from the <a href="https://www.itpro.com/software/open-source/linux-foundation-unveils-redis-alternative-valkey-with-backing-from-aws-google-cloud-and-oracle">Linux Foundation</a>.</p><p>The Linux Foundation Census is the third report of its kind looking into the widespread use of free and <a href="https://www.itpro.com/software/open-source/open-source-software-attacks-everything-you-need-to-look-out-for">open source software</a> (FOSS), aggregating data from over 12 million observations of FOSS libraries used in production applications at over 10,000 companies.</p><p>The report argued that FOSS has become a critical part of the modern economy, citing estimates that 96% of codebases include FOSS, and as a result the security of the <a href="https://www.itpro.com/open-source/26353/linux-foundation-the-internet-is-crumbling">developers maintaining these projects</a> needs to be reassessed.</p><p>A significant proportion of the top 500 packages identified in the investigation are hosted under individual developer accounts, according to the Linux Foundation.</p><p>The foundation warned that the implications of this fact may not be fully appreciated in the <a href="https://www.itpro.com/software/development/burnout-is-now-rife-across-the-software-community-with-almost-half-of-developers-turning-to-self-help-apps">software community</a>.</p><p>“The consequences of such heavy reliance upon individual developer accounts must not be discounted. For legal, bureaucratic, and security reasons, individual developers accounts have fewer protections associated with them than organizational accounts in a majority of cases.”</p><p>For example, the report noted many individual accounts fail to even have the most basic security protections, like <a href="https://www.itpro.com/security/cyber-security/369745/what-is-mfa-fatigue">multifactor authentication</a> (MFA), leaving them vulnerable to attack.</p><p>In addition, the granularity of <a href="https://www.itpro.com/cloud/370347/multi-cloud-over-permissioning-causing-cyber-risk-headaches-for-businesses">permissioning</a> and other publishing controls often found on organizational accounts are lacking on most accounts.</p><p>developer accounts are significantly easier to make. Further, a related issue could occur if the individual developer went on a long hiatus, or was hit by the proverbial bus, preventing updates to the code from occurring,” the report added.</p><h2 id="compromised-developer-accounts-pose-significant-threat">Compromised developer accounts pose “significant” threat </h2><p>The threat posed by lax security is not hypothetical, however, with the report warning that developer <a href="https://www.itpro.com/security/cyber-attacks/361074/account-takeovers-rise-nearly-threefold-during-pandemic">account takeovers</a> are increasing in frequency, both on platforms such as <a href="https://www.itpro.com/open-source/31833/what-is-github">GitHub</a> as well as in repositories including <a href="https://www.itpro.com/security/cyber-attacks/pypi-attack-targeting-of-repository-shows-no-sign-of-stopping">PyPI</a>.</p><p>One popular method used to infiltrate accounts detailed in the report is backdooring, where hackers insert <a href="https://www.itpro.com/malware/28076/what-is-malware">malicious code</a> into popular packages that give them an easy entry point once the package is installed on systems.</p><p>The report cited an example in 2019 an account of a <a href="https://www.itpro.com/hacking/19903/ruby-rails-security-hole-still-being-exploited-hackers">Ruby</a> developer was compromised and used to insert backdoors in eleven packages. </p><p>The Linux Foundation noted that while account takeovers remain a significant risk to software security, there are other less obvious issues concerning individual developers <a href="https://www.itpro.com/development/open-source/370035/open-source-leaders-call-for-permanent-government-funding-package">maintaining packages</a> that are widely depended upon.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="qwMMd9uXVQSi64kNizDQhB" name="ai-technology-microchip-background-digital-transformation-concept.png" caption="" alt="Digital strategies in the era of AI" src="https://cdn.mos.cms.futurecdn.net/qwMMd9uXVQSi64kNizDQhB.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: HPE Intel )</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/digital-strategies-in-the-era-of-ai"><em>Unlock endless opportunities and ground breaking advances</em></a></p></div></div><p>For example, developers that decide to remove or ‘delete’ their projects can cause serious disruption, such as in the case of the ‘left-pad’ package, which left the internet ‘broken’ for several hours after being removed in 2015.</p><p>The disgruntled developer responsible for the package removed their code in protest, which broke hundreds of downstream packages that depended on the “seemingly minor piece of code”.</p><p>The report also referred to the more recent case of <a href="https://www.itpro.com/software/open-source/we-got-lucky-what-the-xz-utils-backdoor-says-about-the-strength-and-insecurities-of-open-source">XZ Utils</a>, which it described as an even more serious problem, where a developer intentionally subeverts the software they maintain</p><p>In February 2024, a <a href="https://www.itpro.com/security/29486/malicious-wordpress-plugin-installed-backdoor-on-thousands-of-websites">malicious backdoor</a> was introduced into the popular data compression library, used across a number of major Linux distributions that put potentially millions of systems at risk.</p><p>The threat actor responsible for the attack, known as Jia Tan, conducted a years-long social engineering campaign to gain the trust of the utility’s original author Lasse Colin using fake GitHub accounts to flood him with requests and pressure him into making Tan a co-maintainer of the project..</p><p>It was only due to the keen eye of a <a href="https://www.itpro.com/software/microsoft">Microsoft</a> developer Andres Freund, who spotted the backdoor and reported it to the Openwall Project’s security mailing list, bringing the issue to the attention of a number of major software vendors and preventing the <a href="https://www.itpro.com/security/fears-over-copycat-xz-style-attacks-mount-as-open-source-devs-targeted-with-suspicious-emails">incident from spiralling out of control</a>.</p><p>The report concluded that in the context of both security and general risk management, it is critical that developer accounts are better understood and strongly protected.</p><p>Moving towards this goal, the Linux Foundation encouraged the use of MFA tokens and also suggested that some individual accounts hosting critical projects should be transitioned to organizational accounts with added layers of security.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best server distros  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/best-server-distros-year</link>
                                                                            <description>
                            <![CDATA[ We've evaluated the best server distros around to help you and your business make the best choice for your OS ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">CHHYbksBfpLTtzT3ph77pM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/vEFDSBSnYEGTcstsdXyHNU-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 22 Jul 2024 10:15:16 +0000</pubDate>                                                                                                                                <updated>Mon, 22 Sep 2025 14:55:39 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ K.G. Orphanides ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/sZCck6JUYUwhUf9f8q9pWc.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;K.G. is a journalist, technical writer, developer and software preservationist. Alongside the accumulated experience of over 20 years spent working with Linux and other free/libre/open source software, their areas of special interest include IT security,&amp;nbsp;anti-malware and antivirus,&amp;nbsp;VPNs,&amp;nbsp;identity and password management, SaaS infrastructure and its alternatives.&lt;/p&gt;
&lt;p&gt;K.G.&#039;s tech writing has also appeared in PC Pro, WIRED, Trusted Reviews, The MagPi, Linux Journal, Expert Reviews and Wireframe, among others. Their broader professional background also includes anti-malware testing, IT and information security for large international organisations, documentation and tutorial writing, fiction, marketing and copywriting, Linux compatibility implementation and testing, and work within the video games industry.&lt;/p&gt;
&lt;p&gt;Their current side projects include hardware and software reconstructions of 1980s and &#039;90s era FM synthesis and early MIDI audio production technology for modern computer systems, preservation and compatibility work on &quot;lost&quot; software, permacomputing, the small internet, and interactive fiction.&lt;/p&gt;
&lt;p&gt;You can get in touch with K.G. via email at&amp;nbsp;&lt;a href=&quot;mailto:reviews@kgorphanides.com&quot;&gt;reviews@kgorphanides.com&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/vEFDSBSnYEGTcstsdXyHNU-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The ITPro recommended main image]]></media:description>                                                            <media:text><![CDATA[The ITPro recommended main image]]></media:text>
                                <media:title type="plain"><![CDATA[The ITPro recommended main image]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/vEFDSBSnYEGTcstsdXyHNU-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The answer we are looking for here is essentially quite straightforward; the best <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux</a> server distros are, generally, the ones that make setup and management of server hosting a doddle. Windows is, without a doubt, the most used operating system in the world, particularly on desktop PCs, but when it comes to web server OS, it's Linux, hands down. </p><p>Which Linux distro your business uses is largely down to need. Different distros do different things, and within that are quality, value, and budgetary considerations to mull over. It isn't as simple as picking the best of the best, regardless – <em>ITPro</em>, however, is here to help.</p><h2 id="the-best-server-distros">The best server distros</h2><p>When it comes to production servers, the important thing to remember is that you need to prioritize stability, with solid servers that need as little maintenance as necessary. And, unless you have specific hardware and or software requirements, you need long-term security updates, which include any repo packages you use, as they're crucial. </p><p>It is for those reasons that it is generally best practice to use distros that offer stable, long-term support versions, responsive security updates, and that are familiar so that troubleshooting is a breeze. For this, <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/9">Ubuntu</a> and Red Hat are particularly good and popular choices. </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="wuxdzKkFkjKrQi67VowvXB" name="Ubuntu_ITP.jpg" alt="The Ubuntu Linux logo on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/wuxdzKkFkjKrQi67VowvXB.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><h3 class="article-body__section" id="section-ubuntu-server"><span>Ubuntu Server</span></h3><p>Canonical has positioned <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/9">Ubuntu</a> as the enterprise-ready server distro for all kinds of businesses and budgets. It's incredibly easy to roll out a wide range of secure and fully functional servers from its packages. </p><p>It's also free and conspicuously quick when it comes to security updates. Long Term Support versions get five-year security, an extra five years of extended security maintenance (ESM) guarantees for Ubuntu Pro subscribers, plus an extra couple of years of legacy support. </p><p>Ubuntu remains free for everyone, but you'll notice adverts in your package manager for Ubuntu Pro. As well as ESM, Ubuntu Pro, which is free for up to five systems, adds extra repositories to Ubuntu. These include Ubuntu Security confirmed fixes for packages in the broad universe repository (all main and restricted packages for Ubuntu already get this for all users). </p><p>Ubuntu Pro is intended for server use, and while many admins will be happy to periodically upgrade versions, this 10-12-year lifespan makes it a useful alternative to Red Hat Enterprise Linux's maintenance and extended life phase periods.</p><p>Canonical also offers commercial support contracts. The distro's popularity means that it's widely supported by third-party support firms and community forums, and the Personal Package Archive (PPA) system means that developers are able to easily ship the latest versions of their software to the platform.</p><p>Not that, although Ubuntu PPAs can't be used with <a href="https://www.itpro.com/software/linux/367850/best-email-client-for-linux">Debian</a>, from which Ubuntu is forked, they will work with most downstream distros based on Ubuntu.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="AK6YZhDgfxeu2BppHQoeQN" name="RedHatEnterprise_ITP.jpg" alt="The Red Hat Enterprise logo on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/AK6YZhDgfxeu2BppHQoeQN.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><h3 class="article-body__section" id="section-red-hat-enterprise-linux"><span>Red Hat Enterprise Linux</span></h3><p>Red Hat Enterprise Linux is synonymous with big business, not least because it comes with a significant subscription cost. For your money, you get rigorous testing, fast security updates, and 10+ years of extended support.</p><p>Although RHEL's source code is technically open, the company uses significant non-free, trademarked, and proprietary elements, as well as restricting customers from distributing its source code in a move that's been heavily criticized by the open source community.</p><p>You need a subscription to access RHEL repositories and updates. Red Hat emphasizes security, hands-on subscriber support, and regulatory-compliant technologies and certification. Its developers also put a lot of effort into its enterprise-grade GUI, which can be more comfortable for those who'd rather not do all their configuration at the command line.</p><p>The now-discontinued point release version of CentOS, a community distro sponsored by and affiliated with Red Hat, used to be the first choice for consumers seeking a free and fully open alternative to RHEL. However, it's been discontinued, and Red Hat's increased restriction of access to its source code means that proposed alternatives such as Rocky Linux and Alma Linux face challenges in maintaining feature equivalence with RHEL.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SU8mq7Gcbbhf2CuG9KFeoP" name="Innovate faster with GPU-accelerated AI.jpg" caption="" alt="Innovate faster with GPU-accelerated AI" src="https://cdn.mos.cms.futurecdn.net/SU8mq7Gcbbhf2CuG9KFeoP.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Dell)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/innovate-faster-with-gpu-accelerated-ai"><em>Gain a competitive edge with AI-optimized solutions</em></a></p></div></div><p>The nearest free alternative is now Red Hate blessed CentOS stream, a "midstream" distro that takes features from Fedora, upstream of it, and feeds them into RHEL, downstream of it. However, it's a rolling release rather than an LTS point release distro, which has adverse implications for long-term consistency and stability in production environments.</p><p>All this leaves RHEL itself as the best option for consistent, long-term stability for anyone who requires a Red Hat-based Linux distribution for business use. Fortunately for SMBs, the no-cost version of RHEL has been expanded to compensate for the loss of traditional CentOS, allowing individual developers and small teams with up to 16 production systems to get a free subscription, providing access to the distro's update repositories. However, that's a hard limit, that growing businesses should bear in mind.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="MKpbALmk4mkHamFW39dYEX" name="Amazon_Linux_ITP.jpg" alt="The Amazon Linux logo on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/MKpbALmk4mkHamFW39dYEX.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><h3 class="article-body__section" id="section-amazon-linux"><span>Amazon Linux</span></h3><p>Amazon's own Amazon Linux – the version at the time of writing, in mid-2024, is Amazon Linux 2023, is designed to work optimally on the cloud service provider's platform. It supports all features of <a href="https://www.itpro.com/cloud/370070/what-is-aws-ec2">Amazon's EC2</a> instances and its repositories include packages designed to seamlessly integrate with AWS's many other services. Long Term Support versions are available, making it an appealing CentOS replacement, as long as you're happy moving your machines to the AWS cloud.</p><p>The previous LTS version, Amazon Linux 2, remains available for compatibility with existing deployments, although some comparatively outdated features and characteristics, including a hard dependency on Python 2.7, mean that you should use the latest version of AL2023 wherever possible.</p><p>Although its VM image and containerized versions are designed first and foremost for deployment on <a href="https://www.itpro.com/amazon-web-services-aws/34126/amazon-web-services-review-aws-packs-in-more-features-than-any-other">AWS</a>, you can download VM images for on-premises use if you want them.</p><p>While the first generation of Amazon Linux was based on CentOS, current versions are now built on Fedora but respecced as a server distro.</p><h2 id="best-security-distros">Best security distros</h2><p>Some people use Linux because it's free, or because it's fun to tinker with, or because they don't like being beholden to a large corporate entity. Others use Linux for security: either to maintain it or to test it. There are a number of distros designed for those who want to lock down their privacy and security at all costs, as well as distros built for infosec professionals who need to make use of more specialized tools.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="CtE6qAoSDpvbCRLSJTo2Kj" name="Kali_linux_ITP.jpg" alt="The Kali logo on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/CtE6qAoSDpvbCRLSJTo2Kj.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><h3 class="article-body__section" id="section-kali-linux"><span>Kali Linux </span></h3><p>Built for penetration testing, vulnerability assessment, and other red-team-oriented security tasks, Kali is definitely not an appropriate choice for an everyday desktop distro. That doesn't mean it lacks quality-of-life features, though. It's based on Debian and includes the lightweight Kali Linux Desktop environment (based on the Xfce window manager) by default, with GNOME and KDE Plasma versions also available.</p><p>Nice though the UX is, it's the ready-to-go security tools that Kali's users are here for. A wide range of 32- and 64-bit images for a range of platforms and use cases are available, from password cracking to VoIP research and RFID exploitation. Kali ships with up to 600 security tools, but there are vanishingly few use cases that will call for all of them. Specialist hardware support includes Kali NetHunter for Android devices and a range of ARM images.</p><p>There's a guide to help you work out which you need, and storage requirements range from 2GB to 20GB. If you opt for a minimal install, you can use metapackages to pull down exactly the toolkit you require. Paid-for customer support is also available from developer Offensive Security, which also provides courses and technical certification.</p><h3 class="article-body__section" id="section-how-we-test"><span>How we test</span></h3><p>Our expert reviewers immerse themselves in each review they undertake to assess the quality of each product fully. For a desktop distro, this means a full installation of the software and a specific period of use. Only then can we arrive at a comprehensive assessment of quality. When reviewing a distro, we look at installation and setup, design, features, pricing, and comparisons with similar products. </p><h2 id="faqs">FAQs</h2><section class="article__schema-question"><h3>What is the best Linux Distro for Enterprise?</h3><article class="article__schema-answer"><p>We recommend distros that offer stable long term support versions, and ones that are familiar enough that you can troubleshoot with out issues. As mentioned above, Red Hat and Ubuntu are the best on offer here – they are, unsurprisingly, also very popular. </p></article></section><section class="article__schema-question"><h3>How to choose the best Linux server distros?</h3><article class="article__schema-answer"><p>To make the best choice for you and your business, you'll first have to consider its complexity, the support on offer, and whether it is easy enough to understand – do you have the right people in place to make it work? </p></article></section>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Report reveals the one characteristic that every tech recruiter is looking for in new candidates ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business/careers-and-training/report-reveals-the-one-characteristic-that-every-tech-recruiter-is-looking-for-in-new-candidates</link>
                                                                            <description>
                            <![CDATA[ Only one third of respondents described University degrees as being important for the roles they manage, despite many adverts still listing them under required experience ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">JcsckUuWEg8dGyWxzhDmU3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/WvhMXp8whVkrt4pEg88acT-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 18 Apr 2024 11:08:14 +0000</pubDate>                                                                                                                                <updated>Thu, 18 Apr 2024 15:04:38 +0000</updated>
                                                                                                                                            <category><![CDATA[Careers and Training]]></category>
                                                    <category><![CDATA[Business]]></category>
                                                                                                <author><![CDATA[ george.fitzmaurice@futurenet.com (George Fitzmaurice) ]]></author>                    <dc:creator><![CDATA[ George Fitzmaurice ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/N4xHCjSAXKcijjt3oiQtfc.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/WvhMXp8whVkrt4pEg88acT-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close up of a tablet screen showing a series of headshots of potential applicants, with a finger pointing to one in the middle]]></media:description>                                                            <media:text><![CDATA[A close up of a tablet screen showing a series of headshots of potential applicants, with a finger pointing to one in the middle]]></media:text>
                                <media:title type="plain"><![CDATA[A close up of a tablet screen showing a series of headshots of potential applicants, with a finger pointing to one in the middle]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/WvhMXp8whVkrt4pEg88acT-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Employers in the tech industry rank experience above all else when assessing new hires according to new research, though up-to-date knowledge and fresh perspectives are still desired.</p><p><a href="https://www.linuxfoundation.org/hubfs/LF%20Research/lfr_techtalent24_040324a.pdf?hsLang=en"><u>The Linux Foundation’s 2024 ‘Tech Talent’ report</u></a> has pointed to the lessening value of degrees, citing the relative importance of real-world experience and, to a lesser extent, certifications.</p><p>The report, which surveyed those responsible for “hiring and training IT professionals”, found that the most crucial characteristic to a prospective employer is “hands-on experience from previous employment”.</p><p>71% of the surveyed respondents described this quality as either extremely important or very important, while the importance of “showcasing a portfolio” of previous achievements was cited by 58% in the same criteria.</p><p>By contrast, degrees came under fire in the report, with only a third (30%) of respondents describing the possession of a degree as important to a hirer and just 16% describing it as extremely important.</p><p><a href="https://www.itpro.com/business-strategy/careers-training/354947/best-it-certifications-for-beginners">Certifications</a> also ranked above university degrees in the report, with 32% describing the possession of certification as very important and 23% describing it as extremely important.</p><p>“Another important accelerating trend is the acceptance of real-life experience and certifications as proof of knowledge and skills for non-degreed candidates across the IT spectrum,” the report stated.</p><p>Although candidates without experience may “demonstrate their capabilities through university degrees or certificates, research shows that focusing on skills during hiring is five times better at predicting job performance than hiring”, the report adds.</p><p>Though the data suggests a preference for real-world, practical experience, there is a sense that this contradicts the practical reality of recruitment. The report points to the fact that 69% of computer programmer positions and 95% of mobile application developer positions still require a degree as per <a href="https://www.bcg.com/publications/2023/rise-of-skills-based-hiring"><u>research from Boston Consulting Group</u></a>.</p><h2 id="building-experience-as-a-job-seeker-in-tech">Building experience as a job seeker in tech</h2><p><a href="https://www.itpro.com/business-strategy/careers-training/370054/cyber-security-certification-vs-degree"><u>While certifications and degrees have their pros and cons</u></a>, they do offer those fresh to the industry an opportunity to gain experience and develop their skills. For those with prior experience or limited budgets, certifications could be the way to go, while those seeking a more comprehensive grounding in a particular area may wish to focus on a degree.</p><p>Degrees often offer ‘year-in-industry’ functions that allow students to put their knowledge to use in a practical IT environment, making the degree a middle ground between education and experience.</p><p><a href="https://www.itpro.com/business-strategy/careers-training/361180/how-apprenticeships-are-fuelling-the-future-of-uk-tech"><u>There is also the increasingly popular route of apprenticeships</u></a>, which combine on-the-job training with technical learning to offer a strong mix of relevant experiences.</p><p>In the Linux Foundation’s report, other desirables are referenced that lend themselves to staff who have had the more well-rounded experience of a university degree or apprenticeship.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3qEcYKsYBkjPGt6my779NC" name="Reimagining Leadership Development for Today’s Workforce2.jpg" caption="" alt="two women smiling having a conversation" src="https://cdn.mos.cms.futurecdn.net/3qEcYKsYBkjPGt6my779NC.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Udemy)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business/the-future-of-business/reimagining-leadership-development-for-todays-workforce"><em>The skills leaders need to thrive in today’s environment</em></a></p></div></div><p>For example, 51% of those surveyed said that one of the key benefits of hiring technical staff was their ability to bring “fresh perspectives and innovative approaches” to a team.</p><p>These sorts of perspectives and approaches, while less readily found in an IT veteran who’s spent decades in the industry, may be much more common in the mindset of a newly graduated IT worker.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ "We got lucky": What the XZ Utils backdoor says about the strength and insecurities of open source ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/open-source/we-got-lucky-what-the-xz-utils-backdoor-says-about-the-strength-and-insecurities-of-open-source</link>
                                                                            <description>
                            <![CDATA[ The XZ Utils backdoor could’ve caused serious problems for Linux, but luckily a developer spotted the malicious code and prevented disaster ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">VvavWafX3bTHGatjv8JMqU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qH4rSgzMX6EfrTyVvDH7aB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 03 Apr 2024 19:00:01 +0000</pubDate>                                                                                                                                <updated>Thu, 04 Apr 2024 10:07:17 +0000</updated>
                                                                                                                                            <category><![CDATA[Open Source]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Ranger ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gFeXmAxutpTpGN7c98ZAwJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/qH4rSgzMX6EfrTyVvDH7aB-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Cyber security concept image showing digitized padlock on a network interface with source code.]]></media:description>                                                            <media:text><![CDATA[Cyber security concept image showing digitized padlock on a network interface with source code.]]></media:text>
                                <media:title type="plain"><![CDATA[Cyber security concept image showing digitized padlock on a network interface with source code.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qH4rSgzMX6EfrTyVvDH7aB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.itpro.com/software/linux">Linux</a> has just dodged a serious security threat in the form of a mysterious backdoor added to a key library found in many distributions.  </p><p>The backdoor was found in the XZ Utils library and could have allowed an attacker to compromise SSHD authentication, granting unauthorized access to the entire system remotely. Fortunately, however, it was spotted before it had been widely incorporated.</p><p>XZ is a data compression format present in nearly every Linux distribution which helps compress and then decompress large file formats for sharing via file transfers.</p><p>“With a library this widely used, the severity of this vulnerability poses a threat to the entire <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux</a> ecosystem,” the Kali Linux team explained in an advisory. “Luckily, this issue was caught quickly so the impact was significantly less than it could have been”.</p><p>The backdoor is quite complex, according to analysis from Akamai. Instead of pushing parts of the backdoor to the public git repository, these were only included in source code tarball releases.</p><p>“This caused parts of the backdoor to remain relatively hidden, while still being used during the build process of dependent projects,” it said.</p><p>It’s not clear who added the backdoor into the library or why, but it seems to have been a very sophisticated attempt to introduce malicious code. It appears that a developer joined the project and contributed to it for two years and took on more responsibility before their account was used to introduce the rogue code.</p><p>In this case, the backdoor was found relatively quickly after another developer spotted some odd behavior around liblzma (part of the xz package) and decided to do a bit of digging.</p><p>After posting his findings online, the Linux distributions affected by the backdoor also issued warnings.</p><p>OpenSUSE said the rolling release distribution openSUSE Tumbleweed and openSUSE MicroOS included the affected version of the XZ / liblzma library between March 7 and March 28.</p><p><a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses">RedHat</a> also revealed its <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/5">Fedora Linux</a> 40 beta had contained two affected versions of xz libraries, and the vulnerability affected Kali Linux between March 26 to March 29.</p><p>Meanwhile, Debian said compromised packages were part of the <a href="https://www.itpro.com/135084/debian-and-the-grass-roots-of-linux">Debian</a> testing, unstable and experimental distributions, with versions ranging from 5.5.1alpha-0.1 (uploaded on 2024-02-01), up to and including 5.6.1-1.</p><p>The package has since been reverted to use the upstream 5.4.5 code.</p><p>CISA recommended that developers and users downgrade XZ Utils to an uncompromised version - such as XZ Utils 5.4.6 Stable - and hunt for any malicious activity.</p><p>“This backdoor almost became one of the most significant intrusion enablers ever,” said Akamai, because if widely implemented the flaw would have given attackers access to any <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Linux</a> machine running an infected distro.</p><p>“This obviously raises a lot of concerns. We got lucky,” Akamai added. “If this backdoor was not detected by a curious engineer, how long would it have remained active? And perhaps even more concerning: What if this has happened before?”</p><h2 id="xz-utils-incident-highlights-the-pros-and-cons-of-open-source">XZ Utils incident highlights the pros and cons of open source</h2><p>It&apos;s an incident which reflects the complicated nature of open source development - and how the actions of a small group of developers can have an outsized impact across the software supply chain. </p><p>The <a href="https://www.itpro.com/software/open-source/openssf-malicious-packages-repository-launches-in-bid-to-counter-security-threats">Open Source Security Foundation</a> said situations like this “remind us all that we need to remain vigilant within the open source software ecosystem”</p><p>“<a href="https://www.itpro.com/software/28109/what-is-open-source">Open source</a> is about well-intentioned humans donating their time and talents to help solve problems, and sadly this can be compromised,” the foundation added.</p><p>However, the open nature of open source stopped the bad code from getting very far, the foundation noted.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="koNvE9zmQFam7EYpnGTT9m" name="ThreatLabz Report_The state of encrypted attacks_listing.jfif.jpg" caption="" alt="Whitepaper cover with title over image of high rise buildings with red circular digital icons dotted around" src="https://cdn.mos.cms.futurecdn.net/koNvE9zmQFam7EYpnGTT9m.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Zscaler)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/phishing/threatlabz-report-the-state-of-encrypted-attacks"><em>Discover where most enterprise defense strategies fall short</em></a></p></div></div><p>“The nature of open source software allowed this vulnerability to be discovered, reported, and addressed in a short period of time due to the diligence and oversight of the community.</p><p>Beyond that, the way that open source packages cycle from “experimental” to “stable” releases meant that the compromised packages were contained to a narrow distribution.”</p><p>As many will recall from XKCD, all modern <a href="https://www.itpro.com/cloud/infrastructure-as-a-service-iaas/361845/practices-for-maximising-the-business-value-of">digital infrastructure</a> is underpinned by the maintainers of obscure <a href="https://www.itpro.com/desktop-software/28858/best-project-management-software">software projects</a> that few people know about, but on which everyone relies.</p><p>This latest incident, which many are warning could have turned out far, far worse, is just the latest reminder of that.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux just hit an all-time high share of the global desktop market — and surging popularity in India is driving uptake of the open source operating system ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/open-source/linux-just-hit-an-all-time-high-share-of-the-global-desktop-market-and-surging-user-numbers-in-india-are-driving-uptake-of-the-open-source-operating-system</link>
                                                                            <description>
                            <![CDATA[ Linux is still dwarfed by operating systems such as Windows, but it’s making modest gains off the back of growing popularity in emerging markets ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">etJuFwFDwQinZiCRDxQ3LN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 05 Mar 2024 20:00:50 +0000</pubDate>                                                                                                                                <updated>Wed, 06 Mar 2024 13:16:06 +0000</updated>
                                                                                                                                            <category><![CDATA[Open Source]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Ranger ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gFeXmAxutpTpGN7c98ZAwJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:description>                                                            <media:text><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:text>
                                <media:title type="plain"><![CDATA[Linux branding displayed on a smartphone with penguin logo pictured in background.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bs3U8xtQttJ2MAbNmkezBG-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The use of <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux</a> as a desktop operating system has hit a new high, according to new data from Statcounter.</p><p>The <a href="https://www.itpro.com/software/28109/what-is-open-source">open source</a> operating system has appeared on just over 4% of desktops worldwide for the first time – up from just under 3% a year ago. It might not seem like much, but for a niche operating system like Linux it’s quite a big step.</p><p>So what’s driving this? Looking at the Statcounter data a little more closely, one reason for the overall rise is a big jump in the use of Linux in India – up from 8% in February last year to 15% last month.</p><p>Usage in the United States has also grown, albeit rather less dramatically from 2.5% a year ago to 3.85% last month.</p><p>Linux is free to install and can be a good way of reusing older <a href="https://www.itpro.com/hardware">hardware</a>, and modern <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/2">distributions</a> are easier to work with than previously, all of which is perhaps fueling demand.</p><p>Measuring market share for operating systems is often a tricky business, and there are other sources that don’t show the same breakthrough. Gaming platform Steam reports for example that just 1.6% of the devices its customers are using are running Linux.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iMxAvR5roXfKG3QkaBBCZS" name="Workforce upskilling for the AI era tools and training for a future-ready business (1).jpg" caption="" alt="White background with man working  on a laptop" src="https://cdn.mos.cms.futurecdn.net/iMxAvR5roXfKG3QkaBBCZS.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Dell)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/workforce-upskilling-for-the-ai-era-tools-and-training-for-a-future-ready-business"><strong>Help your staff succeed in an AI-enabled world</strong></a></p></div></div><p>Data from the US government’s Digital Analytics Program shows that the Linux operating system is found on about 2.2% of the devices that access its official websites. </p><p>But as over half of the devices going to these sites are mobile (57%), the actual proportion of <a href="https://www.itpro.com/technology/how-to-work-on-windows-macos-and-linux-at-the-same-time">PCs running Linux</a> will be much higher - and probably more in line with the Statcounter data.</p><p>The Linux Foundation’s own research shows that the operating system is in fine health. Nearly two-thirds (64%) of the companies it surveyed said they use it.</p><p>However, Linux is popular for everything from <a href="https://www.itpro.com/tag/web-servers">web servers</a> to <a href="https://www.itpro.com/627952/what-is-cloud-computing">cloud computing</a> – the desktop is one of its more niche uses.</p><p>Developers are one of the main groups that are still using desktop Linux – Stack Overflow’s 2023 developer survey found that 27% of developers used <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a> for personal and professional use, 16% said they used Windows Subsystem For Linux, and 8% said they used <a href="https://www.itpro.com/135084/debian-and-the-grass-roots-of-linux">Debian</a>.</p><p>There was a time when open source enthusiasts believed that desktop Linux could be a rival to Windows. However, a hugely fragmented marketplace (there are a lot of different flavors of Linux) plus the steep learning curve needed by the average user who wanted to install it, meant that challenge rather fizzled out.</p><p>That didn’t stop cries of ‘<em>this is the year of the Linux desktop</em>’ that lasted for a few years.</p><h2 id="linux-is-growing-but-windows-can-relax">Linux is growing, but Windows can relax</h2><p>As such, Microsoft can probably relax a little bit – even if the current rate of Linux growth was maintained it will still take decades for overturn Windows&apos; market share.</p><p>In any case, the PC is now just one part of the overall computing market which encompasses smartphones, <a href="https://www.itpro.com/tablets/21843/best-business-tablets-2023">tablets</a>, and wearable devices too.</p><p>In the broader computing ecosystem, open source is doing fine. <a href="https://www.itpro.com/android/28295/how-to-unroot-android">Android </a>– built on the Linux kernel – remains the world’s most <a href="https://www.itpro.com/android/28419/android-overtakes-windows-as-worlds-most-popular-operating-system">popular operating system</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Windows is getting its own Sudo command, just like Linux - here’s what you need to know and how you can use it ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/windows/windows-is-getting-its-own-sudo-command-just-like-linux-heres-what-you-need-to-know-and-how-you-can-use-it</link>
                                                                            <description>
                            <![CDATA[ The Sudo for Windows command feature might make life a little easier for administrators - so long as they are aware of the potential security risks ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">SehDcm9wgwBuAkKm8YCVVJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eLGALhoNnXHJiZCzW6eFgV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 09 Feb 2024 15:30:26 +0000</pubDate>                                                                                                                                <updated>Mon, 12 Feb 2024 10:36:32 +0000</updated>
                                                                                                                                            <category><![CDATA[Windows]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                    <category><![CDATA[Microsoft]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Ranger ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gFeXmAxutpTpGN7c98ZAwJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/eLGALhoNnXHJiZCzW6eFgV-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Windows 11 logo seen on a booth at Comic Con event in Mumbai]]></media:description>                                                            <media:text><![CDATA[Windows 11 logo seen on a booth at Comic Con event in Mumbai]]></media:text>
                                <media:title type="plain"><![CDATA[Windows 11 logo seen on a booth at Comic Con event in Mumbai]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eLGALhoNnXHJiZCzW6eFgV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Windows is getting its own version of the popular Linux sudo tool. Sudo for Windows is a new way for users to run elevated commands - as an administrator - directly from an unelevated console session on Windows, Microsoft said.</p><p>Sudo (‘su do’ or ‘superuser do’ depending on your point of view) is a tool that allows a system administrator to give users the ability to run commands as root or as another user, on a per-command basis. It’s a well-known and handy feature for <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-systemhttps://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Linux</a> users but hasn’t been a part of Windows until now.</p><p>“Windows now has a built-in Sudo command. So you can run elevated tools directly from Terminal, without having to right-click and select ‘run as admin’ and start a new session. With this you can do file operations like deleting a protected file, invoking elevated commands, or opening up a new command shell,” Microsoft partner development manager Cory Hendrixson explained.</p><p>The new feature – for Windows at least – is coming with the <a href="https://www.itpro.com/operating-systems/microsoft-windows/360105/windows-11-review">Windows 11</a> Insider Preview Build 26052. Sudo for Windows isn’t available for <a href="https://www.itpro.com/software/operating-systems/368298/windows-10-vs-windows-11-which-is-best-for-business">Windows 10</a>, but may be in the future, Microsoft said.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="vtNu9fP2YmngujuW6dVYv9" name="vtNu9fP2YmngujuW6dVYv9.jpg" caption="" alt="Windows and Linux logos appearing in front a background of of neon green code" src="https://cdn.mos.cms.futurecdn.net/vtNu9fP2YmngujuW6dVYv9.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Windows vs Linux: What&apos;s the best operating system?</a></p></div></div><p>“It is an ergonomic and familiar solution for users who want to elevate a command without having to first open a new elevated console,” said Windows Developer Platform product manager Jordi Adoumie.</p><p>Adoumie also said Microsoft is going to <a href="https://www.itpro.com/software/28109/what-is-open-source">open source</a> the project on <a href="https://www.itpro.com/open-source/31833/what-is-github">GitHub</a>, and suggested anyone looking for extra functionality beyond that offered by sudo for Windows should look to Gerardo Grignoli’s <em>gsudo</em>, which has a number of additional features and configuration options and describes itself as ‘the missing piece in Windows’.</p><h2 id="getting-started-with-sudo-for-windows">Getting started with Sudo for Windows</h2><p>Microsoft said to enable Sudo for Windows, you have to navigate to the <em>Settings > For Developers</em> page in Windows Settings and toggle on the “<em>Enable Sudo</em>” option. </p><p>Sudo for Windows currently supports three different configuration options. </p><p>The configuration can be set from the <em>Settings > For Developers</em> menu or programmatically, using the command line.</p><p>The configuration options are:</p><h3 class="article-body__section" id="section-in-a-new-window-forcenewwindow"><span>In a new window (forceNewWindow)</span></h3><p>The <em>forceNewWindow</em> configuration option is the default configuration option for Sudo for Windows. </p><p>You can use sudo in this configuration to run the command in a new window. This is similar to the behavior of the <em>runas /user:admin</em> command.</p><h3 class="article-body__section" id="section-input-closed-disableinput"><span>Input closed (disableInput)</span></h3><p>The <em>disableInput </em>configuration option will run the elevated process in the current window, but with the input handle closed. Microsoft said this means that the elevated process will not be able to receive input from the current console window. </p><p>That is useful when you want to run a command as an administrator, but do not want to allow the command to receive input from the current console window.</p><p>Microsoft said this option provides some of the convenience of the inline configuration option while mitigating some of the associated security risks.</p><h3 class="article-body__section" id="section-inline-normal"><span>Inline (normal)</span></h3><p>The normal configuration option is most similar to how sudo behaves on other operating systems, and will run the elevated process in the current window and the process will be able to receive input from the current console session.</p><p>“This configuration option provides the most convenience, but you should only choose this option if you are familiar with the associated security risks,” Microsoft said.</p><iframe width="100%" height="200px" frameborder="0" data-lazy-priority="high" data-lazy-src="https://widget.spreaker.com/player?episode_id=56436776&theme=light&playlist=false&playlist-continuous=false&chapters-image=true&episode_image_position=right&hide-logo=true&hide-likes=true&hide-comments=true&hide-sharing=true&hide-download=true"></iframe><h2 id="how-to-use-sudo-for-windows">How to use Sudo for Windows</h2><p>To use Sudo for Windows, add sudo to the front of the command you want to run as an administrator. For example, to run netstat -ab as an administrator, you would run sudo netstat -ab in your console window. </p><p>Because sudo elevates the targeted process to run with administrator-level permission, a prompt will open asking you to verify that you want to continue.</p><h2 id="what-about-the-security-risks">What about the security risks?</h2><p><a href="https://www.itpro.com/software/microsoft">Microsoft</a> noted that there are some risks associated with running sudo in the Input closed (inputClosed) or Inline (normal) configurations. The inline configuration option runs the elevated process in the current window and the process is able to receive input from the current console session. </p><p>An unelevated process can send input to the elevated process within the same console windows or get information from the output in the current windows in this configuration.</p><p>The inputClosed configuration option mitigates risk by closing the input handle.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="5cYgwwq9QAhi8WxvdngGWf" name="Onward_How security drives business opportunity_listing.jpg" caption="" alt="A whitepaper from CDW on how Windows 11 Pro devices can improve security and drive business opportunities" src="https://cdn.mos.cms.futurecdn.net/5cYgwwq9QAhi8WxvdngGWf.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: CDW | Microsoft)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/onward-how-security-drives-business-opportunity"><em>Discover how Windows 11 Pro devices can help drive your business forward</em></a></p></div></div><p>It&apos;s also worth noting that Windows does have an existing runas command. While sudo allows you to quickly elevate a command as administrator from your current unelevated command line context, the runas command offers a way to run programs as any user, including administrator. Right now, the sudo command on Windows does not support running programs as other users.</p><p>“You should consider your particular use-case and plan to use the command that best meets your needs. You should also consider the security implications of running sudo in the inputClosed and normal modes,” Microsoft said.</p><p>“The default forceNewWindow configuration option is recommended unless you are familiar and comfortable with the risks associated with the other sudo configurations.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ GNU C Library vulnerabilities could impact Linux systems, security company says ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/gnu-c-library-vulnerabilities-could-impact-linux-systems-security-company-says</link>
                                                                            <description>
                            <![CDATA[ “Significant” flaw in key building blocks for Linux environment says security company which found it. ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">XxhDJ2RU3biJPv4BCSkoii</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/QQvHWHnG3AQJeFzYmdNPqX-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 01 Feb 2024 07:50:07 +0000</pubDate>                                                                                                                                <updated>Thu, 01 Feb 2024 13:06:02 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Steve Ranger ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/gFeXmAxutpTpGN7c98ZAwJ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/QQvHWHnG3AQJeFzYmdNPqX-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Lines of Linux code in shite and red on a black screen]]></media:description>                                                            <media:text><![CDATA[Lines of Linux code in shite and red on a black screen]]></media:text>
                                <media:title type="plain"><![CDATA[Lines of Linux code in shite and red on a black screen]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/QQvHWHnG3AQJeFzYmdNPqX-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Security company Qualys has warned of “<a href="https://blog.qualys.com/vulnerabilities-threat-research/2024/01/30/qualys-tru-discovers-important-vulnerabilities-in-gnu-c-librarys-syslog"><u>significant” vulnerabilities</u></a> it has discovered in the GNU C Library, a key building block of applications in Linux environments.</p><p>The GNU C Library project provides the core libraries for the GNU system and GNU/Linux systems, as well as many other systems that use <a href="https://www.itpro.com/software/linux">Linux</a> as their kernel. Qualys explained that the GNU C Library – known as glibc – is an essential component of virtually every Linux-based system, serving as the core interface between applications and the <a href="https://www.itpro.com/software/development/356420/linux-kernel-to-strip-out-racially-insensitive-terms">Linux kernel</a>.</p><p>“The recent discovery of these vulnerabilities is not just a technical concern but a matter of widespread security implications,” said Saeed Abbasi, product manager in the Threat Research Unit at Qualys.</p><p>He said the vulnerabilities identified highlight a critical aspect of software security, that even the most foundational and trusted components are not immune to flaws. “The ramifications of these vulnerabilities extend far beyond individual systems, affecting many applications and potentially millions of users worldwide,” he said.</p><p>The first vulnerability identified – <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-6246"><u>CVE-2023-6246</u></a> – is described by the security company as a “significant security flaw” in the GNU C Library’s __vsyslog_internal() function, affecting syslog() and vsyslog().</p><div  class="fancy-box"><div class="fancy_box-title">Read more</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rD2BrNg8y9bmyF7EjstiHM" name="Global_communications_security_GettyImages-1442484864.jpg" caption="" alt="Global communications lines showing beams of light from UK to other global locations" src="https://cdn.mos.cms.futurecdn.net/rD2BrNg8y9bmyF7EjstiHM.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-attacks/novel-china-linked-linux-backdoor-exploits-organizations-that-fail-to-patch-old-vulnerabilities">Novel China-linked Linux backdoor exploits organizations that fail to patch old vulnerabilities</a></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-attacks/openssh-vulnerability-uncovered-by-researchers-rce-exploit-developed">OpenSSH vulnerability uncovered by researchers, RCE exploit developed</a></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/362069/pwnkit-12-year-old-linux-root-privilege-flaw-hiding-plain-sight">12-year-old Linux root privilege flaw has been "hiding in plain sight"</a></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/vulnerability/369775/linux-fixes-maximum-severity-kernel-vulnerability">Linux fixes maximum-severity kernel vulnerability</a></p></div></div><p>It’s a heap-based buffer overflow vulnerability that was inadvertently introduced in glibc 2.37 (back in August 2022) and subsequently backported to glibc 2.36. Qualys said that it had confirmed Linux distributions including <a href="https://www.itpro.com/135084/debian-and-the-grass-roots-of-linux">Debian</a> versions 12 and 13, <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a> 23.04 and 23.10, and <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/5">Fedora</a> 37 to 39 were vulnerable.</p><p>Qualys said the buffer overflow issue poses a significant threat as it could allow local privilege escalation, enabling an unprivileged user to gain full root access through crafted inputs to applications that employ these logging functions.</p><p>“Although the vulnerability requires specific conditions to be exploited (such as an unusually long argv[0] or openlog() ident argument), its impact is significant due to the widespread use of the affected library,” Abbasi said, noting a similar issue was reported in December 1997 in an older Linux libc version.</p><p>While looking into the function affected by CVE-2023-6246, the company’s security researchers also spotted two additional “albeit minor” vulnerabilities. These were CVE-2023-6779 which involves an off-by-one heap-based buffer overflow in the function, and CVE-2023-6780, an integer overflow issue in the same function. Qualys noted however that triggering these two minor vulnerabilities appears to be more difficult and exploiting them effectively is likely to be more complex.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="CZjuxSoWvz8unNrpfyqQxf" name="Buyer’s Guide for Developer Security Tools 2022.jpg" caption="" alt="Dark background with white text that says Buyer’s Guide for Developer Security Tools 2022" src="https://cdn.mos.cms.futurecdn.net/CZjuxSoWvz8unNrpfyqQxf.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Synk)</span></figcaption></figure><p class="fancy-box__body-text"><em>Find and fix security vulnerabilities in your team’s code before it’s too late<br></em><br><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/buyers-guide-for-developer-security-tools">DOWNLOAD NOW</a></p></div></div><p>Qualys also identified another vulnerability which it described as involving a “subtle yet dangerous flaw” in glibc’s qsort() function. However, the researchers acknowledge that real-world examples of vulnerable programs have not been identified. They said the glibc developers have already addressed this problem in a recent update.</p><p>“These flaws highlight the critical need for strict security measures in software development, especially for core libraries widely used across many systems and applications,” Abbasi said.</p><p>It’s not the first time Qualys has found vulnerabilities in the GNU C Library: in October 2023 its researchers discovered a <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-4911"><u>buffer overflow vulnerability</u></a> in GNU C Library’s dynamic loader’s processing of the GLIBC_TUNABLES environment variable. This was a local privilege escalation that grants full root privileges, which it dubbed at the time <a href="https://blog.qualys.com/vulnerabilities-threat-research/2023/10/03/cve-2023-4911-looney-tunables-local-privilege-escalation-in-the-glibcs-ld-so"><u>‘Looney Tunables’</u></a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux Blue Screen of Death gives users a taste of the dreaded Windows feature ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/linux-blue-screen-of-death-gives-users-a-taste-of-the-dreaded-windows-feature</link>
                                                                            <description>
                            <![CDATA[ The Linux Blue Screen of Death has been added in a recent update ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">VW67pqC8LVTfHixPevdDFA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/2F2vLRxP4L78YGoEpqtSjV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 08 Dec 2023 10:24:19 +0000</pubDate>                                                                                                                                <updated>Fri, 08 Dec 2023 14:17:50 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ ross.kelly@futurenet.com (Ross Kelly) ]]></author>                    <dc:creator><![CDATA[ Ross Kelly ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Y5vrV2V98Np6jHAGmAtCd3.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Ross Kelly is a staff writer at ITPro, ChannelPro, and CloudPro, with a keen interest in cyber security, business leadership and emerging technologies.&lt;/p&gt;
&lt;p&gt;He graduated from Edinburgh Napier University in 2016 with a BA (Hons) in Journalism, and joined ITPro in 2022 after four years working in technology conference research.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In his spare time, Ross enjoys cycling, walking and is an avid reader of history and non-fiction.&lt;/p&gt;
&lt;p&gt;You can contact Ross at ross.kelly@futurenet.com or on &lt;a href=&quot;https://twitter.com/rosswritesetc&quot;&gt;Twitter&lt;/a&gt; and &lt;a href=&quot;https://www.linkedin.com/in/ross-kelly-18a54411a/&quot;&gt;LinkedIn&lt;/a&gt;.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/2F2vLRxP4L78YGoEpqtSjV-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux blue screen of death pictured on a laptop]]></media:description>                                                            <media:text><![CDATA[Linux blue screen of death pictured on a laptop]]></media:text>
                                <media:title type="plain"><![CDATA[Linux blue screen of death pictured on a laptop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/2F2vLRxP4L78YGoEpqtSjV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Linux users are set to get their own version of the dreaded Blue Screen of Death (BSOD) as part of a new update to the operating system. </p><p>The latest release of systemd for Linux will now generate the error message across a number of distributions, <a href="https://www.phoronix.com/news/systemd-255"><em>Phoronix</em> reported</a> yesterday. Systemd is a software suite used in a number of Linux operating systems, including <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a>, Red Hat, <a href="https://www.itpro.com/135084/debian-and-the-grass-roots-of-linux">Debian</a>, and <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/5">Fedora</a>.</p><p>Dubbed ‘systemd-bsod’, the new component will be displayed in the event that a user has a “LOG-EMERG” emergency condition.</p><p>This is intended specifically to alert users in the case of a boot failure, and was developed as part of Outreachy 2023, an open source development internship scheme, according to Phoronix.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="D94vRfFrLUkQLnATUuWeuc" name="linux_mint_desklets_hero.jpg" caption="" alt="The Linux Mint home page" src="https://cdn.mos.cms.futurecdn.net/D94vRfFrLUkQLnATUuWeuc.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/how-to-work-on-windows-macos-and-linux-at-the-same-time">How to work on Windows, macOS, and Linux at the same time</a><a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/five-things-to-consider-when-switching-to-linux-mint">Five things to consider when switching to Linux Mint</a><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/28025/best-linux-distros">Best Linux distros 2023: Desktops, lightweight distros, enterprise, and cyber security</a></p></div></div><p>In the event that users encounter the Linux blue screen of death, a QR code will also be displayed to provide additional information on the cause of the error and offer remediation tips.</p><p>GitHub <a href="https://github.com/systemd/systemd/releases/tag/v255" target="_blank">changelogs</a> note that this feature is still very much in its infancy, and could be changed in due course.</p><p>“A new component in “systemd-bsod” has been added, which can show logged error messages full screen, if they have a log level of LOG_EMERG log level,” the changelog reads. “This component is experimental and its public interface is subject to change.”</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Lj4D2ztve4xKPiiLHyi72L" name="On-premises, in cloud or hybrid — the risk of status quo.jpg" caption="" alt="On-premises, in cloud or hybrid — the risk of status quo whitepaper" src="https://cdn.mos.cms.futurecdn.net/Lj4D2ztve4xKPiiLHyi72L.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: AMD)</span></figcaption></figure><p class="fancy-box__body-text"><em>Discover the benefits of a hybrid approach to cloud architecture <br></em><br><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/on-premises-in-cloud-or-hybrid-the-risk-of-status-quo">DOWNLOAD NOW</a></p></div></div><p>This wouldn’t be out of the ordinary given that <a href="https://www.itpro.com/software/microsoft/windows">Windows</a> has tinkered with the BSOD repeatedly in recent years.</p><p>The BSOD changed to a ‘black screen of death’ for <a href="https://www.itpro.com/operating-systems/microsoft-windows/361465/windows-11-problems-and-how-to-fix-them">Windows 11</a> following its launch in 2021. However, this was subsequently reverted back to the original color scheme.</p><p><a href="https://www.itpro.com/marketing-comms/qr-codes/360864/are-qr-codes-safe">QR codes</a> were added to Windows 10 in 2016 to provide users with crash report details.</p><h2 id="what-is-the-blue-screen-of-death">What is the Blue Screen of Death?</h2><p>The infamous blue screen of death is an error that appears when a Windows operating system - such as Windows 10 or Windows 11 - encounters an unexpected fault. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8qx3ARRQgdpHMhz9WxCcEP" name="Tiny11_hero.jpg" caption="" alt="The Tiny11 download page" src="https://cdn.mos.cms.futurecdn.net/8qx3ARRQgdpHMhz9WxCcEP.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: NTDev)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/358097/how-to-fix-a-blue-screen-of-death-error-in-windows-10#:~:text=Click%20%E2%80%9CAdvanced%20options%E2%80%9D.,update%2C%20driver%2C%20or%20app.">How to fix the blue screen of death error in Windows 10</a></p></div></div><p>This halts all critical processes and is used to prevent unintended damage to the operating system in the event of a fault.</p><p>Windows users have long lamented the <a href="https://www.itpro.com/operating-systems/microsoft-windows/361713/how-to-fix-blue-screen-error-bsod-windows-11">blue screen of death</a> as a major inconvenience. However, it plays a vital role in preventing unintended damage to the operating system in the event of a fault.</p><p>The BSOD halts all critical processes, including networks, applications, and platforms.</p><p>Blue screen errors typically appear after a major update or installation of a new application.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Five things to consider when switching to Linux Mint ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/five-things-to-consider-when-switching-to-linux-mint</link>
                                                                            <description>
                            <![CDATA[ A guide to what you'll need to think about if you switch your old laptops to Linux Mint ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">w6RbKbUZEzYoT7PLvQRyoF</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/UnMSLX9DfHjexEGeKp9d5d-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 16 Nov 2023 12:01:43 +0000</pubDate>                                                                                                                                <updated>Thu, 16 Nov 2023 20:28:11 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ nik@nikrawlinson.com (Nik Rawlinson) ]]></author>                    <dc:creator><![CDATA[ Nik Rawlinson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Nik Rawlinson is a journalist with over 20 years of experience writing for and editing some of the UK’s biggest technology magazines. He spent seven years as editor of MacUser magazine and has written for titles as diverse as Good Housekeeping, Men&#039;s Fitness, and PC Pro.&lt;/p&gt;
&lt;p&gt;Over the years Nik has written numerous reviews and guides for ITPro, particularly on Linux distros, Windows, and other operating systems. His expertise also includes best practices for cloud apps, communications systems, and migrating between software and services.&lt;/p&gt;
&lt;p&gt;Nik is also a prolific writer of books — both fact and fiction — almost all of which you can find on Amazon. In most cases, he produces not only the words and pictures but the layouts, too.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/UnMSLX9DfHjexEGeKp9d5d-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Linux Mint interface]]></media:description>                                                            <media:text><![CDATA[The Linux Mint interface]]></media:text>
                                <media:title type="plain"><![CDATA[The Linux Mint interface]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/UnMSLX9DfHjexEGeKp9d5d-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <div  class="fancy-box"><div class="fancy_box-title">READ MORE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="vtNu9fP2YmngujuW6dVYv9" name="vtNu9fP2YmngujuW6dVYv9.jpg" caption="" alt="Windows and Linux logos appearing in front a background of of neon green code" src="https://cdn.mos.cms.futurecdn.net/vtNu9fP2YmngujuW6dVYv9.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Windows vs Linux: What&apos;s the best operating system?</a></p></div></div><p>Linux was once the standard but only partially helpful answer when asked what to do with an old computer.</p><p>For many, it was an academic exercise: something you tinkered with when you&apos;d moved to a new machine and could afford to corrupt your old workhorse. There was no guarantee that a Linux machine would play nicely with your existing data, sharing files with friends and family could be difficult, and the overall process could often have been a lot more user-friendly. None of that is true today.</p><h2 id="five-things-to-consider-when-switching-to-linux-mint-it-apos-s-familiar">Five things to consider when switching to Linux Mint: It&apos;s familiar</h2><p>Let&apos;s be blunt: there&apos;s no reason why Linux shouldn&apos;t be your primary operating system. Most of your data is platform agnostic, many apps run in the browser, and Linux itself is as friendly and easy to use as Windows.</p><p>Ubuntu might be the best-known distribution, but Linux Mint (<a href="https://linuxmint.com/">linuxmint.com</a>), which is based on <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a>, is where many Windows switchers end up. Where Ubuntu uses the Gnome desktop environment, Mint uses Cinnamon by default, but can also work with MATE or Xfce. Cinnamon retains many Windows constructs that Gnome lacks, including the taskbar, applets, and desklets (reminiscent of Windows&apos; desktop gadgets).</p><p><br></p><p>We also recommend checking out <a href="https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros/6">Zorin OS</a> (zorin.com), particularly if you&apos;d be happy to pay £39 for the Pro edition. This includes one of the best <a href="https://www.itpro.com/software/operating-systems/368298/windows-10-vs-windows-11-which-is-best-for-business">Windows 11 desktop</a> themes you&apos;ll ever encounter.</p><h2 id="long-term-support">Long term support</h2><p>Linux may only command around 3% of the market for desktop operating systems, but the community that uses it is active and supportive. You&apos;ll have no trouble finding help when you need it, nor in keeping your system secure. Linux checks for patches and downloads them as required – just like Windows Update. The latest release of Linux Mint, version 21.1, Victoria, is based on Ubuntu 22.04 LTS, so will receive support until April 2027. That makes it a great choice for long-term deployments.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Ch7WgYim46QPsjrb96LNNd" name="Accelerate full-stack web and mobile app dev_listing.jpg" caption="" alt="Whitepaper cover with image of man in glasses sat at a workstation" src="https://cdn.mos.cms.futurecdn.net/Ch7WgYim46QPsjrb96LNNd.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: AWS)</span></figcaption></figure><p class="fancy-box__body-text"><em>Discover proven tips that will help build modern apps faster<br></em><br><a data-analytics-id="inline-link" href="https://www.itpro.com/software/enterprise-applications/369949/accelerate-full-stack-web-and-mobile-app-development">DOWNLOAD NOW</a></p></div></div><p>Using Linux once required familiarity with the command prompt, but that&apos;s rarely the case today. You can install software without touching the keyboard, thanks to built-in app stores, and comprehensive Setting applets make configuration easy. Nor do you need to relearn your Windows muscle memory. Well-established keyboard shortcuts carry across, so you already know 90% of what you need to get started.</p><p>Mint comes bundled with <a href="https://www.itpro.com/technology/how-to-work-on-windows-macos-and-linux-at-the-same-time">LibreOffice</a>, which offers broad compatibility with Microsoft&apos;s Office document formats. Linux distributions don&apos;t have access to the Calibri or Cambria fonts used in Office, but alternatives are available. Carlito and Caladea were designed to be metrically equivalent to Calibri and Cambria, and Microsoft has made other fonts available for installation using Terminal. On a Debian operating system like Linux Mint, the necessary command is: sudo apt install ttf-mscorefonts-installer The package includes Arial, Times New Roman, Georgia, Courier New, Impact, and Verdana.</p><h2 id="linux-is-environmentally-friendly-xa0">Linux is environmentally friendly </h2><p><a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Linux Mint</a> requires 2GB of RAM, 20GB of disk space, and a 1,024 x 768 display. Compare that to Windows 11, which needs double the <a href="https://www.itpro.com/hardware/31661/what-is-ram">RAM</a>, 64GB storage, an HD (720p) display, and, crucially, Trusted Platform Module version 2 (TPM 2). If you want to keep older hardware running into the future without compromising security, Linux is your best bet. It can also help reduce your contribution to the world&apos;s e-waste mountain. </p><h2 id="access-to-windows-apps">Access to Windows apps</h2><p>Switching to Linux doesn&apos;t necessarily mean losing access to the apps you rely on. Mainstream <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Windows apps</a> such as Inkscape, DaVinci Resolve, and Thunderbird have Linux equivalents, others run in a browser, and many older programs can be run using WINE (winehq.org). WINE is a Linux environment that acts as a Windows layer on top of the Linux OS. It isn&apos;t installed by default, but you can set it up through the Terminal.</p><p>WINE supports 30,000 Windows apps, including Photoshop CS6, Excel 2016, and WordPerfect X3. When browsing the list (appdb.winehq.org), favor apps with Platinum or Gold ratings, as these are considered to work without issue. You&apos;ll need your old installation media to set them up. </p><h2 id="linux-mint-alternatives-xa0">Linux Mint alternatives </h2><p>So far we&apos;ve presented the arguments for Linux Mint, but some might ask why not run Ubuntu instead. You&apos;ll receive updates sooner and there will be fewer links in the dev chain as your OS won&apos;t be an adaptation of an existing operating system. And you will notice that I only say "some" Windows apps work. Not all. </p><p>If you need to run specific versions of apps there&apos;s often no option but to stick with Windows or switch to macOS, where equivalent versions exist. In this case, if your hardware doesn&apos;t have the specs required by Windows 11, check out <a href="https://www.itpro.com/software/windows/tiny11-review-windows-11-with-only-2gb-of-ram">Tiny11</a>.</p><p><em>This content originally appeared on ITPro&apos;s sibling magazine PC Pro. For more information and to subscribe, please visit PC Pro&apos;s </em><a href="https://subscribe.pcpro.co.uk/"><em>subscription site</em></a>. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to work on Windows, macOS, and Linux at the same time ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/technology/how-to-work-on-windows-macos-and-linux-at-the-same-time</link>
                                                                            <description>
                            <![CDATA[ Why limit yourself to just one major operating system when you can work with the same apps and files seamlessly across three? ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">GMhDZHpCME6XUwtfwm6j5Q</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/nQDzBcMju6adCXvHP2HGbe-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 12 Oct 2023 07:00:03 +0000</pubDate>                                                                                                                                <updated>Tue, 17 Oct 2023 09:38:09 +0000</updated>
                                                                                                                                            <category><![CDATA[Technology]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nik Rawlinson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/nQDzBcMju6adCXvHP2HGbe-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Somebody using two screens for work in their office]]></media:description>                                                            <media:text><![CDATA[Somebody using two screens for work in their office]]></media:text>
                                <media:title type="plain"><![CDATA[Somebody using two screens for work in their office]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/nQDzBcMju6adCXvHP2HGbe-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The world used to divide sharply into two tribes – you were a Windows person or an Apple person, and that was it. Today, that barrier has all but dissolved. Plenty of people are mixing and matching hardware, working with a mix of PCs, Macs, and mobile devices, as suits the context or task at hand. Your choice of computer has never been less important: all that really matters is that you can access and work with your data.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="nxgqBZK59pbkvvHnWScUcY" name="w6Nir8rdpgJmv5uzbEkoEJ-970-80.png" caption="" alt="The Windows 11 background" src="https://cdn.mos.cms.futurecdn.net/nxgqBZK59pbkvvHnWScUcY.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/369661/how-to-install-windows-11-on-a-mac"><strong>How to install Windows 11 on a Mac</strong></a></p></div></div><p>Even in these enlightened times, however, that isn’t something you can always take for granted. Different file formats and ways of working can trip you up as you hop between platforms.</p><p>If you’re running <a href="https://www.itpro.com/operating-systems/microsoft-windows/369661/how-to-install-windows-11-on-a-mac"><u>Windows 11 and macOS side-by-side</u></a>, or working alongside someone on a different platform, here’s our run-down of recommendations for working on PCs, Macs and Linux.</p><h2 id="which-productivity-tools-should-you-use">Which productivity tools should you use?</h2><p>The easiest way to work across platforms is to use an online office suite, such as <a href="https://www.itpro.com/software/workspace/google-workspace-review-a-simple-aesthetic-with-productivity-in-mind"><u>Google Workspace</u></a>, <a href="https://www.itpro.com/software/microsoft-office/getting-started-with-microsoft-365-online"><u>Microsoft 365</u></a>, Zoho Office or the iCloud versions of Apple’s Pages, Numbers, and Keynote applications.</p><p>That’s not your only option, however. Microsoft Office is available for both Windows and macOS (plus iPadOS), and can conveniently synchronize documents via <a href="https://www.itpro.com/cloud/cloud-storage/367988/idrive-vs-onedrive"><u>OneDrive</u></a>. As a free alternative, LibreOffice also works on the Mac, PC, and Linux, and integrates with cloud storage services like Google Drive to simplify managing and accessing your documents.</p><p>If you don’t want to entrust your data to Google, you may prefer to set up your own WebDAV server for convenient document storage and sharing. This can reside on a commercial web host or on your own hardware – an easy way to set it up is via the Nextcloud collaboration framework, which is included in the <a href="http://www.dietpi.com/"><u>DietPi OS</u></a> distribution for the Raspberry Pi and other single-board computers.</p><p>Now enter the location of your WebDAV server in the Host field (for Nextcloud this would be the address of your server). In the Root field, enter the address of your user folder, which is /nextcloud/remote.php/dav/files/USER/, replacing USER as appropriate. </p><a href="A WebDAV server makes your files accessible from anywhere"><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1264px;"><p class="vanilla-image-block" style="padding-top:71.36%;"><img id="u6RjpTrR8Z27bomESX5YQP" name="libreoffice webdav.jpg" alt="A WebDAV server makes your files accessible from anywhere" src="https://cdn.mos.cms.futurecdn.net/u6RjpTrR8Z27bomESX5YQP.jpg" mos="" align="middle" fullscreen="" width="1264" height="902" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: PC Pro)</span></figcaption></figure></a><p>The first time you establish a remote connection, LibreOffice will ask you to create a master password to protect it. Enter this twice and make sure you remember it for future use. You should only need to enter it once per session.</p><h2 id="how-to-plug-the-os-exclusivity-gap">How to plug the OS exclusivity gap</h2><p>Things get a little trickier if you’re using applications only available on one platform – for example, Microsoft Publisher and Access are missing from Mac editions of Office. So, if you rely on either, it’s worth looking for replacements.</p><p>For desktop publishing, Adobe InDesign is the industry standard, but the monthly fee is steep for non-professionals. Affinity Publisher 2, from Serif, is a powerful and affordable solution that works seamlessly across Windows, Mac, and iPad. </p><p>You can share your work between all three, leaving off on any one of them and picking up again on either of the other two, and it costs a very reasonable £69.99 for either Windows or Mac – less than the price of four months of InDesign. You can also buy a <a href="https://affinity.serif.com/en-gb/"><u>Universal Licence</u></a> for the whole Affinity Suite, which includes the Photo and Designer tools and allows cross-installation on Windows, Mac, and iPad.</p><p>If you’re making the switch, though, be aware that Affinity Publisher 2 can’t import Microsoft Publisher files. Anything that’s been created in Publisher will need to be recreated, or exported as a PDF and edited from there.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="v6qpB3H5c5CDXmxDPnhdVd" name="Build modern applications on AWS_thumb.jpg" caption="" alt="Purple whitepaper cover with image of smiling female worker wearing glasses and carrying a folder and smartphone" src="https://cdn.mos.cms.futurecdn.net/v6qpB3H5c5CDXmxDPnhdVd.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: AWS)</span></figcaption></figure><p class="fancy-box__body-text"><em>Get tips on how to develop secure web and mobile applications on AWS.<br></em><br><a data-analytics-id="inline-link" href="https://www.itpro.com/software/business-apps/361280/build-modern-applications-on-aws">DOWNLOAD FOR FREE</a></p></div></div><p>As for Microsoft Access, the natural alternative is LibreOffice Base, which is included in the free LibreOffice suite. Although it’s not possible to directly open an Access database in LibreOffice Base, there are several ways to migrate your data.</p><p>One is to export your databases from Access in XLS format, and import them from there into new LibreOffice databases. Another is to use the Microsoft Access Runtime, which includes the Access Database Engine. This can be used to grant access to the data itself or facilitate its transfer. Alternatively, the Java-based UCanAccess driver allows JDBC database programs (including LibreOffice Base) to connect directly to Access databases. </p><h2 id="synchronize-files-across-mac-windows-and-linux">Synchronize files across Mac, Windows and Linux</h2><p>When you’re working across multiple devices, the most fundamental requirement is retaining access to all your files. You could use a cloud provider like <a href="https://www.itpro.com/cloud/cloud-storage/354301/box-business-plus-review"><u>Box</u></a> or OneDrive, but these only offer limited space unless you pay for a premium service. </p><p>You may prefer therefore to provision your own centralized storage across your local network, by repurposing an old computer as a file server, or as a NAS using <a href="http://www.truenas.com/freenas"><u>TrueNAS Core</u></a>. This gives you ongoing control and oversight over your shared storage, and complete freedom to expand it over time. </p><p>If you don’t have any hardware you can recycle, the open-source <a href="https://freefilesync.org/"><u>FreeFileSync</u></a> tool can be set to watch specified folders and automatically synchronize them across all your different machines. It’s an excellent free alternative to paid-for cloud syncing services – but note that doesn’t keep cloud copies or older versions of your data, and it only works on Windows, macOS, and Linux, with no support for mobile phones or tablets.</p><p>Other synchronization options include <a href="http://www.syncthing.net/"><u>Syncthing</u></a>, <a href="http://www.syncplicity.com/"><u>Syncplicity</u></a> and <a href="http://www.goodsync.com/"><u>GoodSync</u></a>. If you’re already paying for web hosting, you could also set up WebDAV in your web space, and make use of any spare capacity you have in your hosting account.</p><h2 id="share-your-bookmarks-across-mac-windows-and-linux">Share your bookmarks across Mac, Windows and Linux</h2><p>Sharing bookmarks across devices is automatic if you’re using the same browser on each platform. But what if you want to use, say, Safari on the Mac and Edge on your PC?</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iQTQ7akHBxZhGtVdTuiHhi" name="iQTQ7akHBxZhGtVdTuiHhi.jpg" caption="" alt="An image of three browser logos with a &quot;vs&quot; in the middle on a purple background" src="https://cdn.mos.cms.futurecdn.net/iQTQ7akHBxZhGtVdTuiHhi.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: ITPro)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/web-browsers/24796/best-browser-chrome-vs-edge-vs-firefox"><strong>Firefox vs Chrome vs Edge: Which one is the best browser?</strong></a></p></div></div><p>The answer is a bookmark synchronization add-on such as <a href="http://www.xbrowsersync.org/"><u>xBrowserSync</u></a>, which allows you to choose where your bookmarks are stored and access them from any device logged into the same account. There are synchronization servers in the UK, Canada, and Germany; for total control of your data, you can install your own <a href="https://github.com/xbrowsersync/api"><u>xBrowserSync service from Github</u></a>.</p><p>If you’ve already set up Nextcloud or a WebDAV server, you could alternatively try <a href="https://floccus.org/"><u>Floccus</u></a>, which synchronizes bookmarks across devices while keeping them on your own infrastructure. You can also grab <a href="https://floccus.org/download"><u>Floccus add-ons</u></a> for Firefox, Edge, Chrome, iOS, and Android.</p><h2 id="research-your-backup-options">Research your backup options</h2><p>The more devices you use, the more it makes sense to <a href="https://www.itpro.com/server-storage/backup/357713/how-good-is-your-backup-really"><u>back up to the cloud</u></a>. This ensures backups are regularly updated, without your having to bother with connecting and transporting drives between different systems.</p><p>Most online backup solutions support both Windows and macOS, so it’s up to you which you choose. Make sure though that whichever you select has sufficient space to accommodate all of your data, and allows simultaneous logins from every machine in your arsenal. See below for indicative prices and capacities for five popular options.</p><div ><table><thead><tr><th class="firstcol " >Service</th><th  >Price</th><th  >Max machines</th><th  >Capacity</th></tr></thead><tbody><tr><td class="firstcol " >Backblaze Personal Backup</td><td  >$7 per month, $70 per year, $130 per two years</td><td  >Unlimited</td><td  >Unlimited</td></tr><tr><td class="firstcol " >Carbonite Plus</td><td  >$30 per year (limited time offer; regular price $119.99 per year)</td><td  >One computer (price per computer)</td><td  >Unlimited</td></tr><tr><td class="firstcol " >IDrive Personal 5TB</td><td  >$59.62 in one year; $79.50 thereafter</td><td  >Unlimited (one user, multiple computers)</td><td  >5TB</td></tr><tr><td class="firstcol " >Livedrive Pro Suite</td><td  >$159.90 per year</td><td  >Five</td><td  >Unlimited PC and Mac storage; 5TB mobile backup</td></tr><tr><td class="firstcol " >SugarSync 250GB</td><td  >$9.99 per month</td><td  >Unlimited</td><td  >250GB</td></tr></tbody></table></div><h2 id="sharing-peripherals-between-operating-systems">Sharing peripherals between operating systems</h2><p>If you’re using multiple computers on the same desk, you’ll want to share peripherals where possible. This can be confusing in some cases: in particular, keyboard layouts are subtly different across Windows and macOS, with the <a href="https://support.apple.com/en-gb/guide/mac-help/cpmh0152/mac"><u>positions of some keys</u></a>, including @. </p><p>Switching to a multiplatform keyboard like the Logitech K780 can help. This wireless keyboard has combined Start/Alt, and Alt/Cmd keys to suit different platforms, and can instantly switch between three separate Bluetooth hosts at the touch of a function key – so you can easily share it between PC, a Mac and a tablet. The Logitech M720 mouse can likewise pair with three devices and switch between them as required.</p><p>If you want to share a single display across your Mac and PC, you can simply plug two cables into different inputs at the rear of your monitor. If yours only has a single socket, a simple <a href="https://www.itpro.com/monitors/24842/hdmi-vs-dvi-whats-the-best-av-input-3"><u>HDMI</u></a> switch is the answer: you can buy an entry-level switch capable of supporting two 4K inputs for less than $10.</p><p>If your main computer is an iMac you won’t be able to use it as a display for a Windows laptop; likewise, many all-in-one Windows PCs don’t support external video signals. However, there are ways to work around this. If your PC is running a Professional edition of Windows 10 or 11, you can use <a href="https://apps.apple.com/us/app/microsoft-remote-desktop/id1295203466?mt=12"><u>Microsoft’s Remote Desktop tool</u></a> to access it from the Mac desktop. Connect using your PC’s IP address, and your Windows username and password.</p><p>To access your Mac from Windows, open the macOS System Settings – called System Preferences on older versions of macOS – click through to the Sharing pane, and turn on the switch beside Screen Sharing. Now click the “i” followed by Computer Settings, and make sure both of the tick boxes on the following screen are ticked, and that you’ve supplied a password. You can then use a free VNC client to connect to the Mac across your network.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:711px;"><p class="vanilla-image-block" style="padding-top:87.20%;"><img id="477k4eGdYz6zSsUKwYaNGP" name="system settings.jpg" alt="You can enable screen sharing in macOS’s System Settings" src="https://cdn.mos.cms.futurecdn.net/477k4eGdYz6zSsUKwYaNGP.jpg" mos="" align="middle" fullscreen="" width="711" height="620" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>If these methods don’t suit you, another tool you can try is <a href="https://remotedesktop.google.com/access"><u>Chrome Remote Desktop</u></a>, which is a free add-on for Chrome-based browsers. Install it on both devices. Once installed, you’ll be prompted to give each computer a unique name, and create a PIN of six or more digits to secure it. Now when you visit the web page on one machine, you’ll be able to access and use the other one – as long as they’re both logged into the same Google account.</p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1312px;"><p class="vanilla-image-block" style="padding-top:68.14%;"><img id="oNpDW4EWtnQsZ9n7Amyq7P" name="chrome remote desktop.jpg" alt="Chrome Remote Desktop is an easy way to access one computer from another" src="https://cdn.mos.cms.futurecdn.net/oNpDW4EWtnQsZ9n7Amyq7P.jpg" mos="" align="middle" fullscreen="" width="1312" height="894" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: PC Pro)</span></figcaption></figure><h2 id="why-not-just-switch-to-the-web">Why not just switch to the web?</h2><p>The complications of working across multiple platforms can be solved by simply using web apps. As we’ve mentioned, Google Workspace is a viable alternative to Microsoft Office or LibreOffice; you can also use <a href="http://photoshop.adobe.com/"><u>Adobe Photoshop</u></a> in a browser and lay out documents using <a href="http://canva.com/"><u>Canva</u></a>. So why do you need to go to the trouble of installing software on your local machine?</p><p>One possible answer is connectivity. Online software requires a reliable internet connection: slow or patchy broadband makes online working an unsatisfying experience at best. </p><p>Web apps are also generally less customizable than their desktop equivalents. For example, you can’t tailor their toolbars to place your most commonly used features in prominent positions, resize interface elements to cope with visual impairments, or tweak shortcuts, to make your software work the way you want it to. Native applications may lack the convenience of cloud services, but they almost always provide a better experience.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Novel China-linked Linux backdoor exploits organizations that fail to patch old vulnerabilities ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/cyber-attacks/novel-china-linked-linux-backdoor-exploits-organizations-that-fail-to-patch-old-vulnerabilities</link>
                                                                            <description>
                            <![CDATA[ The threat should serve as a “wake-up call” for organizations running Linux, an expert has said ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qdqNFcwyAHhbZizL7e4eYC</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/QX2iVwGXSoqdgmhNkLEveC-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 19 Sep 2023 15:23:14 +0000</pubDate>                                                                                                                                <updated>Wed, 20 Sep 2023 14:24:08 +0000</updated>
                                                                                                                                            <category><![CDATA[Cyber Attacks]]></category>
                                                    <category><![CDATA[Security]]></category>
                                                                                                <author><![CDATA[ itpro@futurenet.com (Ross Kelly) ]]></author>                    <dc:creator><![CDATA[ Ross Kelly ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/Y5vrV2V98Np6jHAGmAtCd3.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/QX2iVwGXSoqdgmhNkLEveC-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux backdoor: A digital render of a red, microchip-like pattern with semi-transparent white representations of an open padlock and skull and crossbones overlaid on top, alongside the text DATA LEAK, SECURITY, and EXPLOIT FOUND to represent data theft.]]></media:description>                                                            <media:text><![CDATA[Linux backdoor: A digital render of a red, microchip-like pattern with semi-transparent white representations of an open padlock and skull and crossbones overlaid on top, alongside the text DATA LEAK, SECURITY, and EXPLOIT FOUND to represent data theft.]]></media:text>
                                <media:title type="plain"><![CDATA[Linux backdoor: A digital render of a red, microchip-like pattern with semi-transparent white representations of an open padlock and skull and crossbones overlaid on top, alongside the text DATA LEAK, SECURITY, and EXPLOIT FOUND to represent data theft.]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/QX2iVwGXSoqdgmhNkLEveC-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Security researchers have issued a warning over a “never before seen” Linux backdoor vulnerability being exploited by Chinese government-linked threat actors. </p><p>Dubbed ‘ SprySOCKS’, Trend Micro threat researchers Joseph C Chen and Jaromir Horejsi said the strain’s execution routine and strings indicate that it likely originates from the Trochilus Windows backdoor.</p><p>It also appears to inherit features from other backdoors. Its command and control (C2) infrastructure, for example, shows similarities with the RedLeaves backdoor, a remote access trojan (RAT) that also targets Windows and is thought to be based on Trochilus.</p><p>Looking at previous Linux backdoors, researchers also spotted similarities between SprySOCKS and earlier strains such as Derusbi malware which is believed to have provided inspiration for the latest version.</p><p>Those behind the latest Linux strain appear to have taken some of the core features of the <a href="https://www.itpro.com/uk/software/microsoft/windows">Windows</a> versions on which it’s based and re-engineered them to target Linux.</p><p>The function for collecting machine information (CollectInfo), for example, bears similarities to the CLIENT_INFO_Structure function found in Trochilus, in some cases sharing parameter names.</p><p>Functionalities of the SprySOCKS malware strain target a number of areas, Trend Micro said. This includes collecting system information, such as <a href="https://www.itpro.com/uk/tag/operating-systems">operating system</a> details, memory, IP address details, and CPU information. </p><p>Similarly, the backdoor also enables threat actors to observe and list network connections, as well as upload and download files. </p><p>Other “basic file operations”, such as the creation, renaming, and deletion of directories were also highlighted by researchers.</p><p>The malware’s makeup suggests the attacker’s goals are to establish long-term access to its target machines. </p><p>Analysis of the malware showed that, once installed, it attempts to exploit known and already-patched <a href="https://www.itpro.com/uk/tag/vulnerability">vulnerabilities</a> - known as n-days - on the victim’s servers. </p><div ><table><tbody><tr><td class="firstcol " >CVE-2022-40684</td><td  >An authentication bypass vulnerability in Fortinet FortiOS, FortiProxy and FortiSwitchManager</td></tr><tr><td class="firstcol " >CVE-2022-39952</td><td  >An unauthenticated remote code execution (RCE) vulnerability in Fortinet FortiNAC</td></tr><tr><td class="firstcol " >CVE-2021-22205</td><td  >An unauthenticated RCE vulnerability in GitLab CE/EE</td></tr><tr><td class="firstcol " >CVE-2019-18935</td><td  >An unauthenticated remote code execution vulnerability in Progress Telerik UI for ASP.NET AJAX</td></tr><tr><td class="firstcol " >CVE-2019-9670 / CVE-2019-9621</td><td  >A bundle of two vulnerabilities for unauthenticated RCE in Zimbra Collaboration Suite</td></tr><tr><td class="firstcol " >ProxyShell (CVE-2021-34473, CVE-2021-34523, CVE-2021-31207)</td><td  >A set of three chained vulnerabilities that perform unauthenticated RCE in Microsoft Exchange</td></tr></tbody></table></div><p>Successful exploitation of the vulnerabilities led to web shells being dropped and Cobalt Strike’s installation to grant attackers more capabilities for movement around and access to the victim’s environment.</p><p>Researchers made note of the fact that SprySOCKS contains a marker that refers to the <a href="https://www.itpro.com/malware/28076/what-is-malware">malware’s</a> version number. During the analysis, researchers found two different version numbers which they said suggest the malware is still under development.</p><h2 id="china-linked-attacks">China-linked attacks</h2><p>SprySOCKS appears to be playing an extensive role in the activity of a threat actor tracked by Trend Micro as ‘Earth Lusca’. Other organizations also note that the group has overlapping activity with the group tracked as TAG-22 - believed to also be a China state-linked threat actor.  </p><p>“Earth Lusca remained active during the first half of 2023, with its attacks focusing primarily on countries in Southeast Asia, Central Asia, and the Balkans,” researchers said. </p><p>“The group’s main targets are government departments that are involved in foreign affairs, technology, and telecommunications.”</p><p>Trend Micro further warned that the group is now “aggressively targeting” public-facing servers of its victims. As such, the firm advised organizations to “properly manage” their attack surfaces to minimize potential entry points and prevent a breach. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="dtuuH62FMBQHQiuHRputES" name="LogManagementForCyberSecurity.jpg" caption="" alt="A Cisco’s guide to log management for cybersecurity" src="https://cdn.mos.cms.futurecdn.net/dtuuH62FMBQHQiuHRputES.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Graylog)</span></figcaption></figure><p class="fancy-box__body-text"><em>Gain the ability to collect, aggregate, and correlate data more effectively</em><br><br><a data-analytics-id="inline-link" href="https://www.itpro.com/security/a-cisos-guide-to-log-management-for-cybersecurity">DOWNLOAD FOR FREE</a> </p></div></div><p>“Businesses should regularly apply patches and update their tools, software, and systems to ensure their security, functionality, and overall performance,” researchers said. </p><p>Roger Grimes, data-driven defense evangelist at KnowBe4, told <em>ITPro</em> that the emergence of SprySOCKS should serve as a “wake-up call” for organizations running Linux systems. </p><p>“Every victim is someone who essentially didn&apos;t do any patching or didn&apos;t do patching well, at least on their Linux systems” he said. </p><p>“It&apos;s a wake-up call for anyone with Linux systems that they still have to make sure they are patched.”</p><p>“Just because they aren&apos;t Microsoft Windows computers doesn&apos;t mean you can neglect normal computer security policies and procedures. Running a Linux system doesn&apos;t make you magically unhackable. In fact, as this story shows, it can make you a leading candidate for exploitation,” he added.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AlmaLinux chair confirms foundation was never approached to be a part of the OpenELA ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/almalinux-chair-confirms-foundation-was-never-approached-to-be-a-part-of-the-openela</link>
                                                                            <description>
                            <![CDATA[ Differences in business models may be at the heart of the noteworthy omission ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">YTaQC4qbj63osm5eUbrbLS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/fpuQt3L44UgMhEEmPLTwK6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 29 Aug 2023 14:30:35 +0000</pubDate>                                                                                                                                <updated>Wed, 30 Aug 2023 13:08:44 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/fpuQt3L44UgMhEEmPLTwK6-1280-80.jpg">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AlmaLinux logo on a grey background in a yellow dashed circle]]></media:description>                                                            <media:text><![CDATA[AlmaLinux logo on a grey background in a yellow dashed circle]]></media:text>
                                <media:title type="plain"><![CDATA[AlmaLinux logo on a grey background in a yellow dashed circle]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/fpuQt3L44UgMhEEmPLTwK6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The chair of AlmaLinux has revealed the reason why the foundation isn’t part of the Open Enterprise Linux Association (OpenELA) is because it was never asked. </p><p>Despite the organization being a major part of the Red Hat Enterprise Linux (RHEL) ecosystem, benny Vasquez, chair at AlmaLinux, said she believes the notable omission was due at least in part to the foundation operating on a non-profit basis. </p><p>Vasquez also said the motivations of AlmaLinux and the companies that comprise the <a href="https://www.itpro.com/software/linux/can-the-open-enterprise-linux-association-subvert-red-hats-restrictions">OpenELA</a> are “different”.  </p><p>The likes of SUSE, <a href="https://www.itpro.com/software/open-source/can-oracle-really-be-linuxs-knight-in-shining-armor">Oracle</a>, and <a href="https://www.itpro.com/software/linux/367358/ciq-and-google-cloud-to-provide-unified-support-for-rocky-linux-users">CIQ</a>  - the entity behind Rocky Linux - are all commercially driven firms, meaning their end goal of subverting RHEL’s <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses">restrictions</a> would be to continue turning a profit themselves. </p><p>While unconfirmed, the fact that <a href="https://www.itpro.com/software/open-source/almalinux-follows-oracle-in-ditching-rhel-compatibility">AlmaLinux</a> was omitted from the OpenELA could be due to the differences in the organization’s financial approaches. </p><p>"We&apos;re not here because we want to make a profit on Alma," Vasquez told <em>ITPro</em>. "We&apos;re here because we were users of CentOS, and we want to see it continue to live as it was. And also, not even just as it was - just be the type of operating system that we wished it was back in the day. That&apos;s where we&apos;re going to end up focusing".</p><p>Regarding the commotion and flurry of announcements from the OpenELA trio - which culminated in the formation of the association, Vasquez said: "Enterprise Linux used to be really boring, and right now it’s where all the drama is". </p><p>Vasquez also said Red Hat was most likely aware that the move to restrict RHEL’s source code would attract negative attention but probably wasn’t concerned due to the commercial upside it promised. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="x74BP5WtpUtR2wpK25zTDe" name="Definitive Guide to ransomware 2023.jpg" caption="" alt="IBM whitepaper Definitive guide to ransomware 2023" src="https://cdn.mos.cms.futurecdn.net/x74BP5WtpUtR2wpK25zTDe.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p class="fancy-box__body-text"><em>Get guidance on what your organization should do before, during, and after a ransomware attack.</em></p><p class="fancy-box__body-text"><br><a data-analytics-id="inline-link" href="https://www.itpro.com/security/definitive-guide-to-ransomware-2023">DOWNLOAD FOR FREE </a></p></div></div><p>"You’ve got to remember, [Red Hat is] a business making business decisions. And I keep calling this out. No matter how much pushback you get, no matter how much public outcry you get, a business is looking at dollars, and if they make a change, and people bitch about it on the internet, but then suddenly, the dollars get bigger then they don&apos;t care".</p><p>AlmaLinux and Rocky Linux were launched in the wake of Red Hat’s discontinuation of CentOS - a community-supported free version of RHEL. Red Hat’s decision to restrict access to RHEL source code has created challenges for both organizations. Their reaction has, however, differed markedly. </p><p>Rocky Linux swiftly announced that it was considering a number of options for getting hold of the source code. One was to leverage pay-per-use cloud instances. Another was through the usage of UBI container images based on RHEL. </p><p>AlmaLinux took a little longer to consider the way forward. Vasquez said: "We spent the extra time, did a lot of deep digging, did our due diligence before we made any decisions, and then made a decision that we were very confident in. And now we get to stick with it". </p><p>The approach was to target ABI and API compatibility rather than chasing 100% binary and bug-for-bug compatibility, something that has also been adopted by OpenELA, a spokesperson confirmed to <em>ITPro</em>. </p><p>The furor surrounding Red Hat’s decisions will continue over the coming months and years. As for consequences, Vasquez said: "We&apos;re going to see fragmentation". </p><p>"What ends up happening in the next five to ten years is anyone’s guess, right? Things keep happening and popping up every day, everything from Oracle getting involved to SUSE going private." </p><p>"Fragmentation in this context, I think, is going to be good for everybody. When we’re not all beholden to one specific thing then we’re going see more innovation, we’re going to see more excitement".</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ SUSE leaves unanswered questions as it confirms return to private ownership ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/business/business-strategy/suse-leaves-unanswered-questions-as-it-confirms-return-to-private-ownership</link>
                                                                            <description>
                            <![CDATA[ Delisting puts Linux vendor “less at the whim of shareholders”, experts have said ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">DA7CjFuwEaw53T4gMEnV68</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/9pmfANiD6VWpj3uuHv55Hj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 18 Aug 2023 14:25:22 +0000</pubDate>                                                                                                                                <updated>Mon, 21 Aug 2023 13:58:25 +0000</updated>
                                                                                                                                            <category><![CDATA[Business Strategy]]></category>
                                                    <category><![CDATA[Business]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/9pmfANiD6VWpj3uuHv55Hj-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[SUSE logo in the foreground of a London cityscape]]></media:description>                                                            <media:text><![CDATA[SUSE logo in the foreground of a London cityscape]]></media:text>
                                <media:title type="plain"><![CDATA[SUSE logo in the foreground of a London cityscape]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/9pmfANiD6VWpj3uuHv55Hj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Veteran Linux distribution developer SUSE is once again going private as its majority shareholder announced plans to delist the company from the Frankfurt stock exchange.</p><p>According to the company, the deal “will allow SUSE to focus fully on its operational priorities and execution of its long-term strategy”.</p><p>SUSE’s majority shareholder, Marcel LUX III SARL, currently holds 79% of the company’s shares.</p><p>The offer price per SUSE share to be paid by Marcel has been set at  €16.00, less the gross amount per share of an interim dividend due to all shareholders. €16.00 represents a premium of just over two-thirds (67%) on the XETRA closing share price of €9.605 on 17 August 2023.</p><p>The company’s stock was nearer €20.00 earlier this year.</p><p>An acceptance period of at least four weeks is expected for the offer, and settlement of the offer - if accepted - is expected in the first half of October 2023. An extraordinary general meeting of SUSE will then be held and result in SUSE’s delisting from the Frankfurt stock exchange.</p><h2 id="why-take-suse-private">Why take SUSE private?</h2><p>Other than a desire to focus on its operational priorities and the execution of its long-term strategy, SUSE has given little detail regarding its motivations.</p><p>Nader Henein, VP analyst at Gartner, told <em>ITPro</em> the move would enable SUSE to place a greater focus on development revenue. </p><p>By going private, Henein said: “You’re less exposed to market fluctuations, you’re less at the whim of <a href="https://www.itpro.com/software/linux/can-the-open-enterprise-linux-association-subvert-red-hats-restrictions"><u>shareholders</u></a>”.</p><p>“A lot of organizations go private to be able to grow, rather than have to deal with quarter on quarter - being successful, making money,” he added.</p><p>According to the analyst, a public company would likely see its stock price suffer if it were to announce a significant increase in development, for example, while a private company was not so beholden to market pricing and was not required to make its plans public. </p><p>The company has also waded into the Red Hat Enterprise Linux (RHEL) <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses"><u>furor</u></a>, first with plans to invest over $10 million into a fork of RHEL and, most recently, by forming the Open Enterprise Linux Association (<a href="https://www.itpro.com/software/linux/can-the-open-enterprise-linux-association-subvert-red-hats-restrictions"><u>OpenELA</u></a>) with <a href="https://www.itpro.com/software/open-source/can-oracle-really-be-linuxs-knight-in-shining-armor"><u>Oracle</u></a> and CIQ.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="87gaNQAGPvtMfF9usou6tG" name="Three steps to transforming security operations_listing.jpg" caption="" alt="Whitepaper cover with green title above image of business man holding a smart phone" src="https://cdn.mos.cms.futurecdn.net/87gaNQAGPvtMfF9usou6tG.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: ServiceNow)</span></figcaption></figure><p class="fancy-box__body-text"><strong>Three steps to transforming security operations<br></strong><em><br>See how to optimize and automate processes, save thousands of hours for your IT security staff, and stay ahead of the latest cyberthreats.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/three-steps-to-transforming-security-operations">DOWNLOAD FOR FREE</a></p></div></div><p>The timing of SUSE’s move is therefore interesting, although unlikely to be directly caused by the events of the last few months. </p><p>However, Henein noted that “if anything, the timing of the Red Hat announcement probably accelerated the process”.</p><p>That said, the timescales involved in both setting up the OpenELA and planning to take SUSE private were likely in parallel and therefore involved a fair amount of coincidence.</p><p>“Nobody just wakes up in the morning and says, ‘I’m going to take this company private,’” Henein said.</p><p>The analyst also noted that having two flavors of Enterprise Linux - SUSE maintains the SLES distribution - could result in one moving to end-of-life in the coming years as customers transition to the new platform.</p><p>“You do not maintain two Enterprise Linux distributions unless they serve two very different purposes,” he said.</p><p>A spokesperson for SUSE told <em>ITPro: </em>"SUSE remains committed to SLES".</p><p>SUSE is no stranger to going in and out of private ownership. It was sold by Micro Focus in a deal worth $2.5 billion, which closed in 2019. It was acquired by Novell in 2004.</p><p>The company has also had an active few months. In May, it appointed a new CEO, Dirk-Peter van Leeuwen, named Ian Halifax as its CFO, and Frank Feldmann was hired as CSO in August. Feldmann had also served more than 15 years in various senior roles at Red Hat.</p><p>While SUSE did not immediately respond to a request for comment regarding its future, one possibility is another public offering after it has had time to regroup and restructure. The advent of OpenELA and the agreement with Oracle could mean a refocus in the near future. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Can the Open Enterprise Linux Association overcome Red Hat’s restrictions? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/can-the-open-enterprise-linux-association-subvert-red-hats-restrictions</link>
                                                                            <description>
                            <![CDATA[ Defining how compatibility will be achieved is the crucial question in the Red Hat Enterprise Linux saga ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">38fxC4Hqd2zhx8PDGaGn6g</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/XjTgSamZQdn6r8tHQBUkHM-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 16 Aug 2023 11:18:17 +0000</pubDate>                                                                                                                                <updated>Thu, 17 Aug 2023 10:14:29 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/XjTgSamZQdn6r8tHQBUkHM-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Red Hat Enterprise Linux (RHEL): Three rows of red hats hanging on a bare brick wall]]></media:description>                                                            <media:text><![CDATA[Red Hat Enterprise Linux (RHEL): Three rows of red hats hanging on a bare brick wall]]></media:text>
                                <media:title type="plain"><![CDATA[Red Hat Enterprise Linux (RHEL): Three rows of red hats hanging on a bare brick wall]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/XjTgSamZQdn6r8tHQBUkHM-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>A new alliance called the Open Enterprise Linux Association (OpenELA) has been formed with the goal of providing an open and free Enterprise Linux (EL) source code that’s compatible with RHEL, which recently had its source code restricted.</p><p>CIQ, Oracle, and SUSE announced plans to form the OpenELA last week. It’s a trade body aimed at promoting the importance of Red Hat Enterprise (RHEL)-compatible distributions.</p><p>The initial focus will be on RHEL 8 and 9 - the group said it might also consider RHEL 7 - but the goal is to ensure the continued availability of OpenELA sources indefinitely. The source will be available “starting later this year”.</p><p>In its initial announcement, OpenELA did not disclose how it would maintain compatibility with RHEL, saying only that it would be encouraging the development of compatible <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros"><u>distributions</u></a>. </p><p>Before Red Hat’s <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses"><u>recent restriction of RHEL source code</u></a>, 1:1 compatibility at a binary level was relatively simple to achieve. Assured compatibility is essential for organizations accustomed to running <a href="https://www.itpro.com/business-operations/30331/what-is-application-software"><u>applications</u></a> on RHEL, or another compatible distribution.  </p><p>Demonstrating that OpenELA is capable of creating and maintaining code that enterprises can trust to run third-party applications is therefore critical to the association’s success. </p><h2 id="what-have-openela-x2019-s-members-said-about-compatibility">What have OpenELA’s members said about compatibility?</h2><p>The association’s members have made differing public statements in the past regarding their interpretation of what ‘compatible’ means, despite OpenELA’s avowed intention to provide 1:1 compatible sources. </p><p>“<a href="https://www.itpro.com/software/open-source/red-hat-distro-vendors-must-abide-by-enterprise-agreements-amid-source-code-furor"><u>Rocky Linux</u></a> and <a href="https://www.itpro.com/software/open-source/can-oracle-really-be-linuxs-knight-in-shining-armor"><u>Oracle Linux</u></a> have stated that they will continue to be 1:1 and bug-for-bug compatible,” OpenELA told <em>ITPro</em>.</p><p>Rocky Linux - backed by <a href="https://www.itpro.com/software/linux/367358/ciq-and-google-cloud-to-provide-unified-support-for-rocky-linux-users"><u>CIQ</u></a> - currently claims to be 100% binary compatible and regards itself as the successor to CentOS, which was axed by Red Hat in favor of CentOS Stream. </p><p>The team behind Rocky Linux posted that it intended to maintain access to Red Hat Enterprise Linux source via UBI container images and pay-per-use cloud instances.</p><p>At the time, Matt Yonkovit, head of open source strategy at Scarf, told <em>ITPro</em> that he felt that Red Hat would work to close the loophole.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TwNsHnxErSoZSfeuJfr5xg" name="6_ways_FP_listing.jpg" caption="" alt="Whitepaper from ServiceNow: Six ways to recession-proof your business with risk products, with an image of a female worker holding a pen and laptop in foreground" src="https://cdn.mos.cms.futurecdn.net/TwNsHnxErSoZSfeuJfr5xg.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: ServiceNow)</span></figcaption></figure><p class="fancy-box__body-text"><em>Learn about the six ways ServiceNow can help your enterprise build organizational resilience for a changing world.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/six-ways-to-recession-proof-your-business-with-servicenow-risk-products">DOWNLOAD FOR FREE</a></p></div></div><p>Gunnar Hellekson, vice president and general manager of RHEL at Red Hat, noted that the source code was available but said Red Hat expects all subscription service users to abide by the enterprise agreement. </p><p>He also stressed that the enterprise agreement “does not supersede the GPL but acts in parallel with it".</p><p>Oracle - whose Oracle Linux is a RHEL-compatible distribution - has warned of a greater chance of compatibility issues as time passes in an earlier blog post. However, Wim Coekaerts, head of Oracle Linux development at Oracle, told <em>ITPro</em> that the company’s ultimate goal remained fixed on full compatibility. </p><p>“There are multiple ways to keep the code base the same or similar enough – while Red Hat no longer publishes the source code, the code is provided under the GPL or other open source licenses,” he said.</p><p>The Oracle approach, according to Coekaerts, is to ensure a compatible userspace application binary interface (ABI) and API is present. He said: “For applications to be compatible, an exact source code match doesn’t have to exist”. </p><p>However, Coekaerts acknowledged that, where possible, source code compatibility would be maintained. This would only apply to code covered by the GPL with license requirements by which IBM and Red Hat must abide. </p><p>Coekaerts also pointed out that the Linux kernel used by Oracle’s Unbreakable Enterprise Kernel (UEK) was substantially different to RHEL’s, “yet every single application that runs on RHEL runs on Oracle Linux with UEK”.  </p><p>“So, in terms of application compatibility, we are not concerned even if IBM adds more restrictions.” </p><p><a href="https://www.itpro.com/software/open-source/almalinux-follows-oracle-in-ditching-rhel-compatibility"><u>Alma Linux</u></a>, absent from SUSE’s announcement, supplies another RHEL-compatible distribution and plans to be Application Binary Interface (ABI) compatible rather than binary or, as the group describes it, be held to “bug-for-bug compatibility”.</p><p>Although Alma Linux is not part of the association, OpenELA said it was welcome to join and, regardless of any decision, Alma Linux would also be welcome to make use of OpenELA’s source code.</p><p>An invitation to join OpenELA was also extended to Red Hat. While such a move by Red Hat would seem unlikely, its presence would address any concerns over compatibility. </p><h2 id="what-is-openela-and-will-it-succeed">What is OpenELA and will it succeed?</h2><p>“Today&apos;s announcement marks the beginning of a new era for EL,” said Gregory Kurtzer, CEO at CIQ in a joint <a href="https://www.suse.com/news/OpenELA-for-a-Collaborative-and-Open-Future/"><u>statement</u></a>. </p><p>“With OpenELA, CIQ, Oracle, and SUSE join forces with the open source community to ensure a stable and resilient future for both upstream and downstream communities to leverage Enterprise Linux."</p><p>Coekaerts said the company had been approached by “many large organizations” highlighting their views on the matter and the importance of open, community-driven source code for EL. </p><p>Red Hat’s decision to <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses"><u>restrict access</u></a> to RHEL source code has triggered a furor within the open-source community and those companies that depended on access to it for their own distributions.  </p><p>The restriction of access could be seen as a nudge for customers to sign-up for a Red Hat subscription rather than considering alternatives. RHEL compatibility is vital in reassuring administrators that business-critical applications designed for RHEL will work as expected and be supported.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="pvY2YVXCQ4aMcJozXgNuZT" name="ChatGPT.jpg" caption="" alt="What does ChatGPT mean for business?" src="https://cdn.mos.cms.futurecdn.net/pvY2YVXCQ4aMcJozXgNuZT.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p class="fancy-box__body-text"><strong>What does ChatGPT mean for business?</strong></p><p class="fancy-box__body-text"><em>Watch this one hour webinar and discover how your business can responsibly leverage generative AI solutions at scale. <br></em><br><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/what-does-chatgpt-mean-for-business">DOWNLOAD FOR FREE</a></p></div></div><p>OpenELA has the tagline of “No subscriptions. No passwords. No barriers. Freeloaders welcome”, which will appeal to open source enthusiasts. However, businesses selecting an enterprise-level Linux distribution will be more conservative when it comes to protecting their existing investments. </p><p>Mike McGrath, vice president, core platforms at Red Hat, told <em>ITPro</em> that, in the company’s view, ‘Enterprise Linux’ was not an implementation standard. Instead, it went beyond to encompass the expertise, support and engineering behind the operating system.</p><p>“This is what makes Red Hat Enterprise Linux an enterprise-level Linux product,” he said.</p><p>After highlighting Red Hat’s efforts in driving open source innovation, he added: “We have always welcomed ongoing contributions to the broader Linux community, whether personally motivated or from companies like Oracle and SUSE, that actually move enterprise-level Linux forward rather than replacing one logo with another”.</p><p>SUSE itself announced plans in July 2023 to invest more than $10 million into a fork of the publicly available RHEL and maintain a compatible distribution “available to all without restrictions”. </p><p>There have been marked differences in approach within the community since Red Hat announced the RHEL source code restrictions. OpenELA, arguably an evolution of SUSE’s plans, is a step towards creating a standardized Enterprise Linux on which other downstream distributions can be based. </p><p>However, the association does not yet include key players, such as Alma Linux. Maintaining complete 1:1 and bug-for-bug compatibility with RHEL will also present a challenge without access to all the source, despite Oracle’s contention that: “An exact source code match doesn’t have to exist”. </p><p>OpenELA must ensure it remains compatible with RHEL. Without that, there is a danger of it being something more for enthusiasts rather than enterprises. And without more factions in the post-RHEL world onboard, it also runs the risk of falling victim to fragmentation as Enterprise Linux alternatives proliferate. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Ubuntu shifts to four-week update cycle ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/ubuntu-shifts-to-four-week-update-cycle</link>
                                                                            <description>
                            <![CDATA[ Critical fixes will also come every two weeks, mitigating the issues involved with releasing prompt patches on the old three-week cadence ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">c4YQiYGN3vKZbvNdthoKtL</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/MerZpQ6vR99uzygjyKfjK8-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 02 Aug 2023 14:58:46 +0000</pubDate>                                                                                                                                <updated>Thu, 03 Aug 2023 12:46:57 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/MerZpQ6vR99uzygjyKfjK8-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Red Ubuntu logo appearing on a web browser with a microscope over the logo, placing emphasis on it]]></media:description>                                                            <media:text><![CDATA[Red Ubuntu logo appearing on a web browser with a microscope over the logo, placing emphasis on it]]></media:text>
                                <media:title type="plain"><![CDATA[Red Ubuntu logo appearing on a web browser with a microscope over the logo, placing emphasis on it]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/MerZpQ6vR99uzygjyKfjK8-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Canonical Kernel Team is abandoning its update cadence in favor of a four-week cycle, and will add an additional update every two weeks for the most urgent fixes.</p><p>A move to a four-week cycle with a midpoint update will result in regular upstream stable updates, including security patches, bug fixes, and feature requests coming every four weeks. Critical fixes that can’t wait will arrive on a two-week cadence.</p><p>In the past, the <a href="https://www.itpro.com/software/open-source/ubuntu-publisher-canonical-to-assume-control-of-lxd"><u>Canonical</u></a> team worked to a three-week kernel update cycle. This, according to Kleber Souza, Linux kernel engineering manager at Canonical, made for reasonable responsiveness but was “prone to interruptions from urgent <a href="https://www.itpro.com/security/exploits/360411/top-30-most-exploited-vulnerabilities"><u>CVEs</u></a>, urgent customer requests and regressions found in -updates or during testing.”</p><p>The result was that the cycle tended to be extended, and delivering CVE fixes promptly was challenging.</p><p>Souza noted that OEM kernels would follow a more flexible schedule in terms of their deadlines for the acceptance of new patches.</p><p><a href="https://www.itpro.com/network-internet/internet-of-things-iot/368307/ubuntu-core-22-is-now-generally-available-for-iot"><u>Ubuntu</u></a> is one of the most popular <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system"><u>Linux</u></a> distributions, and the changes will interest engineers charged with maintaining fleets of hardware running the operating system - on-premises or in the cloud - in light of the pace of vulnerability discovery and patching.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="k8ftzpSTX7UAHzb6bhxVzh" name="Quantifying the public vulnerability market_listing.jpg" caption="" alt="Whitepaper cover with title over solid purple circle graphics" src="https://cdn.mos.cms.futurecdn.net/k8ftzpSTX7UAHzb6bhxVzh.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Trend Micro)</span></figcaption></figure><p class="fancy-box__body-text"><strong>Quantifying the public vulnerability market</strong></p><p class="fancy-box__body-text"><em>Read how the reporting of vulnerabilities is contributing to greater, comprehensive security for all.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/quantifying-the-public-vulnerability-market-2022-edition"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>The move was <a href="https://discourse.ubuntu.com/t/ubuntu-kernel-4-2-sru-cycle-announcement/37478/2" target="_blank"><u>described</u></a> by one user on the company’s forums as “ambitious” and comes in the wake of a relatively easy-to-exploit privilege escalation <a href="https://www.itpro.com/security/vulnerability/356709/why-vulnerability-management-is-crucial-right-now"><u>vulnerability</u></a> disclosed recently.</p><p>The vulnerability in the OverlayFS module used in Ubuntu was documented in <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-2640" target="_blank"><u>CVE-2023-2640</u></a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32629" target="_blank"><u>CVE-2023-32629</u></a> and was exclusive to the operating system following changes made by the Canonical team in 2018.</p><p>CVE-2023-2640 permits an unprivileged user to set privileged extended attributes on mounted files. CVE-2023-32629 is a local privilege escalation vulnerability where permission checks are skipped.</p><p>Those changes only became an issue in 2020 when a security vulnerability patched in the Linux kernel did not make it into Ubuntu due to the earlier changes.</p><p>One report <a href="https://www.wiz.io/blog/ubuntu-overlayfs-vulnerability" target="_blank"><u>stated</u></a> that the vulnerability could affect 40% of Ubuntu cloud workloads. Ubuntu fixed the vulnerabilities on 24 July 2023, and users were instructed to update their kernels.</p><p>With the revised cycle schedule, Souza said: “The Canonical Kernel Team is expecting to deliver more predictable updates with quicker turnaround for time-sensitive fixes”.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to run graphical Linux applications in Windows ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/how-to-run-graphical-linux-applications-in-windows</link>
                                                                            <description>
                            <![CDATA[ Why limit yourself to one software library? ITPro finds out how to run Linux software natively on Windows ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">re8dL2duwkEgD9TaWxjB4J</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/TmWFYiAqnCvMkEfpJSDgKC-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Thu, 27 Jul 2023 09:00:00 +0000</pubDate>                                                                                                                                <updated>Mon, 04 Sep 2023 14:32:57 +0000</updated>
                                                                                                                                            <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nik Rawlinson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/TmWFYiAqnCvMkEfpJSDgKC-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Linux option in Windows 11]]></media:description>                                                            <media:text><![CDATA[The Linux option in Windows 11]]></media:text>
                                <media:title type="plain"><![CDATA[The Linux option in Windows 11]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/TmWFYiAqnCvMkEfpJSDgKC-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Windows is by far the most popular operating system in the world – but for developers and power users, it&apos;s often helpful to be able to switch to a Linux environment. In the past, this meant dual-booting or installing your chosen distribution in a virtual machine. But since 2016 there&apos;s been a better way: the Windows Subsystem for Linux (WSL) is an optional OS component that provides a fully working, officially supported Linux environment right inside Windows.</p><p><br></p><p>The major limitation of WSL, when it was first introduced, was that it was a text-only interface. You could run scripts and command-line programs, but graphical applications were off the menu. That&apos;s no longer the case. All desktop editions of Windows 10 and 11 now support WSLg – an updated version of WSL, where the "g" stands for GUI. It enables you to run graphical Linux applications directly on the Windows desktop, with minimal configuration. It&apos;s a huge boon for anyone who works across multiple platforms, or who just wants to try out applications and tools that aren&apos;t available for Windows.</p><p><br></p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="nxgqBZK59pbkvvHnWScUcY" name="w6Nir8rdpgJmv5uzbEkoEJ-970-80.png" caption="" alt="The Windows 11 background" src="https://cdn.mos.cms.futurecdn.net/nxgqBZK59pbkvvHnWScUcY.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/360105/windows-11-review">Windows 11 review</a></p></div></div><p>WSLg isn&apos;t installed by default, but it&apos;s not hard to set up. Here&apos;s our guide to installing it and running your first Linux app on Windows. We&apos;re using <a href="https://www.itpro.com/operating-systems/microsoft-windows/360105/windows-11-review">Windows 11,</a> but the same instructions will work for Windows 10; in either case, just make sure you&apos;re using the latest version of the OS, so that all the relevant modules are installed.</p><p><br></p><h2 id="installing-wsl-and-setting-up-your-linux-account-xa0">Installing WSL and setting up your Linux account </h2><p>You can install WSL from the Microsoft Store, but most of the setup process is carried out at the command line, so we may as well start there. We&apos;ll use a PowerShell session with administrator privileges – an easy way to open one is right-click the Start menu and select "Windows Terminal (Admin)", then click Yes to allow changes to your system. Once the window appears, the actual process of installing WSL could hardly be easier. Just enter: wsl --install</p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:979px;"><p class="vanilla-image-block" style="padding-top:56.28%;"><img id="itoLohY8DEuqJ4iCPrMEhf" name="wslg01_PowerShell.png" alt="The PowerShell command option" src="https://cdn.mos.cms.futurecdn.net/itoLohY8DEuqJ4iCPrMEhf.png" mos="" align="middle" fullscreen="" width="979" height="551" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>You may be asked again if you&apos;re happy for changes to be made; click Yes and the installation will complete automatically. By default, this command will install not only the Linux subsystem, but a core Ubuntu Linux distribution, to support <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Linux</a> apps and services. If you&apos;d prefer to use a different version of Linux, see "Installing additional Linux environments". <a href="https://www.itpro.com/operating-systems/microsoft-windows/361662/how-to-boot-windows-11-in-safe-mode">Reboot your PC</a> once the process completes.</p><p><br></p><p>Since Linux doesn&apos;t use the same user account and security systems as Windows, the next step is to set up your login for the Linux environment. To do this, launch Ubuntu from the Start menu and wait for it to complete some background housekeeping. </p><p><br></p><p>Eventually, you&apos;ll be asked to "Enter new UNIX username": this can be the same as your Windows username, but it doesn&apos;t have to be – it&apos;s a completely separate credential.</p><p><br></p><p>Once you&apos;ve supplied that, you&apos;ll be prompted to enter a new password (it&apos;s best practice to use a different one to your Windows password). When you&apos;ve confirmed your new Linux password, you&apos;ll find yourself looking at a Linux shell prompt. You can end your Linux session by simply entering "exit" – but don&apos;t do that yet.</p><p><br></p><h2 id="updating-linux">Updating Linux</h2><p>Just as with a fresh installation of Windows, job number one for your new Linux installation is to check for updates. Like most distributions, <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a> uses the apt package manager, and you can tell it to check for updates by entering: sudo apt update</p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1465px;"><p class="vanilla-image-block" style="padding-top:42.87%;"><img id="PjWV3FgKoE8HPwQjugNAF5" name="wslg02_Ubuntu.png" alt="The Ubuntu command prompt" src="https://cdn.mos.cms.futurecdn.net/PjWV3FgKoE8HPwQjugNAF5.png" mos="" align="middle" fullscreen="" width="1465" height="628" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>You&apos;ll be prompted for your password; Ubuntu will then check its repositories for updated versions of any of the installed packages and tell you how many it&apos;s found.</p><p><br></p><p>In our case, it found 74, which we then downloaded and installed by entering: sudo apt upgrade. When asked if you want to continue to install the updates, press "y". If you&apos;re familiar with Linux you&apos;ll already know that "sudo" is short for "super user do" (or "substitute user do", depending on who you ask). It tells the operating system to execute a command with elevated user privileges, in much the same way that we launched Windows PowerShell as administrator.</p><p><br></p><h2 id="installing-linux-applications-xa0">Installing Linux Applications </h2><p>Now that your Linux installation is up to date you can start installing and running Linux applications. As an example, let&apos;s install Shotwell, an open-source photo cataloging tool that replicates some aspects of Adobe Photoshop Lightroom. At the Linux terminal prompt, enter: sudo apt install shotwell. </p><p><br></p><p>As before, Ubuntu will check its online repositories for the necessary files; when it&apos;s located them, it will tell you how much disk space the program will consume and check that you want to proceed with the installation. At the time of writing, Shotwell weighed in at 406MB – so it&apos;s not too huge, and because WSL runs inside the native OS you don&apos;t need to worry about dividing up space between your Windows and Linux software.</p><p><br></p><p>If you&apos;re happy to proceed and install Shotwell, press "Y", then hit Return. Ubuntu then downloads all the necessary files, unpacks and installs them. This can take a few minutes; once it&apos;s done, Shotwell will appear in the <a href="https://www.itpro.com/operating-systems/34614/how-to-fix-the-windows-10-start-menu-if-its-frozen">Windows Start menu</a> alongside your regular Windows apps.</p><p><br></p><p>Like all newly added programs, Shotwell will initially appear in Windows 11&apos;s Recommended panel; when it disappears from here, you&apos;ll find it by opening All Apps and expanding the menu beside Ubuntu (or your alternative distribution if you&apos;re not running Ubuntu). You don&apos;t need to keep the WSL shell open to run the program: when launched from the Start menu it will appear in its own floating window, just like a native Windows app.</p><p><br></p><p>Working with Linux files WSL provides quite seamless integration between Windows and Linux software – but once you start working inside the Linux environment, you may find that life is complicated by the way in which Linux apps don&apos;t use the same default personal folders as Windows (such as Desktop, Documents, and Downloads).</p><p><br></p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="UHcZNnXqYMrrqYNDz9hpHN" name="Automating application-driven container elasticity_listing.jpg" caption="" alt="Image of warehouse with multiple shelves of containers and pick truck" src="https://cdn.mos.cms.futurecdn.net/UHcZNnXqYMrrqYNDz9hpHN.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p class="fancy-box__body-text"><strong>Automating application-driven container elasticity</strong></p><p class="fancy-box__body-text"><em>Discover the key concepts to consider for container platform adoption and how to protect that investment with automation.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/containers/370420/automating-application-driven-container-elasticity"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>If you want to access your Linux files from <a href="https://www.itpro.com/web-browsers/25068/internet-explorer-11-vs-microsoft-edge-does-windows-10s-new-browser-measure-up">Windows Explorer</a>, simply scroll down the sidebar to the list of volumes: you&apos;ll see a new entry below your network drives labeled "Linux". Expand this, open the Ubuntu folder inside it, and open the "home" folder to find your Linux user folder. In the screenshot on the left, you can see that my user folder is called "nik", since that&apos;s the name I provided when setting up my account in step two. Files whose names start with a dot are visible in Windows but normally hidden in Linux. </p><p><br></p><p>An easier way to get to your Linux files is to install a native file manager, such as Nautilus. Do this by typing the following at the Linux terminal prompt and pressing Return: sudo apt install nautilus -y Adding the "-y" switch to the end of the command tells Linux to automatically answer "yes" when asked whether we want to continue, making the installation process slightly more streamlined. Once it&apos;s installed, Nautilus will appear as an app called Files in your Windows Start menu.</p><p><br></p><p>Setting up Snaps and installing Firefox If you want to do any useful work in Linux, it will probably help to have a Linux-based web browser. Firefox is a popular choice, but when you try to install it you&apos;ll run into a small hurdle. This particular application is distributed in the form of a "Snap", a bundle of files that contains everything required to run a program across a wide range of OS versions and configurations.</p><p><br></p><p>Snaps sound ideal for our purposes, but they rely on a low-level Linux component called "systemd", which isn&apos;t enabled in WSL by default (because core functions are handled by the Windows OS instead). Happily, recent releases of WSL have retrofitted systemd as an option, so we can enable it quite simply by editing a system configuration file.</p><p><br></p><p><br></p><p>To do so, enter the following at the Linux terminal prompt: sudo nano /etc/wsl.conf  </p><p><br></p><p><br></p><p><br></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Slackware celebrates 30 years in the Linux distribution world ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/open-source/slackware-celebrates-30-years-in-the-linux-distribution-world</link>
                                                                            <description>
                            <![CDATA[ The veteran distribution is remembered fondly by long-time Linux users, despite its decreasing popularity ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">2pYYgAufCqNgK8djkYwVTJ</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/bUYP8sUVv4ZhGBkRqmRZi7-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 17 Jul 2023 12:38:53 +0000</pubDate>                                                                                                                                <updated>Thu, 27 Jul 2023 14:49:21 +0000</updated>
                                                                                                                                            <category><![CDATA[Open Source]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/bUYP8sUVv4ZhGBkRqmRZi7-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Slackware: Birthday cake with horizontal blue and white stripes and multiple lit candles stood on a white stand with colored candy around the base]]></media:description>                                                            <media:text><![CDATA[Slackware: Birthday cake with horizontal blue and white stripes and multiple lit candles stood on a white stand with colored candy around the base]]></media:text>
                                <media:title type="plain"><![CDATA[Slackware: Birthday cake with horizontal blue and white stripes and multiple lit candles stood on a white stand with colored candy around the base]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/bUYP8sUVv4ZhGBkRqmRZi7-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p> Slackware, the world’s oldest maintained Linux distribution, has reached the milestone of turning 30 years old. </p><p><a href="https://www.itpro.com/619540/slackware-linux---less-is-more"><u>Slackware’s</u></a> first release predates the Linux kernel reaching version 1 and was an introduction to the operating system for many IT professionals.  </p><p>It was created by Patrick Volkerding, with version 1 emerging 30 years ago while the most recent major release, 15, was made available in 2022. </p><p>The space between releases has increased over the years. Almost six years passed between version 14.2 and the current release, version 15.0. Well over a year later, and the next release is still pending. </p><p>Volkerding said of the lengthy gaps between releases: “Another too-long development cycle is behind us after we bit off more than we could chew and then had to shine it up to a high-gloss finish”. </p><p>“Hopefully we&apos;ve managed to get the tricky parts out of the way so that we&apos;ll be able to see a 15.1 incremental update after a far shorter development cycle.”</p><p>Users were nostalgic about the distro. One, after recently installing it on a VM for old times’ sake, appeared delighted <a href="https://www.reddit.com/r/linux/comments/151mfx1/comment/jsaa22r/" target="_blank"><u>to note</u></a> that Slackware’s approach remained unchanged. </p><p>“[It] felt like the old days of UNIX in a good way, just as <a href="https://www.itpro.com/620659/freebsd-and-the-gpl"><u>FreeBSD</u></a> does too, and which other Linux distros increasingly don&apos;t anymore”. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="BjMu86mFkk7a9Pda5UHrPA" name="API Management_listing.jpg" caption="" alt="Whitepaper cover with title and contributor image on black band and text below" src="https://cdn.mos.cms.futurecdn.net/BjMu86mFkk7a9Pda5UHrPA.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: IBM)</span></figcaption></figure><p class="fancy-box__body-text"><strong>The Forrester Wave™: API management solutions</strong></p><p class="fancy-box__body-text"><em>Check out the 15 providers that matter the most and how they stack up.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business/digital-transformation/the-forrester-wavetm-api-management-solutions"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>They went on to say that despite the feeling of nostalgia that Slackware brings, there are more <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros"><u>modern distros</u></a>, such as Debian, that serve every purpose better than Slackware itself. </p><p>The announcement of the milestone was made in a <a href="http://www.slackware.com/changelog/current.php?cpu=x86_64" target="_blank"><u>changelog</u></a> published on Sunday by Volkerding, thanking all of the project’s “dedicated contributors, loyal users, and those who have helped us to keep the lights on here”.  </p><p>“It&apos;s really been a remarkable journey that I couldn&apos;t have anticipated starting out back in 1993.” </p><h2 id="what-is-slackware-xa0">What is Slackware? </h2><p>The project’s <a href="http://www.slackware.com/info/"><u>aim</u></a> is to be the most “UNIX-like” Linux distribution and is highly simplistic in its approach. </p><p>There is no graphical installer available for Slackware; users are faced with a command-line interface following set-up but do have the option of installing a graphical desktop if desired.  </p><p>The distribution <a href="https://distrowatch.com/dwres.php?resource=ratings&distro=slackware" target="_blank"><u>has been referred</u></a> to as “old school” Linux, which is not intended as a criticism. Rather, it is software that aims to promote a wide range of user-configuration options. </p><p>According to Slackware: “We have always considered simplicity and stability paramount”. </p><p>However, while “ease of use” is also a priority, Slackware’s approach to purity may dissuade less-experienced users.</p><p>Despite its longevity, Slackware remains relatively popular. That popularity has, however, slipped over the decades, according to Linux information website Distrowatch.  </p><p>According to the site’s figures, Slackware’s <a href="https://distrowatch.com/index.php?dataspan=2002" target="_blank"><u>popularity</u></a> peaked in 2002, when it ranked 7th, but in the last 12 months it has dropped to 33 in the page hit rankings.  </p><p>Since the operating system itself does not send telemetry back to headquarters - although some of the packages might - calculating the actual usage of the core product is impossible. </p><p>However, the approach taken by Distrowatch of measuring interest by counting page visits is a useful indicator of interest. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ AlmaLinux follows Oracle in ditching RHEL compatibility ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/open-source/almalinux-follows-oracle-in-ditching-rhel-compatibility</link>
                                                                            <description>
                            <![CDATA[ Application binary compatibility is now the aim with 1:1 now dropped ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">3uuxBayLXh4BEZB7YYszy5</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EP3uWv5LJjLH72sSAFxDqN-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 14 Jul 2023 11:25:20 +0000</pubDate>                                                                                                                                <updated>Thu, 27 Jul 2023 12:16:05 +0000</updated>
                                                                                                                                            <category><![CDATA[Open Source]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EP3uWv5LJjLH72sSAFxDqN-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[AlmaLinux: Red Hat logo concept on a grey background of binary code]]></media:description>                                                            <media:text><![CDATA[AlmaLinux: Red Hat logo concept on a grey background of binary code]]></media:text>
                                <media:title type="plain"><![CDATA[AlmaLinux: Red Hat logo concept on a grey background of binary code]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EP3uWv5LJjLH72sSAFxDqN-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>AlmaLinux has dropped its aim to be 1:1 compatible with Red Hat Enterprise Linux (RHEL) and will instead target application binary interface (ABI) compatibility.</p><p>The move follows Oracle’s announcement of a way forward for its own distribution which, while critical of IBM and Red Hat’s decision to restrict access to RHEL source code, will also result in a loss of binary compatibility.</p><p>The company insisted that the decision would mean “very little change in [customers’] use of AlmaLinux”. </p><p>It also said that Red Hat-compatible applications would continue to run and the security updates would continue to flow.</p><p>However, by dropping the binary compatible aim it is difficult to see how a guarantee of all compatible applications continuing to run can be made, even with the ABI promise. </p><p>AlmaLinux also noted that users might also encounter bugs not in Red Hat, but not being bound to Red Hat’s release cycle means the distro can release fixes as expeditiously as it needs to.</p><h2 id="what-is-application-binary-interface-compatibility">What is application binary interface compatibility?</h2><p>While 1:1 binary compatibility of the operating system is achieved through use of the source code - something Red Hat is discouraging through its <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses"><u>restrictions</u></a> - ABI refers to how an application works with the underlying operating environment.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="H8EnE6AW7EWmzvJhjb3GQC" name="Nutanix Cloud Clusters (NC2)_listing.jpg" caption="" alt="A solution brief from Nutanix covering how to gain comprehensive visibility into your entire hybrid cloud environment with digital image of a cloud" src="https://cdn.mos.cms.futurecdn.net/H8EnE6AW7EWmzvJhjb3GQC.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Nutanix)</span></figcaption></figure><p class="fancy-box__body-text"><strong>Nutanix Cloud Clusters (NC2)</strong></p><p class="fancy-box__body-text"><em>Discover how to modernize your hybrid cloud infrastructure and optimize your workloads.</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/hybrid-cloud/nutanix-cloud-clusters-nc2"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>Red Hat defines ABI as “a set of runtime conventions that interact with a compiled binary representation of a program”.</p><p>Applications that are ABI-compatible should therefore continue to work on AlmaLinux. However, applications that are not - or make use of features outside of the ABI - might not function correctly. </p><p>It is also worth noting that at this point, ABI compatibility is presently an aim. As AlmaLinux says itself: “ABI compatibility in our case means working to ensure that applications built to run on RHEL - or RHEL clones - can run without issue on AlmaLinux”.</p><h2 id="what-does-this-mean-for-customers">What does this mean for customers?</h2><p>The fate of RHEL clones such as AlmaLinux has been in the balance since Red Hat’s decision to restrict access to the RHEL source. </p><p>Today’s announcement by AlmaLinux, and <a href="https://www.itpro.com/software/open-source/can-oracle-really-be-linuxs-knight-in-shining-armor"><u>the earlier Oracle post</u></a>, is an indicator that if a customer needs full RHEL binary compatibility, then a Red Hat subscription will likely be required.</p><p>Alternatives, such as Rocky Linux, still exist and intend to make use of UBI container images and leverage pay-per-use cloud instances in order to obtain the source and maintain 1:1 compatibility. </p><p>However, observers such as Matt Yonkovit, head of <a href="https://www.itpro.com/software/28109/what-is-open-source"><u>open source</u></a> strategy at Scarf, told <em>ITPro</em> that Red Hat would likely find a way to close the loophole being exploited by Rocky Linux.</p><h2 id="what-has-the-reaction-been">What has the reaction been?</h2><p>The user <a href="https://www.reddit.com/r/AlmaLinux/comments/14yyg3i/the_future_of_almalinux_is_bright/" target="_blank"><u>community</u></a> has mostly reacted positively to the <a href="https://almalinux.org/blog/future-of-almalinux/" target="_blank">news</a>, mainly due to the removal of uncertainty over what AlmaLinux would do to deal with Red Hat’s decision. However, while there is empathy for AlmaLinux’s position, some users regarded the dropping of 1:1 compatibility as a “blow”.</p><p>“As much as I like Alma, the whole point of installing it for me was to be 1:1 with the RHEL I support at work. Warts and all.”</p><p>Another described AlmaLinux’s decision as “a very well thought out response to the changes”.</p><p>The furor surrounding Red Hat’s decision to restrict access to RHEL sources is set to continue despite the clarification given by AlmaLinux thanks to the differing approaches taken by distributions seeking to fill the space left by CentOS.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Can Oracle really be Linux's knight in shining armor? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/open-source/can-oracle-really-be-linuxs-knight-in-shining-armor</link>
                                                                            <description>
                            <![CDATA[ The self-proclaimed champion of open source freedom would like you to forget about its history ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">AsoZ2CD5Xhu67dygN8bi37</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ccUaMGsLEbeLHV7AKhjGEd-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 12 Jul 2023 08:08:02 +0000</pubDate>                                                                                                                                <updated>Wed, 12 Jul 2023 08:11:03 +0000</updated>
                                                                                                                                            <category><![CDATA[Open Source]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ccUaMGsLEbeLHV7AKhjGEd-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Oracle offices in California]]></media:description>                                                            <media:text><![CDATA[Oracle offices in California]]></media:text>
                                <media:title type="plain"><![CDATA[Oracle offices in California]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ccUaMGsLEbeLHV7AKhjGEd-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Oracle has waded into the <a href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses">Red Hat Enterprise Linux (RHEL) source code furor</a> in a stunning turn of events, claiming it’s “committed to Linux freedom”. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/oracle-missed-the-cloud-boat-is-it-doing-the-same-with-ai">Oracle missed the cloud boat - is it doing the same with AI?</a></p></div></div><p>Oracle’s words will doubtless cause users who remember OpenSolaris to raise an eyebrow or two. Organizations dealing with the pain arising from Oracle’s changes around Java licensing – the introduction of the Java SE Universal Subscription – will also be taken aback by the company’s championing of open and free principles. </p><p>Still, as far as Linux is concerned, Oracle’s intervention comes in the form of a blog post headlined “<a href="https://www.oracle.com/news/announcement/blog/keep-linux-open-and-free-2023-07-10/" target="_blank"><u>Keep Linux Open and Free</u></a>”. It’s reaffirmed, over the last quarter of a century, its goal has been to “help make Linux the best server operating system for everyone, freely available to all, with high-quality, low-cost support provided to those who need it”. </p><p>In fact, Oracle’s principal goal over the last 25 years has been driving shareholder value. Oracle Linux – itself derived from RHEL – exists only to drive revenues. Furthermore, seeing the words “low-cost” and “Oracle” in the same paragraph will come as a novelty to users faced with calculating the cost of their licenses. </p><p>Like other <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros">RHEL-compatible distributions</a>, such as Rocky Linux and Alma Linux, Oracle Linux has been affected by Red Hat’s decision to stop publicly releasing the RHEL source code.  </p><p>While both the former distributions have devised ways to remain compatible, Oracle has cast doubt on where its own distribution stands, saying Oracle Linux “will continue to be RHEL-compatible to the extent we can make it so”. It also warned after version 9.2, there may be “a greater chance for compatibility issues to arise”. </p><h2 id="paying-developers-and-supporting-coders-xa0">Paying developers and supporting coders </h2><p>Oracle was quick to blame Red Hat’s owner, IBM, for the current debacle and pointed out the excuse for not releasing source code – somebody has to pay RHEL developers – did not really hold water. After all, Red Hat had managed to do so for many years before IBM’s $34 billion acquisition. </p><p>However, Oracle has a chequered history when it comes to supporting developers and it’s difficult not to consider the company’s behavior with regard to Java.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses">What Red Hat&apos;s source code restrictions mean for businesses</a></p></div></div><p>In 2010, Oracle acquired Sun Microsystems and, over the following decade, introduced paid licensing options. In 2019 it declared that security updates for Java 8 couldn’t be downloaded without a subscription. </p><p>This year saw the firm introduce the controversial <a href="https://www.oracle.com/us/corporate/pricing/price-lists/java-se-subscription-pricelist-5028356.pdf">Oracle Java SE Universal Subscription</a>. It could result in an organization having to purchase a license for the entire employee population, even if Java is only required for a single user or server.  </p><p>As such, Oracle’s critique, particularly the line about “more revenue opportunity for IBM”, is a little on the nose considering its own revenue-raising moves. One must also consider the fate of OpenSolaris. After it <a href="https://www.itpro.com/619882/oracle-and-sun-acquisition-is-a-done-deal">acquired Sun Microsystems</a> in 2010, the firm discontinued in-house development of the open source <a href="https://www.itpro.com/625222/opensolaris-board-threatens-to-disband">OpenSolaris</a> operating system – although a fork, OpenIndiana, continued. Oracle instead focused its efforts on the proprietary Oracle Solaris. </p><p>Oracle’s “Keep Linux Open and Free” line is all the more of an about-face. </p><h2 id="what-about-the-competition-xa0">What about the competition? </h2><p>Alongside Oracle’s pronouncements, the veteran Linux distribution SUSE has thrown its chameleon into the ring. Unlike Oracle’s blustering, SUSE has come up with some concrete proposals: fork RHEL, maintain a RHEL-compatible distribution without restrictions, and invest $10 million into the project. </p><p>SUSE introduced Liberty Linux last year, aimed at customers needing CentOS and RHEL support, but insisted it remained fully committed to SUSE Linux Enterprise, the Adaptable Linux Platform, and openSUSE. “Becoming more proprietary should not be the basis for competition between open source companies,” CEO Dirk-Peter van Leeuwen <a href="https://www.suse.com/c/at-suse-we-make-choice-happen/">said</a>. </p><iframe width="100%" height="200px" frameborder="0" data-lazy-priority="low" data-lazy-src="https://widget.spreaker.com/player?episode_id=53073845&theme=light&playlist=false&playlist-continuous=false&chapters-image=true&episode_image_position=right&hide-logo=false&hide-likes=true&hide-comments=true&hide-sharing=true&hide-download=true"></iframe><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/28025/best-linux-distros">Best Linux distros 2023</a></p></div></div><p>SUSE’s move has been welcomed by Gregory Kurtzer, CEO of CIQ and founder of Rocky Linux, with Kurtzer saying SUSE “has embodied the core principles and spirit of open source”. He went on to commend the collaboration opportunities afforded by SUSE’s move. </p><p>Oracle, on the other hand, has been quick to criticize IBM and Red Hat’s actions while painting itself as one of the custodians of Linux freedom. Developers who remember its history, and recent activities, will find the company’s newfound fervor around open source operating systems hard to take. </p><p>Customers wondering where to go next for their RHEL-compatible needs must also pay attention to the lack of detail in Oracle’s post beyond the fact its software will continue to be developed and tested on Oracle Linux, not RHEL. </p><p>Oracle has warned that compatibility issues might arise, but it’s also laid the blame for problems at the door of IBM and Red Hat. And, of course, its own software will carry on working anyway. Regardless of how noble Oracle’s intervention may be, it will always have its own revenues to worry about.  </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Fedora Workstation devs face community backlash over plans to collect telemetry data ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/fedora-workstation-devs-face-community-backlash-over-plans-to-collect-telemetry-data</link>
                                                                            <description>
                            <![CDATA[ The Linux distro's user base appears split over the proposals, with some claiming their privacy would be eroded ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">uWgc7GYAmqqtV95hNXtfFc</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/nMwtyXgHGDbd4a3veeH2G6-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 07 Jul 2023 11:43:02 +0000</pubDate>                                                                                                                                <updated>Mon, 10 Jul 2023 09:31:31 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ richard.speed@futurenet.com (Richard Speed) ]]></author>                    <dc:creator><![CDATA[ Richard Speed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/9i9jXkpYyoBCECh2PbJBGP.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/nMwtyXgHGDbd4a3veeH2G6-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A defocussed data matrix on a black background showing numbers and symbols with some sets of characters highlighted]]></media:description>                                                            <media:text><![CDATA[A defocussed data matrix on a black background showing numbers and symbols with some sets of characters highlighted]]></media:text>
                                <media:title type="plain"><![CDATA[A defocussed data matrix on a black background showing numbers and symbols with some sets of characters highlighted]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/nMwtyXgHGDbd4a3veeH2G6-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The team behind Linux distro Fedora has proposed the collection of telemetry data to improve services, sparking anger across its user community.</p><p>Described as “privacy-preserving Telemetry for Fedora Workstation”, the proposal from the Red Hat Display Systems Team would enable the collection of anonymous Fedora Workstation usage metrics.</p><p>While the exact metrics have yet to be determined and the approval of the community is also required, Fedora did give a flavor of the type of data that would be sought, <a href="https://discussion.fedoraproject.org/t/f40-change-request-privacy-preserving-telemetry-for-fedora-workstation-system-wide/85320" target="_blank"><u>in a post on Thursday</u></a>.</p><p>Examples given include being able to know which <a href="https://www.itpro.com/software/360026/best-ides-the-perfect-code-editors-for-beginners-and-professionals">IDEs</a> were most popular and which runtimes were used to create containers. Knowing the hardware in use would also be useful - for example, checking if the primary storage was a spinning disk or <a href="https://www.itpro.com/solid-state-storage-ssd/33908/best-ssds-the-top-nvme-and-sata-drives-around">SSD</a> - as well as collaborating with hardware vendors.</p><div  class="fancy-box"><div class="fancy_box-title">More on Linux and development</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="sdBraV42SJfSywBVVNUyWM" name="red-hat-logo-GettyImages-1498691471.jpg" caption="" alt="Red Hat logo on an illuminated sign above a conference hall" src="https://cdn.mos.cms.futurecdn.net/sdBraV42SJfSywBVVNUyWM.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/open-source/red-hat-distro-vendors-must-abide-by-enterprise-agreements-amid-source-code-furor">Red Hat: Distro vendors must abide by enterprise agreements amid source code ‘furor’</a></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/open-source/what-red-hats-source-code-restrictions-mean-for-businesses">What Red Hat&apos;s source code restrictions mean for businesses</a></p></div></div><p>“[The] purpose of all of the above metrics is to inform specific design decisions, not to build tracking profiles,” said the team behind Fedora.</p><p>However, the word ‘telemetry’ has sparked anger among many in the Fedora community, with one commenter to the proposal post claiming “there must be an internal contest at Red Hat to see which group can generate the most negative press and/or piss off the most people”.</p><p>More were blunter still, with another user stating “the only privacy-preserving way is no telemetry”.</p><p>Not all users have been in agreement, with some recognizing the need for collection.</p><p>“We need to gather insights over some data,” said one user. “Making it opt-in means that no one will enable it, so it’s best to have it enabled by default, and improve the experience as much as possible”.</p><h2 id="opt-in-versus-opt-out">Opt-in versus opt-out</h2><p>The plan would be to deploy the Endless OS metrics system in Fedora, but not the eos-phone-home component. The underlying system would be off by default until the user completes the privacy page.</p><p>This is significant because the toggle in gnome-initial-setup will default to being enabled, even though the underlying setting would still be off. Collection of metrics would still occur, but no uploading would happen until the user finishes the privacy page with the toggle still enabled.</p><p>“This is to ensure the system is opt-out, not opt-in,” said the Fedora team. “Few users would opt in, and these users would not be representative of Fedora users as a whole. We are not interested in opt-in metrics.”</p><p>That said, metrics uploading would be opt-in for upgrading users as there is no mechanism to ask existing users for permission after an upgrade in the same way as for new installations. Local collection would still occur, but not be uploaded.</p><h2 id="fedora-is-not-the-first-to-seek-telemetry">Fedora is not the first to seek telemetry</h2><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ovMSxaaARrLd4LYsh7bM4m" name="The Business Value of Zscaler Data Protection_listing.jpg" caption="" alt="Whitepaper cover with male and female colleague looking at, and pointing to, a digital padlock" src="https://cdn.mos.cms.futurecdn.net/ovMSxaaARrLd4LYsh7bM4m.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Zscaler)</span></figcaption></figure><p class="fancy-box__body-text"><strong>The business value of Zscaler Data Protection</strong></p><p class="fancy-box__body-text"><em>Understand how this tool minimizes the risks related to data loss and other security events</em></p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/data-protection/the-business-value-of-zscaler-data-protection"><strong>DOWNLOAD FOR FREE</strong></a></p></div></div><p>Metrics have long been collected by vendors, ostensibly to improve products. However, privacy campaigners and regulators have tended to react negatively to the technology.</p><p>Microsoft, for example, has faced allegations of breaches of privacy over what its operating systems and applications send back to the company’s servers.</p><p>“This change proposal will likely be compared to the <a href="https://www.itpro.com/operating-systems/25139/linux-mint-vs-ubuntu-which-one-is-better">Ubuntu</a> spyware complaints from a decade ago, when Ubuntu desktop users’ search queries were sent to Amazon by default,” the Fedora team added. “Let’s not do that.”</p><h2 id="what-are-the-next-steps">What are the next steps?</h2><p>The change proposal is currently just that: a proposal. It still requires review and approval by the community-elected Fedora Engineering Steering Committee (FESCo) before implementation. Based on the reaction so far, the proposal will probably require some modification.</p><p>“It is very common for developers to wish to know something about how Fedora software is used, and we will finally have a way to answer such questions," the Fedora team said in the post.</p><p>“Occasionally, Red Hat might need to collect specific metrics to justify additional time spent on contributing to Fedora or additional investment in Fedora.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Kali Linux review: A swiss army knife for cyber security pros  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/kali-linux-review-a-swiss-army-knife-for-cyber-security-pros</link>
                                                                            <description>
                            <![CDATA[ Use Kali Linux for good, not evil – and forge a career in cybersecurity while you're at it ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">SbjM2fK7Xs42FAqu9C9uiN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/qTXBUXooxvEfZkCNYM7UQb-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 19 Jun 2023 11:00:00 +0000</pubDate>                                                                                                                                <updated>Wed, 21 Jun 2023 10:19:52 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                                                                                    <dc:creator><![CDATA[ Danny Bradbury ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/qTXBUXooxvEfZkCNYM7UQb-1280-80.png">
                                                            <media:credit><![CDATA[Future]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Kali Linux software]]></media:description>                                                            <media:text><![CDATA[The Kali Linux software]]></media:text>
                                <media:title type="plain"><![CDATA[The Kali Linux software]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/qTXBUXooxvEfZkCNYM7UQb-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>With the current shortage of skills, there are plenty of career opportunities for people interested in cybersecurity. Luckily, there are plenty of tools too. One of the most respected is Kali, a secure Debian Linux-based distribution specifically targeting penetration testers and digital forensics experts. The company that makes it, Offensive Security (Offsec), unveiled it in 2013. It recently released the tenth-anniversary edition of the distro, 2023.1, so we thought it was time we took a look. </p><p>You don&apos;t need to use Kali for penetration testing. It&apos;s essentially Debian with a collection of third-party tools, all of which you can install yourself from elsewhere. However, this distro offers some distinct advantages. </p><p>The first is convenience. Offsec has bought hundreds of tools together in this OS, organizing them neatly in a thoughtfully designed menu system. </p><p><br></p><p>Another advantage is Kali&apos;s focus on its own security. It uses a minimal, trusted set of repositories to host additional programs. It also has a customized version of the kernel, fitted with a patch to support wireless injection for pen testing, along with support for many external wireless cards. The default installation also comes with network services disabled so that you don&apos;t accidentally announce yourself to your target network when you turn it on. </p><p><br></p><p>Kali is also a rolling release distribution, meaning that its developers work with a single code branch, delivering frequent regular releases with updated versions of the software. This contrasts with many other distributions, which work on less frequently released discrete versions in different code branches. At the time of writing, Offsec had already dropped 2023.2, just ten weeks after 2023.1. </p><h2 id="kali-linux-review-installation">Kali Linux review: Installation</h2><p>Kali has a comprehensive set of installation options. It offers pre-based VMware and VirtualBox virtual machine images with configuration taken care of. Offsec has already released version 2023.2, adding a pre-baked VM image for Microsoft&apos;s Hyper-V. </p><p><br></p><p>We installed the VirtualBox VM for testing purposes, but this popular specialist <a href="https://www.itpro.com/security/enterprise-security/370257/kali-linux-releases-first-ever-defensive-distro-score-new-tools">distro</a> is becoming increasingly appropriate as a bare-metal installation for IT pros. Offsec removed root privileges from the default Kali account in the 2020.1 release as it became the primary OS for more users. </p><p><br></p><p>If you&apos;re running in a virtual machine, you might want to set the network adapter in your VirtualBox settings to connect in bridge mode rather than NAT mode, so that you can conduct ARP-based sessions on your local network. The same goes for Metasploitable. This is the target OS that we&apos;ll use for testing out Kali Linux&apos;s hacking capabilities. </p><h2 id="kali-linux-review-design">Kali Linux review: Design</h2><p>Kali looks great out of the box, with a series of 2023 wallpapers. Here&apos;s the default: </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="qTXBUXooxvEfZkCNYM7UQb" name="kali_out_of_box_Listing.png" alt="The Kali Linux software: What a good-looking system" src="https://cdn.mos.cms.futurecdn.net/qTXBUXooxvEfZkCNYM7UQb.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>However, you can change the desktop environment to suit your needs. The VirtualBox image comes with XFCE by default, but you can also use KDE, Gnome, or Mate, among others. If you want to get more esoteric, Kali&apos;s repositories offer a pre-cooked version of i3, which dispenses with the traditional desktop metaphor altogether, focusing instead on tiled windows and keyboard-intensive operation. </p><p><br></p><p>Kali also comes with a fun tool out of the box: a stealth mode for hackers in the field. If you&apos;re on-site with a client trying to gain access, you can type kali-undercover into the terminal. Voila! Kali&apos;s interface switches to look like a Windows box to avoid drawing attention. Just re-enter the command to switch back. </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="gFCa6XcUmAmWCuAcZUxhJ9" name="kali_Linux_undercover.png" alt="The Kali Linux software: Move along, normies, nothing to see here" src="https://cdn.mos.cms.futurecdn.net/gFCa6XcUmAmWCuAcZUxhJ9.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><h2 id="kali-linux-review-tools">Kali Linux review: Tools</h2><p>007-style UI gadgets aside, the tools are what&apos;s really important in Kali. They&apos;re why we&apos;re here – and this OS has oodles of them. They cover the standard stages of a penetration test – reconnaissance, scanning, exploitation, maintaining access, and reporting. Some menu categories like information gathering and reporting map directly to these, but you&apos;ll need to find other tools in different menu categories, like Web Application Analysis, Wireless Attacks, Database Assessment, and Forensics. Some tools, like the Swiss Army knife of target enumeration, Maltego, appear in multiple categories. </p><p><br></p><p>You won&apos;t find all of the available tools out of the box unless you download the behemoth 10Gb &apos;everything&apos; installer in Kali&apos;s download section, but this isn&apos;t available as a VirtualBox image. No matter, though; Kali offers metapackages in its repositories that allow us to install different groups of add-in components for the OS. These are grouped into categories like the aforementioned desktop environments, along with tool categories like Bluetooth hacking programs. </p><p><br></p><p>We can install the lot with sudo apt install kali-linux-everything. Only do this if you&apos;ve a fast connection and time to spare. Now go make a cuppa and watch Kali install some fun tools like the Active Directory enumeration package Bloodhound, and the NSA&apos;s open-sourced Ghidra reverse engineering package. </p><p><br></p><p>Even after installing this mega-collection you might miss one or two tools that are in the latest editions of the OS and don&apos;t seem to have made it into the &apos;everything&apos; metapackage. For example, the 2023.1 release bought us access to several new goodies, including the Arkime package capture program, and a set of browser-based data manipulation tools called CyberChef. It also introduced DefectDojo, an open-source platform that helps security pros to track vulnerabilities and assign tasks to fix them via third-party collaboration tools. Another package is Redeye, a tool from the US Department of Homeland Security for managing pen test data. </p><p><br></p><p>2023.2 which bought even more toys. Notable among them were Evilginx2 (a framework to run manipulator in the middle attacks), the GoPhish open-source phishing toolkit, and TheHive, a security incident response platform. You might have to install some of these manually depending on your installation choices, but it only takes a single command. </p><p><br></p><p>The menu system subdivides into even more categories. For example, Information Gathering subdivides into menus like OSINT (open-source intelligence) analysis, <a href="https://www.itpro.com/domain-name-system-dns/30228/what-is-dns">DNS</a> analysis, and route analysis. </p><h2 id="kali-linux-review-the-network">Kali Linux review: The network</h2><p>We&apos;re looking for Metasploitable, the training VM for <a href="https://www.itpro.com/penetration-testing/33981/what-is-penetration-testing">pen testers</a> that we&apos;re running on our network. We could identify it by switching to it and typing ifconfig, but let&apos;s do it from Kali. </p><p><br></p><p>The Information Gathering menu is where you&apos;ll find some of the <a href="https://www.itpro.com/penetration-testing/34465/whats-the-difference-between-active-and-passive-reconnaissance">enumeration tools</a> that you&apos;ll use early on in your pen test projects. For example, Netdiscover enables you to quickly and quietly find out what&apos;s on your local network. A lot of tools, such as this one, have no <a href="https://www.itpro.com/operating-systems/30248/what-is-a-graphical-user-interface">GUI</a> but instead throw you straight into a terminal displaying their help file. </p><p><br></p><p>We can use Netdiscover for a quick enumeration of our network: </p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="iDzFjHaeY4LWfpTtXzMvpN" name="Kali_Linux_1_netdiscover_command.png" alt="The Kali Linux software: What's out there? Let's open up a terminal and see" src="https://cdn.mos.cms.futurecdn.net/iDzFjHaeY4LWfpTtXzMvpN.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Note that this command still requires sudo access, but Offsec has been loosening restrictions for key services. The tenth anniversary edition no longer required root access to the kernel logs via dmseg, for example, and it also gives you access to privileged ports (those below 1024) without root. That&apos;s useful, given that some tools you&apos;ll run in non-root modes, like Metasploit, often need access to those ports. </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TpiGVyiXX4Wji5dyHfpk6Z" name="Kali_Linux_2_netdiscover_results.png" alt="The Kali Linux software: How do we know which IP Metasploitable is on?" src="https://cdn.mos.cms.futurecdn.net/TpiGVyiXX4Wji5dyHfpk6Z.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>We&apos;ve redacted the IPs and devices on the test network (even though they&apos;re internal), leaving just one result: a system supposedly from PCS Systemtechnik GmBH. </p><p><br></p><p>There&apos;s a strange story here. The OUI - the first three octets of a device&apos;s MAC address – identifies the organization that registered that address. Netdiscover uses this to find out who made the device. Innotek, the company that originally produced VirtualBox before Sun Microsystems acquired it in 2008, never got around to registering a MAC address for the product. Instead, Sun was going to do it, but apparently didn&apos;t. </p><p><br></p><p>For years the OUI belonged to a company called Cadmus Systems until 2016, when it switched to PCS. Neither of these companies have anything to do with VirtualBox, which is now an open-source project maintained by Oracle. However, this OUI – 08:00:27 – is the default for VirtualBox, so assuming that an admin doesn&apos;t change it, looking for PCS is a handy way to quickly spot likely candidates for VirtualBox VMs on the network. </p><p><br></p><p>Other than the Kali VM we&apos;re operating, this is the only VirtualBox VM operating in our lab, so it must be Metasploitable. Let&apos;s drill down on that IP address and see which services are running on that target <a href="https://www.itpro.com/cloud/virtual-machines/355269/getting-started-with-virtual-machines">VM</a>. We&apos;ll use Nmap for this with the -sV modifier, which tells it to list the services and their version numbers running on each port. It delivers a handy list:  </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="b6p6MqJVgcUzvopSvZsCJj" name="Kali_linux_3_nmap_results.png" alt="The Kali Linux software: Metasploitable has a juicy attack surface." src="https://cdn.mos.cms.futurecdn.net/b6p6MqJVgcUzvopSvZsCJj.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>Good admins shut down services that aren&apos;t needed, but Metasploitable is designed for training pen testers, meaning that it&apos;s intentionally configured with more holes than a slice of Gruyere. Let&apos;s try the first service we find. Nmap tells us what software is running on this open FTP port, along with the version number. </p><p><br></p><h2 id="kali-linux-review-metasploit-ftw-xa0">Kali Linux review: Metasploit FTW </h2><p>At this point, we can break out one of the most useful tools in Kali: Metasploit, the open-source tool originally developed by H.D. Moore 20 years ago and now owned by Rapid7 (which also publishes Metasploitable). It is a framework containing hundreds of known exploits, enabling you to launch them against controlled targets. We&apos;ll start it using msfconsole and then search for the server&apos;s FTP tool, vsftp: </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="CjmmcPdfrDYJnjFsgDhiiC" name="Kali_Linux_dashboard.png" alt="The Kali Linux software: What exploits does Metasploit have for this FTP software?" src="https://cdn.mos.cms.futurecdn.net/CjmmcPdfrDYJnjFsgDhiiC.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>We get two exploits in our results. Both were disclosed long before Kali was even released, and should have been patched by any competent admin. Note that these are compatible with the version number of the software that this vulnerable server is using. </p><p><br></p><p>We can use Metasploit to attack this software. We won&apos;t show the specific steps involved because we don&apos;t want to teach bad-faith actors how to hack boxes that they don&apos;t own, but here&apos;s the shell that Metasploit gave us when it was done. Note that the <a href="https://www.itpro.com/virtual-private-network-vpn/30351/how-do-you-hide-an-ip-address">IP address</a> in the shell is the target system&apos;s, and we have root status. </p><p><br></p><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:2560px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LzZKuQvaphAXGEyergXETC" name="Kali_Linux_pwnage.png" alt="The Kali Linux software: "Look mum, I'm a l33t hacker now"" src="https://cdn.mos.cms.futurecdn.net/LzZKuQvaphAXGEyergXETC.png" mos="" align="middle" fullscreen="" width="2560" height="1440" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>This fun piece of script-kiddery shows how quickly Kali can yield results, but it barely scratches the surface of what&apos;s available. This friendly, functional system offers so many possibilities that would take months, if not years, to fully understand all of the tools on offer. </p><p><br></p><h2 id="kali-linux-review-purchasing">Kali Linux review: Purchasing</h2><p>Kali isn&apos;t just one product; it&apos;s a whole family. There&apos;s Kali Purple, a collaborative system for <a href="https://www.itpro.com/security/34590/stories-from-the-front-line-the-secrets-of-the-red-team-revealed">red and blue teams</a> to work together on system hardening, and Kali NetHunter, a version of Kali for Android phones. It&apos;s a great free resource for those interested in a career defending networks. </p><p><br></p><p>Don&apos;t let Kali&apos;s smooth operation and attractive desktop fool you: it isn&apos;t intended for beginners. It&apos;s a pared-down system with security in mind, meaning that you won&apos;t find as much software as you might in the sprawling Ubuntu or Arch repositories. </p><p><br></p><p>If you&apos;re new to Linux or just want an alternative to Windows, start with another distro. You can still install all of the Kali tools on alternative systems as you need them, and then switch to Kali when you&apos;ve developed some basic <a href="https://www.itpro.com/mobile/remote-access/368051/best-remote-desktop-for-linux-in-2022">Linux</a> chops. </p><p><br></p><p>Oh, and the mandatory warning applies: Kali is intended for training, and for testing systems to which you have authorized access. It is not for breaking into other people&apos;s stuff. Attempting to use it in this way is dangerous to the target, and will also likely land you in jail. Use this hacking powerhouse for good, not evil – and forge yourself a career in <a href="https://www.itpro.com/security/28133/what-is-cyber-security">cyber security</a> while you&apos;re at it. </p><p><br></p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best email client for Linux ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/367850/best-email-client-for-linux</link>
                                                                            <description>
                            <![CDATA[ Manage your mail easily and efficiently with the best communications suite for any Linux distro ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">avEpMxfWygejkSxLiXGYSY</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/g6dnFVVNsdFHum7PCn4uan-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Oct 2022 21:05:37 +0000</pubDate>                                                                                                                                <updated>Thu, 24 Jul 2025 19:07:11 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ nik@nikrawlinson.com (Nik Rawlinson) ]]></author>                    <dc:creator><![CDATA[ Nik Rawlinson ]]></dc:creator>                                                                                                        <dc:description><![CDATA[ &lt;p&gt;Nik Rawlinson is a journalist with over 20 years of experience writing for and editing some of the UK’s biggest technology magazines. He spent seven years as editor of MacUser magazine and has written for titles as diverse as Good Housekeeping, Men&#039;s Fitness, and PC Pro.&lt;/p&gt;
&lt;p&gt;Over the years Nik has written numerous reviews and guides for ITPro, particularly on Linux distros, Windows, and other operating systems. His expertise also includes best practices for cloud apps, communications systems, and migrating between software and services.&lt;/p&gt;
&lt;p&gt;Nik is also a prolific writer of books — both fact and fiction — almost all of which you can find on Amazon. In most cases, he produces not only the words and pictures but the layouts, too.&lt;/p&gt; ]]></dc:description>
                                                                                                        <dc:contributor><![CDATA[ Rene Millman ]]></dc:contributor>
                                                                    <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/g6dnFVVNsdFHum7PCn4uan-1280-80.jpg">
                                                            <media:credit><![CDATA[Unsplash]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[close-up of a Linux machine&amp;#039;s settings]]></media:description>                                                            <media:text><![CDATA[close-up of a Linux machine&amp;#039;s settings]]></media:text>
                                <media:title type="plain"><![CDATA[close-up of a Linux machine&amp;#039;s settings]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/g6dnFVVNsdFHum7PCn4uan-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Despite the increasing dominance of instant messaging and collaboration tools, email remains an essential pillar of professional communication. Its ability to facilitate detailed discussions and serve as a reliable record of correspondence ensures that email continues to play a vital role in business and personal productivity.</p><p>While mainstream options like Outlook and Apple Mail are not natively available on Linux, the open-source community and third-party developers have created a robust ecosystem of email clients tailored for Linux users. Whether you need advanced features, seamless desktop integration, or a simple interface, there’s a solution to fit every workflow.</p><p>To help you in making an informed decision, we have evaluated a range of email clients, including Evolution and Kontact, which serve as the default options for the GNOME and KDE desktop environments, respectively.</p><h2 id="what-to-look-out-for-when-choosing-an-email-client">What to look out for when choosing an email client</h2><p>When evaluating Linux email clients, compatibility is a top priority. All the clients featured here support IMAP, ensuring smooth integration with most major email providers. Many also offer POP or Exchange support, so you can connect to a wide range of services without issue. Some clients are more specialized: for example, Hiri is designed exclusively for Exchange accounts (including <a href="https://www.itpro.com/business-operations/productivity/355642/microsoft-365-is-more-than-a-name-change"><u>Microsoft 365</u></a>, Hotmail, and <a href="https://www.itpro.com/642049/microsoft-outlookcom-need-to-know"><u>Outlook.com</u></a>), while Hey only works with its proprietary Hey.com service. If you’re unsure which protocol your provider uses, you can either check with them directly or simply try logging in with your chosen client; most paid apps offer a free trial, so there’s no risk in testing compatibility.</p><p>Once set up, it’s important that your client not only manages incoming messages but also maintains a searchable archive. Evaluate each client’s search capabilities and choose one that matches your workflow. For instance, Thunderbird offers multiple search tools, such as Quick Filter, which some users rely on exclusively, while others might prefer scrolling through a sortable inbox or disabling threaded conversations for a more traditional view.</p><p>While premium email clients often include advanced features, many users will find that free options like Thunderbird, Evolution, and KMail provide all the essentials, plus extensive customization through add-ons or plugins. Paid clients such as Mailspring and BlueMail offer additional productivity tools, but for most home and small business users, free versions are more than sufficient. Thunderbird, in particular, stands out for its flexibility and robust feature set, which can be further expanded to suit individual needs.</p><h2 id="the-best-email-clients-for-linux">The best email clients for Linux</h2><h3 class="article-body__section" id="section-bluemail"><span>BlueMail</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ZsBqzXuDqWLCNubtMfAXQ8" name="BlueMail.jpg" alt="The BlueMail interface on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/ZsBqzXuDqWLCNubtMfAXQ8.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><div ><table><thead><tr><th class="firstcol " >Pros</th><th  >Cons</th></tr></thead><tbody><tr><td class="firstcol " >Later Board simplifies email triage</td><td  >Email backup is a paid feature</td></tr><tr><td class="firstcol " >App-wide conversation controls</td><td  ></td></tr><tr><td class="firstcol " >Cluster feature reduces clutter</td><td  ></td></tr></tbody></table></div><p><a href="https://bluemail.me/"><u>Blue by name, blue by nature</u></a>. There&apos;s a definite theme here, although you can dress it up in one of 18 different accents if you prefer. You can even color-code your mail accounts to make them easier to distinguish. Everything else is conventional: a sidebar and preview pane, a unified inbox if you set up multiple accounts, the option to turn off &apos;conversations&apos; (aka threads) application-wide, and a built-in calendar and contacts. You&apos;ll quickly feel at home.</p><p>Triaging your email is easy, courtesy of the Later Board. This has its button at the top of your inbox, which, when clicked, sweeps away your message preview to reveal a table of three columns, for Today, Later, and Done – you can add other columns if you need them. Drag emails from your message list to the appropriate column, and when their allotted time arrives, a notification pops up. By default, dragging into the Today column sets an email&apos;s due date as two hours hence. But, drag it into Later and it will throw up a dialog through which you can set a specific time and date, use a more vague &apos;this evening&apos;, &apos;tomorrow morning&apos;, and so on, or delegate it to &apos;someday&apos;, in which case it will be stashed for safekeeping without a specific due date. If you&apos;ve ever used a Kanban system like Trello, the workflow will be immediately familiar.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="6nmxNftLKu5pBLPa7nGmNa" name="Three innovative technologies to address UPS challenges at the edge_thumb.png" caption="" alt="Whitepaper cover with title and logo over image of barista in a coffee shop serving" src="https://cdn.mos.cms.futurecdn.net/6nmxNftLKu5pBLPa7nGmNa.png" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Schneider Electric)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/it-infrastructure/370012/three-innovative-technologies-to-address-ups-challenges"><em>Get insight into the challenges UPS can come up against at the edge</em></a></p></div></div><p>Meanwhile, the clever cluster feature acts like a slightly blunt thread tool. Turn it on (it&apos;s an option) and it automatically groups all emails from a particular sender, not just the emails from a particular conversation. Then, when a new email arrives from that sender, the whole cluster jumps to the top of the list. Only your new message is displayed when you click on the cluster, but a chip below the sender icon indicates how many other messages the cluster contains. Clicking it reveals them. It&apos;s an effective way to reduce clutter in your inbox without you manually dragging messages into subfolders.</p><p>BlueMail’s core features are available for free, including unified folders, integrated calendar, clusters, customizable interface accents, and dark mode. For advanced functionality, such as full theme customization, desktop email backup, and access to GemAI (BlueMail’s generative AI assistant, which uses<a href="https://www.itpro.com/technology/artificial-intelligence-ai/369979/chatgpt-vs-chatbots-whats-the-difference"> <u>ChatGPT</u></a>) for context-based email replies, you’ll need the BlueMail Plus plan, which is priced at $5–$6 per user per month depending on the provider. The Business Pro plan, at $12–$13 per user per month, adds a corporate management dashboard, policy and device management, app integrations, advanced corporate configuration, video conferencing, and priority support. Most individual and home users will find the free tier more than sufficient, while business features are reserved for the paid plans.</p><p>Most home users will manage well with the free tier, which offers a fully featured email client with some nifty features. The highlight for us is the Later Board, which takes much of the effort out of sorting and dealing with email in a timely manner.</p><h3 class="article-body__section" id="section-evolution"><span>Evolution</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="ej6hcv4SPPksyJKgFVL9rf" name="Evolution.jpg" alt="The Evolution interface on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/ej6hcv4SPPksyJKgFVL9rf.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><div ><table><thead><tr><th class="firstcol " >Pros</th><th  >Cons</th></tr></thead><tbody><tr><td class="firstcol " >Gnome integration</td><td  >Additional package required for Exchange accounts</td></tr><tr><td class="firstcol " >Can surface contacts to LibreOffice</td><td  ></td></tr><tr><td class="firstcol " >Quick inbox filtering</td><td  ></td></tr></tbody></table></div><p>If you&apos;re using the<a href="https://www.itpro.com/software/linux/367850/wiki.gnome.org/Apps/Evolution"> <u>Gnome desktop</u></a> environment, you may already have Evolution in your dock. It might even be ready to roll without you having launched it. That&apos;s because it refers to the account logins you can specify when first starting Gnome, or add through the Online Accounts section of the Settings app.</p><p>This isn&apos;t the only way it&apos;s integrated with the desktop environment, either: reminders appear in the notifications drop-down when you click the Gnome clock, and incoming messages populate the same panel. If you&apos;re comfortable working through Terminal, you can even tweak some of its settings by writing to Gnome variables. If you aren&apos;t, don&apos;t worry: pretty much anything you&apos;d want to do is also accessible through dialogs.</p><p>There are no Pro or Plus versions as there are with<a href="https://www.itpro.com/business-strategy/collaboration/362318/best-email-apps-for-iphone-and-android"> <u>BlueMail</u></a> and Mailspring, and it&apos;s not extensible like Thunderbird. However, it is a competent if no-frills personal information manager for handling email and calendaring tasks, managing a contacts list locally or online, and subscribing to feeds. If you maintain a local address book, you can even expose its contents as a data source for use in LibreOffice, which could be useful when running a mail merge. The built-in calendar supports iCalendar, WebDAV, CalDAV, and Google Calendar, while the address book can sync with CardDAV, LDAP, and Google Contacts. This makes Evolution especially appealing for users who need more than just email management.</p><p>You can quickly filter your inbox using the Show menu, with direct access to unread messages, messages with attachments, messages marked as important, and so on, and tag your messages with color-coded labels. There are five default labels, including to-do, later, and personal, but you can add your own and specify a preferred color for each. You can then apply them manually or use rules to automatically tag matching messages.</p><p>There&apos;s a quick search box for subjects and addresses immediately above the inbox, which is supplemented by a more flexible Advanced Search dialog. This lets you specify multiple conditions across a wide range of variables, like headers, size, and status, or perform regex matching to target a defined subset of messages.</p><p>Evolution supports IMAP, POP, and SMTP protocols out of the box, with secure connections via SSL, TLS, and STARTTLS. For Microsoft Exchange, Evolution provides robust compatibility through the evolution-ews extension, which enables full Exchange Web Services (EWS) support for modern Exchange servers. For older Exchange environments, additional plugins such as evolution-mapi or evolution-exchange may be required. This makes Evolution one of the most versatile Linux email clients for users needing enterprise or corporate email integration.</p><p>Evolution includes support for PGP/GPG and S/MIME encryption, providing secure messaging for both personal and professional use. It also offers automatic spam filtering (via SpamAssassin or Bogofilter), search folders, and markdown email formatting. Additional plugins enable features like RSS feed reading and news aggregation, further extending its capabilities.</p><p>Evolution feels like a very workaday email client that, thanks to sharing the Gnome design principles, integrates smoothly with the operating system – assuming, of course, that Gnome is your desktop manager of choice. It might not have the eye candy of BlueMail or Mailspring, but it&apos;s certainly not an app you&apos;d object to spending time in during your working day.</p><p>Incoming server compatibility: IMAP, POP, Exchange</p><h3 class="article-body__section" id="section-kontact"><span>Kontact</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="So683E6nVW8yZdjSfpSo5M" name="Kontact.jpg" alt="The Kontact interface on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/So683E6nVW8yZdjSfpSo5M.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><p>As Evolution is to Gnome, so<a href="https://www.itpro.com/software/linux/367850/kontact.kde.org"> <u>Kontact is to KDE</u></a>. They&apos;ll each run in either desktop environment, but it makes sense to pick matching applications.</p><p>Kontact is KDE’s integrated personal information management suite, bringing together email (KMail), calendar (KOrganizer), contacts (KAddressBook), notes (KNotes), news feeds (Akregator), and more into a unified interface. While each component can be run individually, using Kontact provides a seamless experience for managing all your communications, scheduling, and information in one place, with deep KDE Plasma integration for notifications, password management (KWallet), and system-wide search.</p><p>Kontact’s interface may feel somewhat dated compared to more modern clients like Newton and Mailspring, with certain design choices, such as the vertically oriented button for toggling between plain text and rich text views, being less intuitive and visually appealing. While recent updates have improved usability, some aspects, like Exchange account setup, can still be cumbersome due to longstanding configuration bugs, though workarounds are available and the core functionality remains reliable.</p><p>Looks aside, Kontact has all the features you&apos;d expect of a modern email client. Incoming messages are flagged in the KDE Notifications panel, it has unified mailboxes, and, like Thunderbird, it will spot words like &apos;attached&apos; in your message body and, if you&apos;ve not attached a file, check that that&apos;s not something you&apos;ve overlooked. That&apos;s not the only similarity to Thunderbird: open the Find Messages dialog and it&apos;s all but identical to Thunderbird&apos;s Search Messages pane, through which you can stack multiple criteria to zero in on a handful of matching emails.</p><p>You can schedule pre-composed emails if they need to be sent when you won&apos;t be around to supervise, and, rather neatly, if you set a message to depart at a specified time, you can also set it to repeat. So, if you need to send someone a weekly reminder but don&apos;t have access to their calendar, you could delegate the task to KMail.</p><p>The template system is particularly clever. Four defaults handle new messages, reply to the sender, reply to all, and forward messages, and define how quoted content and fields should be handled within the body area. You might, for example, want to include the subject line from an original message when sending a reply, or the time the original was sent, and define an entirely different setup for use when replying to all, or to a list. This could be very useful when sending messages in-house if your team wants to include specific data in each message so they&apos;re easier to surface in a search.</p><p>The latest versions of KMail have introduced features such as improved ad and tracker blocking, direct display of OpenPGP key validity, and warnings for expiring keys. Additionally, KMail now offers optional offline and open-source AI features, including translation via the Bergamot engine and speech-to-text with vosk-api, though these are disabled by default and must be enabled in settings</p><p>KMail, within Kontact, is a sturdy email client that does everything you need and as form is generally less important than function, criticizing its looks does feel somewhat shallow. The powerful template system, layered search tool, and recurring emails are all welcome, and the fact that it&apos;s free and so closely tied to the desktop manager – assuming you use KDE – is a boon.</p><p>Incoming server compatibility: IMAP, POP, Exchange</p><h3 class="article-body__section" id="section-mailspring"><span>Mailspring</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="89viD33tiinerSz7JhRKVk" name="MailSpring.jpg" alt="The MailSpring interface on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/89viD33tiinerSz7JhRKVk.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><div ><table><thead><tr><th class="firstcol " >Pros</th><th  >Cons</th></tr></thead><tbody><tr><td class="firstcol " >Gmail style search</td><td  >Most expensive 'pro' tier of those on test</td></tr><tr><td class="firstcol " >Generous free plan</td><td  >No support for POP servers</td></tr></tbody></table></div><p><a href="https://www.itpro.com/software/linux/367850/www.getmailspring.com"><u>Mailspring </u></a>is a modern, cross-platform email client available for Linux, Windows, and macOS. Built on the foundation of the discontinued Nylas Mail, it stands out for its sleek interface, flexible layout options, and a focus on productivity-enhancing features</p><p>Search is well handled, and the way it&apos;s been implemented will be immediately familiar if you&apos;re switching from<a href="https://www.itpro.com/business-strategy/collaboration/362362/gmail-vs-outlook-vs-thunderbird"> <u>Gmail&apos;s</u></a> web interface. It indexes your mail on a wide range of variables, so you can use prefixes like &apos;from:&apos;, &apos;subject:&apos;, and &apos;to:&apos; in the search box to strip down the results. And these are just for starters. If you want to find emails that arrived in January, use &apos;before:&apos; combined with the first date of February. Or, for emails that arrived this week, &apos;since Monday&apos;. &apos;in:&apos; lets you search folders or tags, while &apos;has:&apos; lets you find messages with attachments. You can even combine multiple variables using OR and AND to precisely target an email you remember but can&apos;t immediately locate.</p><p>The free version of Mailspring includes a unified inbox, customizable themes, a powerful signature editor, language detection for spell check, translation for both incoming and outgoing messages, and efficient filtering and labeling tools. Most productivity features, such as email templates, scheduling (send later), reminders, and email tracking, are now available in the free tier, with some limitations on usage volume.</p><p>Mailspring Pro, priced at $8 per month, unlocks unlimited access to advanced tools including rich contact profiles, unlimited snoozing, advanced templates, unlimited send later, follow-up reminders, and detailed read receipts and link tracking. Pro users also benefit from enriched contact information and more granular analytics for sent messages.</p><p>Mailspring supports IMAP and Microsoft Exchange accounts but does not offer compatibility with POP servers. Setting up a Mailspring ID is required for features like snoozing and reminders, as these rely on Mailspring’s own cloud infrastructure to sync metadata across devices.</p><h3 class="article-body__section" id="section-mozilla-thunderbird"><span>Mozilla Thunderbird</span></h3><figure class="van-image-figure " data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="qVGpZpEenNbfNPuoob2Kq3" name="ThunderBird.jpg" alt="The Thunderbird interface on the ITPro background" src="https://cdn.mos.cms.futurecdn.net/qVGpZpEenNbfNPuoob2Kq3.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Future)</span></figcaption></figure><div ><table><thead><tr><th class="firstcol " >Pros</th><th  >Cons</th></tr></thead><tbody><tr><td class="firstcol " >Redesigned interface with Supernova (v115+)</td><td  >Some legacy UI elements remain</td></tr><tr><td class="firstcol " >Integrated calendar and contacts</td><td  >Uses some deprecated GTK+ APIs</td></tr><tr><td class="firstcol " >Tabbed interface for multitasking</td><td  >Sorting and searching can take adjustment</td></tr></tbody></table></div><p><a href="https://www.itpro.com/software/linux/367850/www.thunderbird.net"><u>Thunderbird </u></a>has long been recognized for its powerful, flexible, and extensible nature, but its dated interface was a common complaint among users. That changed with the release of Thunderbird 115 “Supernova”, which delivered a substantial visual and usability overhaul. The new design introduces a cleaner, more modern look, improved iconography, and better support for high-resolution displays. Thunderbird now feels at home on Linux, macOS, and Windows, and the need for custom themes has diminished as the default experience is much more inviting.</p><p>The layout remains familiar and highly customizable: you can toggle the preview pane, suppress remote images, adjust interface fonts, and manage most features, like your calendar, settings, and messages, within a unified window. Messages open in tabs by default, supporting efficient multitasking, while composing a new message still opens a separate window, allowing you to easily reference other emails or calendar events as you write.</p><p>A thoughtful feature is the attachment reminder: if you mention words like “attach” or “attached” in your email but forget to include a file, Thunderbird discreetly prompts you before sending. This small touch helps prevent common mistakes without being intrusive.</p><p>Sorting and searching have improved, but may still require some adjustment for new users. Threaded conversations are enabled by default, but can be disabled per folder. The main search bar returns results in a list view, which some may find less intuitive, but the Quick Filter tool offers real-time, in-inbox filtering that many users find more efficient for day-to-day use.</p><p>Thunderbird is more than just an email client; it’s also a contact manager, calendar, and newsreader. Calendar integration is now built-in (formerly an add-on), and an extensive library of add-ons is available through the integrated Add-ons Manager, allowing for further customization and feature expansion.</p><p>Now over 20 years old, Thunderbird’s recent redesign and ongoing development have made it more appealing, flexible, and user-friendly than ever. Despite minor quirks with search and threading, it remains a top recommendation for Linux users and anyone seeking a robust, open-source email suite.</p><p>Incoming server compatibility: IMAP, POP, Exchange (via add-ons such as ExQuilla or Owl).</p><h3 class="article-body__section" id="section-geary"><span>Geary</span></h3><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1078px;"><p class="vanilla-image-block" style="padding-top:61.60%;"><img id="HRGpLtZL6AHTbsnG7mA5gf" name="Screenshot 2025-07-24 at 20.02.16.png" alt="Geary screengrab" src="https://cdn.mos.cms.futurecdn.net/HRGpLtZL6AHTbsnG7mA5gf.png" mos="" align="middle" fullscreen="" width="1078" height="664" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Geary)</span></figcaption></figure><div ><table><tbody><tr><td class="firstcol " >Pros</td><td  >Cons</td></tr><tr><td class="firstcol " >Clean, modern conversation-based interface</td><td  >Lacks advanced filtering and rules</td></tr><tr><td class="firstcol " >Fast, lightweight, and easy to set up</td><td  >No POP3 support, IMAP only</td></tr><tr><td class="firstcol " >Strong GNOME integration and notifications</td><td  >No PGP or S/MIME encryption</td></tr><tr><td class="firstcol " >Instant search and conversation view</td><td  >Minimal customization, no plugin support</td></tr></tbody></table></div><p>Geary is a minimalist, modern email client designed for users who value simplicity and speed over feature bloat. Developed under the GNOME project and written in Vala, Geary offers a Gmail-like conversation view, making it easy to follow and reply to email threads without clutter. Its interface is clean and intuitive, with just enough features to keep daily email management efficient and distraction-free.</p><p>Geary’s interface is focused on usability: the main window presents your inbox and conversations clearly, with desktop notifications for new messages and a straightforward setup process that works with Gmail, Yahoo, Outlook.com, and any standard IMAP server. Adding accounts is quick, and integration with GNOME Online Accounts makes it even easier for GNOME desktop users. The conversation view keeps related emails together, and a fast keyword search bar lets you find messages using familiar prefixes like from:, is: read, or has: attachment.</p><p>The feature set is intentionally basic. It supports HTML and plain text composition, desktop notifications, and a full-featured search. However, it lacks advanced filtering, server-side rules, and plugin support, making it less suitable for power users or those who need extensive customization. Security is limited to SSL/TLS for connections; there is no support for PGP or S/MIME encryption, so it’s not recommended for users with high privacy requirements. Geary only supports IMAP and SMTP, with no POP3 option, meaning all mail stays on the server by design.</p><p>Geary is exceptionally lightweight and responsive, even on older or low-spec hardware. It uses an SQLite database to cache mail locally for quick access and search, but does not store full mailbox copies offline by default. Its deep GNOME integration ensures smooth notifications and password management via GNOME Keyring.</p><p>It is ideal for users who want a simple, fast, and visually appealing email client, especially those on GNOME-based systems or who prefer a Gmail-style conversation view. It’s a great fit for casual users, students, and anyone who doesn’t need advanced filtering, encryption, or plugin support.</p><p>Incoming server compatibility: IMAP, SMTP (no POP3 support).</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ How to set up Chrome Remote Desktop ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/mobile/remote-access/368055/how-to-set-up-chrome-remote-desktop</link>
                                                                            <description>
                            <![CDATA[ Chrome Remote Desktop is a popular free way to access another computer remotely. Here's how to set things up quickly ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">w2CQfQq1VQSVMf81WgsFBu</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/DBpkBs4bGbjiwKdjy5mCDk-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Oct 2022 10:16:18 +0000</pubDate>                                                                                                                                <updated>Fri, 17 May 2024 15:21:07 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Jennifer Allen ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/AtntzWepW6sYKYV4q8d3eS.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/DBpkBs4bGbjiwKdjy5mCDk-1280-80.jpg">
                                                            <media:credit><![CDATA[Pexels]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[Other platforms, such as TeamViewer, are worth looking into if you need premium features like phone app access]]></media:description>                                                            <media:text><![CDATA[laptop open on Google on desk]]></media:text>
                                <media:title type="plain"><![CDATA[laptop open on Google on desk]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/DBpkBs4bGbjiwKdjy5mCDk-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>It's useful to be able to access a PC remotely with the minimum of effort and, ideally, for free. <a href="https://www.itpro.com/mobile/remote-access/368056/what-is-chrome-remote-desktop" data-original-url="https://www.itpro.com/mobile/remote-access/368056/what-is-chrome-remote-desktop">Chrome Remote Desktop</a> is one of the <a href="https://www.itpro.com/desktop-software/28122/the-best-remote-access-solutions" data-original-url="https://www.itpro.com/desktop-software/28122/the-best-remote-access-solutions">best remote desktop software</a> tools out there, thanks to being easy to set up and entirely free-to-use. While alternative protocols like <a href="https://www.itpro.com/mobile/remote-access/368105/what-is-rdp" data-original-url="https://www.itpro.com/mobile/remote-access/368105/what-is-rdp">RDP</a>, <a href="https://www.itpro.com/mobile/remote-access/368057/what-is-xrdp" data-original-url="https://www.itpro.com/mobile/remote-access/368057/what-is-xrdp">XRDP</a> or <a href="https://www.itpro.com/mobile/remote-access/368108/what-is-vnc" data-original-url="https://www.itpro.com/mobile/remote-access/368108/what-is-vnc">VNC</a> may be more appealing for experienced users, everyone can get to grips with Chrome Remote Desktop.</p><p>Here, we look at how to set up Chrome Remote Desktop and access another computer. It's a simple process once you know how. There's no need to have advanced tech knowledge to do so. Even easier than learning <a href="https://www.itpro.com/mobile/remote-access/368101/how-to-use-microsoft-remote-desktop-connection" data-original-url="https://www.itpro.com/mobile/remote-access/368101/how-to-use-microsoft-remote-desktop-connection">how to use Microsoft Remote Desktop Connection</a>, the process only takes a few minutes, enabling users to get on with whatever they need to do faster.</p><h2 id="how-to-set-up-chrome-remote-desktop-preparation">How to set up Chrome Remote Desktop: Preparation </h2><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="BQg4ZkCmzxMP2sUK8eMekH" name="" alt="TeamViewer displayed on a smartphone" src="https://cdn.mos.cms.futurecdn.net/BQg4ZkCmzxMP2sUK8eMekH.jpg" mos="https://cdn.mos.cms.futurecdn.net/BQg4ZkCmzxMP2sUK8eMekH.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="caption-text">Other platforms, such as TeamViewer, are worth looking into if you need premium features like phone app access </span><span class="credit" itemprop="copyrightHolder">(Image credit: TeamViewer)</span></figcaption></figure><p>Before you begin setting up Chrome Remote Desktop, it's important to understand you have the right <a href="https://www.itpro.com/mobile/remote-access/368104/what-is-a-remote-desktop" data-original-url="https://www.itpro.com/mobile/remote-access/368104/what-is-a-remote-desktop">remote desktop</a> tool for your needs. </p><p>Checking out the best remote desktop software is a good place to start, but also read up on leading platforms like <a href="https://www.itpro.com/desktop-software/21316/teamviewer-9-review" data-original-url="https://www.itpro.com/desktop-software/21316/teamviewer-9-review">TeamViewer</a> and RemotePC to check you have the right software for your business needs. Each offers different pros and cons, meaning there's rarely a one-size-fits-all solution. </p><p>Chrome Remote Desktop is best suited for a business that needs to occasionally connect to other desktops from any location. It works across all major devices, and merely requires the Chrome browser to be installed, but it can be limited when it comes to sharing functionality. </p><p>It's also not possible to reboot a system remotely using the software, which can be a major issue for some users. Some users may find it too limited, but it's ideal for quickly 'jumping' into someone's system temporarily, rather than as a permanent remote desktop setup. </p><p>Once you've settled on Chrome Remote Desktop, it's important to make sure that all computers or devices using it have Chrome installed to get the best functionality from the service. It's also important to have a Google account set up, but in the majority of cases, most users are likely to have one. </p><p>Any time that a computer or other device is powered on, it's possible to use Chrome Remote Desktop. It can be a good idea to set up relevant systems so that their power management means that they never go into sleep mode. </p><h2 id="step-1-install-chrome-remote-desktop">Step 1: Install Chrome Remote Desktop </h2><p>Once you have decided which computer needs to be accessed remotely, go to its <a href="https://remotedesktop.google.com/access">Access page</a>. Log in to your Google account to access the page fully. Click the download button underneath "Set up remote access", followed by "Add to Chrome" to download the Chrome extension.</p><p>Once downloaded, click "Accept & Install" to install the extension. Depending on how your computer is set up, you may need to enter your computer password a couple of times throughout the process. Once installed, click "Turn On" to enable Chrome Remote Desktop. </p><p>Enter a name for your computer so it can be easily identified when connecting remotely. This is particularly important once you have numerous systems set up with Chrome Remote Desktop, as it will be easier to identify them all.</p><h3 class="article-body__section" id="section-step-2-set-up-chrome-remote-desktop"><span>Step 2: Set up Chrome Remote Desktop </span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="qpPeNiv3E33huvTx7UsGY9" name="" alt="Chrome Remote Desktop's user interface for setting up remote access" src="https://cdn.mos.cms.futurecdn.net/qpPeNiv3E33huvTx7UsGY9.jpg" mos="https://cdn.mos.cms.futurecdn.net/qpPeNiv3E33huvTx7UsGY9.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="caption-text">You'll need to follow a few steps to install Chrome Remote Desktop </span><span class="credit" itemprop="copyrightHolder">(Image credit: Google)</span></figcaption></figure><p>Once Chrome Remote Desktop has been installed, you'll need to complete a few set up steps before you can dive into connecting remotely. </p><p>One of the most important settings is to create a PIN to ensure your computer is secure. Enter a PIN that is at least six numbers long. For security reasons, the longer the better. Ideally, avoid using obvious-to-guess numbers such as a birthday or memorable date. </p><p>Once you have entered a PIN, your device is listed under the Chrome Remote Desktop list once you log in. From there, it's possible to rename the device by clicking the pencil icon next to it if you choose to come up with a more memorable name.</p><h3 class="article-body__section" id="section-step-3-setting-up-the-computer-ready-for-access"><span>Step 3: Setting up the computer ready for access </span></h3><p>After Chrome Remote Desktop has been set up on a system, the process on how to access another computer with Chrome Remote Desktop is fairly straightforward. </p><p>On the computer that you want to access remotely, you (or the remote user) needs to log in via the <a href="https://remotedesktop.google.com/access">Access page</a>, then click "Remote Support". From there, they can click "Generate Code" to create a code that can be shared with the user that wants to access the system. The code is a one-use only string of numbers, and must be used within five minutes of creation.</p><p>If you have a particularly secure firewall set up, you may also need to adjust some settings to allow incoming traffic. Google recommends allowing outbound UDP traffic, inbound UDP responses, traffic on TCP port 443 (HTTPS) and traffic on TCP and UDP on port 3478 (STUN) for it to work effectively.</p><h3 class="article-body__section" id="section-step-4-accessing-another-computer"><span>Step 4: Accessing another computer </span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SgvFE4K5S9bntsRVPKh8ze" name="" alt="Chrome Remote Desktop's user interface for setting up remote access" src="https://cdn.mos.cms.futurecdn.net/SgvFE4K5S9bntsRVPKh8ze.jpg" mos="https://cdn.mos.cms.futurecdn.net/SgvFE4K5S9bntsRVPKh8ze.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="caption-text">You'll need to get set up on the machine you want to access, too </span><span class="credit" itemprop="copyrightHolder">(Image credit: Google)</span></figcaption></figure><p>For the computer or user looking to access another system, they have two different options for how to go about it. It's possible to go to the <a href="https://remotedesktop.google.com/access">Access page</a> and click "Access" on a system already connected to the account. By doing so, all they need to do from there is enter the PIN previously set up for the device. </p><p>Alternatively, if connecting to a system for a one-time only arrangement, the user must go to the <a href="https://remotedesktop.google.com/support">Support page</a> (or click "Remote Support" from the current page), enter the access code under "Connect to another computer", then click "Connect". After a few moments, depending on your internet connection, the support session will open up. </p><h3 class="article-body__section" id="section-step-5-adjust-any-relevant-settings"><span>Step 5: Adjust any relevant settings </span></h3><p>Once connected to a system remotely via Chrome Remote Desktop, you may also want to change some settings for the experience to be more convenient. </p><p>When connected, a panel on the right-hand side offers up a number of session options. It is possible to switch to full screen mode, and scale the remote desktop to fit on your screen. Options for switching between displays is also possible if the remote device has more than one screen connected to it. </p><p>Other important settings include the ability to 'press' Ctrl+Alt+Del on the remote computer or "Print Screen", with other key mappings able to be configured. Users can also synchronise their clipboards between the two computers, meaning they can copy and paste text between the two systems. </p><p>Via the panel, users can also upload or download files between the two systems too.</p><h3 class="article-body__section" id="section-step-6-disconnect-from-a-session"><span>Step 6: Disconnect from a session </span></h3><p>Once you have finished using Chrome Remote Desktop, stopping a remote session is simple. Either close the browser tab to finish the session, or click "Disconnect" from the panel on the right hand side. </p><p>Once completed, the session is entirely finished, and there is no way of remotely connecting to a system again without following the above process, and informing the other user that it's happening. </p><p>In the case of one-time-only access codes, you will need to ask the other user for another code to be able to reconnect. It's a secure system, which means there's no chance of someone remotely connecting covertly. </p><p>If you want to remove a device permanently from Chrome Remote Desktop, click the trashcan icon next to the name of the device on the website. Once deleted, it's no longer possible to access that computer unless you set it up again by entering a new PIN. </p><h2 id="how-to-set-up-chrome-remote-desktop-summary">How to set up Chrome Remote Desktop: Summary</h2><p>Knowing how to access another computer with Chrome Remote Desktop is a useful way of providing remote support or assistance with relatively-minimal hassle for you or the remote user. It takes moments to set up, and is fairly straightforward to use, even for less tech-savvy users. </p><p>While Chrome Remote Desktop has some limitations, such as the fact you'll need your system powered on at all times to use it, it's an effective way of connecting two devices for a brief time to complete many tasks without needing to install specialist software.</p><h2 id="further-reading-on-remote-desktops">Further reading on remote desktops</h2><p>If you're interested in finding out more about remote desktop technology and platforms, we've got a wide range of content available for your reference. Learn more about protocols such as <a href="https://www.itpro.com/mobile/remote-access/368105/what-is-rdp" data-original-url="https://www.itpro.com/mobile/remote-access/368105/what-is-rdp">RDP</a>, <a href="https://www.itpro.com/mobile/remote-access/368057/what-is-xrdp" data-original-url="https://www.itpro.com/mobile/remote-access/368057/what-is-xrdp">XRDP</a> or <a href="https://www.itpro.com/mobile/remote-access/368108/what-is-vnc" data-original-url="https://www.itpro.com/mobile/remote-access/368108/what-is-vnc">VNC</a> and <a href="https://www.itpro.com/mobile/remote-access/368053/what-is-teamviewer" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368053/what-is-teamviewer">what TeamViewer offers</a>; find out <a href="https://www.itpro.com/mobile/remote-access/368101/how-to-use-microsoft-remote-desktop-connection" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368101/how-to-use-microsoft-remote-desktop-connection">how to use Microsoft Remote Desktop</a> and <a href="https://www.itpro.com/mobile/remote-access/368070/how-to-use-remote-desktop-on-windows-10" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368070/how-to-use-remote-desktop-on-windows-10">how to use remote desktop on Windows 10</a>.</p><p>If you need walkthroughs for setting up remote access via Microsoft or Apple OSs, see <a href="https://www.itpro.com/mobile/remote-access/368069/how-to-use-remote-desktop-on-mac" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368069/how-to-use-remote-desktop-on-mac">how to use remote desktop on Mac</a>, <a href="https://www.itpro.com/mobile/remote-access/368055/how-to-set-up-chrome-remote-desktop" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368055/how-to-set-up-chrome-remote-desktop">how to set up Chrome Remote Desktop</a>; and <a href="https://www.itpro.com/mobile/remote-access/368068/how-to-remote-desktop-from-mac-to-windows" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368068/how-to-remote-desktop-from-mac-to-windows">how to remote desktop from Mac to Windows</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best remote desktop for Linux ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/mobile/remote-access/368051/best-remote-desktop-for-linux-in-2022</link>
                                                                            <description>
                            <![CDATA[ Discover the top remote desktop for Linux from the choices in our comprehensive guide, and find out everything you need to know about these platforms ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">kB1ibznS5EmJcLPNjpWiaV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/hXoK4rszSEHSdUfbokRJLg-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 05 Oct 2022 10:16:12 +0000</pubDate>                                                                                                                                <updated>Fri, 17 May 2024 15:07:42 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Daniel Blechynden ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/weRn7zXQBMJniMmWarRmyn.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/hXoK4rszSEHSdUfbokRJLg-1280-80.jpg">
                                                            <media:credit><![CDATA[Remmina]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[man working on linux machine over two monitors]]></media:description>                                                            <media:text><![CDATA[man working on linux machine over two monitors]]></media:text>
                                <media:title type="plain"><![CDATA[man working on linux machine over two monitors]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/hXoK4rszSEHSdUfbokRJLg-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Choosing the <a href="https://www.itpro.com/desktop-software/28122/the-best-remote-access-solutions" data-original-url="https://www.itpro.com/desktop-software/28122/the-best-remote-access-solutions">best remote desktop</a> for Linux will enable you to access computers and mobile devices remotely from your Linux computer. But there are far fewer options available for Linux users than for Windows or Mac owners, and these tend to be much more difficult to use. </p><p>This can make it hard to select the right option, particularly if you don’t want too steep of a learning curve. Many Linux <a href="https://www.itpro.com/mobile/remote-access/368104/what-is-a-remote-desktop" data-original-url="https://www.itpro.com/mobile/remote-access/368104/what-is-a-remote-desktop">remote desktops</a> are open-source and versatile, but they also require significant tech skills to install and use. </p><p>To help you find your way through the confusing jargon surrounding Linux remote desktops and select the right option for your business, we’ve put together this guide. In it, we take a close look at the leading Linux remote desktop programs available today. </p><h2 id="which-is-the-best-remote-desktop-for-linux">Which is the best remote desktop for Linux? </h2><p>With its excellent versatility and cross-platform compatibility, <strong>Remmina comes in as our clear number-one remote desktop program for Linux</strong>. Not only is it free, but it also offers support for multiple protocols, and is open-source. TeamViewer is another excellent remote desktop for Linux, and provides an option for those who are willing to pay a little more for a beginner-friendly solution.</p><p>VNC Connect and TightVNC are advanced options utilising the VNC protocol for more tech-savvy users across paid and free plans, while Chrome Remote Desktop offers users a basic, beginner-friendly option that can be used on numerous devices via the Google browser.</p><h2 id="how-much-does-remote-desktop-for-linux-cost">How much does remote desktop for Linux cost? </h2><p>Like much of the software developed for Linux, <strong>many remote desktop programs are free for commercial use</strong>. Options like Chrome Remote Desktop and Remmina are excellent choices for those who require a simple solution. There are a few paid options, and prices can range from a couple of dollars a month to tens or even hundreds of dollars a month with high-end programs like TeamViewer.</p><h3 class="article-body__section" id="section-the-best-remote-desktop-for-linux-compared"><span>The best remote desktop for Linux, compared</span></h3><h2 id="the-best-remote-desktop-for-linux-available-right-now">The best remote desktop for Linux available right now </h2><h3 class="article-body__section" id="section-remmina"><span>Remmina</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="7CjLVsnmEeXwcXMzt2jgz5" name="" alt="Remmina logo" src="https://cdn.mos.cms.futurecdn.net/7CjLVsnmEeXwcXMzt2jgz5.jpg" mos="https://cdn.mos.cms.futurecdn.net/7CjLVsnmEeXwcXMzt2jgz5.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: Remmina)</span></figcaption></figure><p>Best remote desktop for Linux overall</p><p><strong>SPECIFICATIONS</strong></p><ul><li>File transfer: Yes</li><li>Integrated chat: No</li><li>Unattended access: Yes</li></ul><p><strong>REASONS TO BUY</strong></p><ul><li>Supports numerous operating systems</li><li>Open-source and free</li><li>Different remote access protocols supported</li></ul><p><strong>REASONS TO AVOID</strong></p><ul><li>Technical knowledge required</li><li>Limited extra features</li></ul><p><strong>Score: 4.5/5</strong></p><p>Remmina is one of the most versatile remote desktop programs we’ve used, and it’s well-deserving of its position as the leading remote desktop for Linux. It supports the most common connection protocols, including RDP, VNC, Spice, and SSH, and it can be used on numerous operating systems and distributions. </p><p>On top of this, Remmina is completely open-source, and its code is available to edit. This won’t be a major factor for most, but it’s excellent news for anyone who wants to customise their remote desktop program. </p><p>Alongside the base program, Remmina also offers loads of plugins and add-ons. Among these is a neat file transfer tool, although you won’t get anything too fancy. Many of the add-ons are related to security and performance rather than the user interface.</p><h3 class="article-body__section" id="section-teamviewer"><span>TeamViewer</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Gpj3cvZCJLqfUKH9RntB6f" name="" alt="TeamViewer logo" src="https://cdn.mos.cms.futurecdn.net/Gpj3cvZCJLqfUKH9RntB6f.jpg" mos="https://cdn.mos.cms.futurecdn.net/Gpj3cvZCJLqfUKH9RntB6f.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: TeamViewer)</span></figcaption></figure><p>Best remote desktop for Linux for beginners</p><p><strong>SPECIFICATIONS</strong></p><ul><li>File transfer: Yes</li><li>Integrated chat: Yes</li><li>Unattended access: Yes</li></ul><p><strong>REASONS TO BUY</strong></p><ul><li>Quite easy to use</li><li>Excellent additional tools</li><li>A focus on security</li></ul><p><strong>REASONS TO AVOID</strong></p><ul><li>Very expensive</li><li>Security features can be complex for small teams</li></ul><p><strong>Score: 4.5/5</strong></p><p>TeamViewer is a strong contender for the top spot on our list of best remote desktop software, thanks to its versatility and robust security features. TeamViewer is cloud-based and works seamlessly across virtually all operating systems. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="yJLxMLguFueiiNf83Qeh3G" name="B2B Tech Future Focus_listing.jpg" caption="" alt="String lights on the cover of the Tech Future Focus Report from ITPro" src="https://cdn.mos.cms.futurecdn.net/yJLxMLguFueiiNf83Qeh3G.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Unsplash - Joshua Sortino)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/b2b-tech-future-focus-2024"><em>This report reveals the big trends likely to dominate the conversation in 2024</em></a></p></div></div><p>While the cost might be a hurdle for some, with individual plans starting at <strong>$24.90</strong>  per month and multi-user business plans starting at <strong>$50.90</strong> per month, a 14-day free trial is also available for customers looking to test the system out.</p><p>TeamViewer prioritizes data security with end-to-end AES encryption to ensure your data is protected at all times. We also found TeamViewer had one of the most user-friendly options for a Linux remote desktop access service we’ve used to date, perfect for people new to RDP services.</p><h3 class="article-body__section" id="section-vnc-connect"><span>VNC Connect</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SHbuHeYxUzUawuMse4wkJo" name="" alt="RealVNC logo" src="https://cdn.mos.cms.futurecdn.net/SHbuHeYxUzUawuMse4wkJo.jpg" mos="https://cdn.mos.cms.futurecdn.net/SHbuHeYxUzUawuMse4wkJo.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: RealVNC)</span></figcaption></figure><p>A versatile provider of remote desktop for Linux</p><p><strong>SPECIFICATIONS</strong></p><ul><li>File transfer: Yes</li><li>Integrated chat: Yes</li><li>Unattended access: Yes</li></ul><p><strong>REASONS TO BUY</strong></p><ul><li>Intuitive cloud-based remote desktop</li><li>Excellent privacy and security</li><li>Supports numerous operating systems</li></ul><p><strong>REASONS TO AVOID</strong></p><ul><li>Performance can be a little poor</li><li>Limited support for trial users</li></ul><p><strong>Score: 3.5/5</strong></p><p>VNC Connect capitalizes on the popular VNC connection protocol and enhances it with a set of valuable features. Among these additions are user-friendly interface improvements, particularly noticeable compared to other Linux remote desktop options, and robust 256-bit AES encryption for enhanced security.</p><p>Unlike traditional VNC programs, VNC Connect does require a subscription. However, with the most expensive yearly plan costing approximately <strong>$55</strong>, it remains a cost effective option. White a 14-day free trial allows you to explore the software, it’s important to note that limited support is available during the trial period.</p><p>Another minor drawback is VNC Connect’s potential for lag under scenarios with heavy screen activity. But its advanced security features, including built-in encryption and multi-factor authentication (MFA), provide a strong shield for your remote connections. </p><p>Read our full <a href="https://www.itpro.com/mobile/remote-access/368067/vnc-connect-review" data-original-url="https://www.itpro.com/mobile/remote-access/368067/vnc-connect-review">VNC Connect review</a>.</p><h3 class="article-body__section" id="section-tightvnc"><span>TightVNC</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="sz9rk6YvFsoz34oyKNbkm4" name="" alt="TightVNC logo" src="https://cdn.mos.cms.futurecdn.net/sz9rk6YvFsoz34oyKNbkm4.jpg" mos="https://cdn.mos.cms.futurecdn.net/sz9rk6YvFsoz34oyKNbkm4.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: TightVNC)</span></figcaption></figure><p>A remote desktop for Linux with excellent additional features</p><p><strong>SPECIFICATIONS</strong></p><ul><li>File transfer: Yes</li><li>Integrated chat: No</li><li>Unattended access: Yes</li></ul><p><strong>REASONS TO BUY</strong></p><ul><li>Native Java viewer</li><li>Built-in file transfer tool</li><li>Great for advanced users</li></ul><p><strong>REASONS TO AVOID</strong></p><ul><li>Quite difficult to use</li><li>Limited support resources</li></ul><p><strong>Score: 3/5</strong></p><p>TightVNC offers a robust remote desktop solution for Linux users, particularly those facing limited bandwidth or unreliable connections. Notably, it’s completely free to use. While boasting a Java viewer and various features, TightVNC prioritizes efficiency, making it ideal for basic remote access tasks. This focus on efficiency comes at a cost in terms of speed, however, rendering it unsuitable for demanding applications such as remote gaming.</p><p>An important caveat to consider is the lack of built-in security features in TightVNC. Data transmissions are not encrypted by default, leaving them vulnerable to potential interception. While this might not be a major concern for advanced users who can implement additional security measures like VPNs, it’s a crucial factor for others to keep in mind.</p><p>Read our <a href="https://www.itpro.com/mobile/remote-access/368066/tightvnc-review" data-original-url="https://www.itpro.com/mobile/remote-access/368066/tightvnc-review">TightVNC review</a>.</p><h3 class="article-body__section" id="section-chrome-remote-desktop"><span>Chrome Remote Desktop</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WPfrudCEPKTGopfLC6wNuH" name="" alt="Chrome Remote Desktop logo" src="https://cdn.mos.cms.futurecdn.net/WPfrudCEPKTGopfLC6wNuH.jpg" mos="https://cdn.mos.cms.futurecdn.net/WPfrudCEPKTGopfLC6wNuH.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: Google)</span></figcaption></figure><p>A versatile, platform-independent option</p><p><strong>SPECIFICATIONS</strong></p><ul><li>File transfer: No</li><li>Integrated chat: No</li><li>Unattended access: Yes</li></ul><p><strong>REASONS TO BUY</strong></p><ul><li>Can be used on any device with the Chrome browser</li><li>Very easy to set up</li><li>Completely free forever</li></ul><p><strong>REASONS TO AVOID</strong></p><ul><li>Limited features</li><li>Chrome required on all devices</li></ul><p><strong>Score: 3/5</strong></p><p><a href="https://www.itpro.com/mobile/remote-access/368055/how-to-set-up-chrome-remote-desktop" data-original-url="https://www.itpro.com/mobile/remote-access/368055/how-to-set-up-chrome-remote-desktop">Chrome Remote Desktop</a> boasts some of the best cross-platform compatibility we’ve seen. All that’s needed to use it is the Chrome browser, which means that it can be used on any device that supports this. Also, the service free-to-use and boasts excellent performance, making it an attractive option.</p><p>Simplicity comes with limitations, however. Features like file transfer and a built-in text chat are noticeably ascent.If you prioritize basic functionality, a tight budget, and broad device support, Chrome Remote Desktop emerges as a compelling choice for your Linux remote desktop needs.</p><h2 id="remote-desktop-for-linux-faqs">Remote desktop for Linux: FAQs</h2><p>Want to find out more about the best remote desktop for Linux devices? Our FAQ section is a great place to start. </p><h2 id="can-i-remote-desktop-from-linux-to-windows">Can I remote desktop from Linux to Windows? </h2><p><strong>Yes, most of the leading remote desktop programs enable you to connect between platforms</strong>. For example, TeamViewer will enable you to view and control your Windows device from a Linux host. We&apos;ve also outlined how to <a href="https://www.itpro.com/mobile/remote-access/368102/how-to-remote-desktop-into-ubuntu" data-original-url="https://www.itpro.com/mobile/remote-access/368102/how-to-remote-desktop-into-ubuntu">remote desktop into Ubuntu</a> in a step-by-step guide.</p><p><strong>Yes, majority of many popular remote desktop programs offer the ability to bridge the gap between different operating systems. </strong>For instance, you can utilize TeamViewer to access and manage a Windows machine from you Linux computer. We’ve even provided a dedicated guide outlining the steps for setting up <a href="https://www.itpro.com/mobile/remote-access/368102/how-to-remote-desktop-into-ubuntu">remote desktop access on Ubuntu</a>, making it easier to get started.</p><h2 id="what-is-remote-desktop-and-how-does-it-work">What is remote desktop and how does it work? </h2><p><strong>Remote desktop programs enable you to remotely access one device from another</strong>. The software will establish a connection between the two devices, enabling you to use the remote device as if you were physically there. </p><h2 id="is-remote-desktop-access-safe">Is remote desktop access safe? </h2><p><strong>Yes, using a reliable remote desktop program is safe</strong>. With the right security measures in place, having a remote desktop program installed presents no more risk than downloading your favourite game. </p><h2 id="how-we-review-remote-desktop-for-linux">How we review remote desktop for Linux </h2><p>When we review remote desktop programs, <strong>we begin by scouring the platform’s website for information</strong>. Once we’ve determined what it claims to offer and how it works, <strong>we subscribe to a premium plan</strong> (if required), <strong>download the program</strong>, and <strong>test it</strong>. </p><p>During testing, we aim to understand how <strong>functional, user-friendly</strong>, and <strong>fast</strong> a Linux remote desktop program is. We look at how well it connects to other devices, including mobile devices if they are supported. We also test integrated tools such as <strong>file transfer</strong> or <strong>text messaging</strong>, and <strong>record any interesting findings</strong>.</p><h2 id="the-benefits-of-using-remote-desktop-for-linux">The benefits of using remote desktop for Linux </h2><h3 class="article-body__section" id="section-file-sharing"><span>File sharing</span></h3><p>Most remote desktop programs <strong>enable streamlined file sharing between the host and remote devices</strong>. If you have more than one remote device connected to the same network, this will enable you to <strong>access files on any of them with little trouble</strong>.</p><h3 class="article-body__section" id="section-unattended-access"><span>Unattended access</span></h3><p>Let’s say you run Linux on your personal computer and need to access your work device. With a Linux remote desktop program, you will be able to <strong>access and control everything</strong> on an unattended device <strong>from virtually anywhere</strong>.</p><h3 class="article-body__section" id="section-remote-support"><span>Remote support</span></h3><p>With the right Linux remote desktop program, you will be able to provide <strong>remote technical support</strong> to people across the world. You will be able to <strong>access their device(s) remotely</strong>, explaining difficult concepts or fixing problems yourself. </p><h2 id="further-reading-on-remote-desktops-2">Further reading on remote desktops</h2><p>If you are curious about remote desktop programs and want to find out more about the technology, we have a range of resources at your disposal. Discover the functionalities of <a href="https://www.itpro.com/mobile/remote-access/368057/what-is-xrdp">XRDP</a> and <a href="https://www.itpro.com/mobile/remote-access/368053/what-is-teamviewer">what TeamViewer can offer</a>, or learn the ropes of <a href="https://www.itpro.com/mobile/remote-access/368101/how-to-use-microsoft-remote-desktop-connection">using Microsoft Remote Desktop</a> and <a href="https://www.itpro.com/mobile/remote-access/368070/how-to-use-remote-desktop-on-windows-10">Windows 10’s remote desktop capabilities</a>.</p><p>If you need walkthroughs for setting up remote access via Microsoft or Apple OSs, see <a href="https://www.itpro.com/mobile/remote-access/368069/how-to-use-remote-desktop-on-mac" rel="noopener" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368069/how-to-use-remote-desktop-on-mac">how to use remote desktop on Mac</a> and <a href="https://www.itpro.com/mobile/remote-access/368068/how-to-remote-desktop-from-mac-to-windows" rel="noopener" target="_blank" data-original-url="https://www.itpro.com/mobile/remote-access/368068/how-to-remote-desktop-from-mac-to-windows">how to remote desktop from Mac to Windows</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Dell’s XPS 13 Plus becomes first Ubuntu 22.04-ready laptop ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/operating-systems/368619/dells-xps-13-plus-becomes-first-ubuntu-2204-ready-laptop</link>
                                                                            <description>
                            <![CDATA[ The device is the latest result of Dell and Canonical’s ten-year Project Sputnik, which aims to create high-end Dell systems with Ubuntu preinstalled ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jDb8p1CUZ6b8ALqyNtBdz</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/Gc4Rk8wi45aEt4GecjMiKP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 21 Jul 2022 11:59:32 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Zach Marzouk ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ncLkbsDMZ6b76Lc5iS6mZh.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/Gc4Rk8wi45aEt4GecjMiKP-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A man with glasses looking at several screens with code on them]]></media:description>                                                            <media:text><![CDATA[A man with glasses looking at several screens with code on them]]></media:text>
                                <media:title type="plain"><![CDATA[A man with glasses looking at several screens with code on them]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/Gc4Rk8wi45aEt4GecjMiKP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Dell and Canonical have made the new Dell XPS 13 Plus Developer Edition the first laptop officially certified for Ubuntu 22.04 LTS.</p><p>The move is a continuation of Project Sputnik, an initiative that started in 2012 to create high-end Dell systems with <a href="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better" target="_blank" data-original-url="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better">Ubuntu</a> preinstalled, built for developers and guided by input from the developer community.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/laptops/360012/4-best-computers-for-programming" data-original-url="/hardware/laptops/360012/4-best-computers-for-programming">Best laptops for programming and coding in 2023</a> Ubuntu Linux review: The granddaddy of desktop Linux <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/laptops/368265/dells-new-xps-13-refresh-is-the-lines-slimmest-ever-laptop" data-original-url="/hardware/laptops/368265/dells-new-xps-13-refresh-is-the-lines-slimmest-ever-laptop">Dell’s new XPS 13 refresh is the line’s slimmest ever laptop</a></p></div></div><p>From August, developers in the US, Canada, and selected European countries will be able to buy <a href="https://www.itpro.com/hardware/laptops/368265/dells-new-xps-13-refresh-is-the-lines-slimmest-ever-laptop" target="_blank" data-original-url="https://www.itpro.com/hardware/laptops/368265/dells-new-xps-13-refresh-is-the-lines-slimmest-ever-laptop">Dell’s flagship 13-inch laptop</a> with the latest version of Canoncial’s <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros" data-original-url="https://www.itpro.com/operating-systems/28025/best-linux-distros">Linux distro</a> preinstalled. Additionally, XPS 13 Plus owners can install the operating system from today or can wait until Ubuntu 22.04.1 LTS is released on 4 August.</p><p>“XPS is an innovation portal for Dell – from its application of cutting-edge technology to experimentation of new user interfaces and experiential design,” said Jaewook Woo, product manager of the Linux operating system at Dell Technologies. “By bringing the enhanced performance and power management features of Ubuntu 22.04 LTS to our most advanced premium laptop, Dell and Canonical reinforce our joint commitment to continue delivering the best computing experience for developers using Ubuntu.”</p><p>The Dell XPS 13 Plus Developer Edition is the latest release in this long-standing partnership. Barton George, developer community lead from Dell, <a href="https://ubuntu.com/blog/project-sputnik-crazy-idea-to-community-driven-developer-systems">said in 2017</a> that the idea behind the Project Sputnik programme was to create an open source based laptop that appealed to a large audience of developers. The initial offering was one system and one configuration, which then expanded into an entire line of systems. This includes devices such as the Dell Precision 5720, Dell Precision 5520, and Dell Precision 7520 laptops.</p><h2 id="what-is-ubuntu-certification">What is Ubuntu certification?</h2><p>The Ubuntu certification programme ensures that all of the components in a certified computer work as expected, so users can look forward to it working out of the box. Ubuntu certified devices are based on Long Term Support (LTS) releases and receive updates for up to 10 years.</p><p>The company’s certification lab tests hundreds of certified devices to ensure they work, and continue to work, to a high standard throughout their lifecycle.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="8ywDr2ijNoUdeD3qsTehn4" name="8ywDr2ijNoUdeD3qsTehn4.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/8ywDr2ijNoUdeD3qsTehn4.jpg" mos="https://cdn.mos.cms.futurecdn.net/8ywDr2ijNoUdeD3qsTehn4.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The challenge of securing the remote working employee</strong></p><p class="fancy-box__body-text">The IT Pro Guide to Sase and successful digital transformation</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/digital-transformation/361930/the-challenge-of-securing-the-remote-working" data-original-url="/business-strategy/digital-transformation/361930/the-challenge-of-securing-the-remote-working">FREE DOWNLOAD</a></p></div></div><p>Certified devices also include specific software or drivers that differ from the default distribution where required. These are defined in a meta-package that automatically installs the optimal configuration of packages, drivers, and kernel to deliver the best experience on that device.</p><p>Ubuntu said that through Ubuntu 22.04 LTS, users will benefit from increased <a href="https://www.itpro.com/hardware/355998/the-best-professional-workstations-for-any-budget" target="_blank" data-original-url="https://www.itpro.com/hardware/355998/the-best-professional-workstations-for-any-budget">desktop performance</a> with triple-buffering, more control over their power management settings, and intuitive new workspace layouts and touchpad gestures, as well as expanded customisation options.</p><p>It comes with the latest toolchains for the most <a href="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn" data-original-url="https://www.itpro.com/careers/29133/the-top-programming-languages-you-need-to-learn">popular programming languages</a>, including <a href="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer" target="_blank" data-original-url="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer">Python</a>, PHP, Ruby, Perl, GCC, Go and now Rust, as well as the latest versions of default productivity apps like LibreOffice, Thunderbird, and <a href="https://www.itpro.com/web-browsers/24796/best-browser-chrome-vs-edge-vs-firefox" target="_blank" data-original-url="https://www.itpro.com/web-browsers/24796/best-browser-chrome-vs-edge-vs-firefox">Firefox</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux Foundation unveils ‘World of Open Source’ research initiative  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/367689/linux-foundation-unveils-world-of-open-source-research-initiative</link>
                                                                            <description>
                            <![CDATA[ The timely research series is targeted at the European open source community ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">ahvHFXkbFSippDrKEfT5YW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/EUzUckDXhvJUa9YfGDD6ei-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 16 May 2022 11:04:40 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/EUzUckDXhvJUa9YfGDD6ei-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux within a screen full of code]]></media:description>                                                            <media:text><![CDATA[Linux within a screen full of code]]></media:text>
                                <media:title type="plain"><![CDATA[Linux within a screen full of code]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/EUzUckDXhvJUa9YfGDD6ei-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Linux Foundation has announced a timely research series with the European community as its primary focus.</p><p>Dubbed World of Open Source, the new research initiative is backed by LF Research alongside several European distribution and research partners, including FINOS, LF Training & Certification, and LF Public Health.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="vEyW6wxoJVbEL6nagWmrdn" name="vEyW6wxoJVbEL6nagWmrdn.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/vEyW6wxoJVbEL6nagWmrdn.png" mos="https://cdn.mos.cms.futurecdn.net/vEyW6wxoJVbEL6nagWmrdn.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Achieving resiliency with Everything-as-a-Service (XAAS)</strong></p><p class="fancy-box__body-text">Transforming the enterprise IT landscape</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/367581/achieving-resiliency-with-everything-as-a-service-xaas" data-original-url="/cloud/367581/achieving-resiliency-with-everything-as-a-service-xaas">FREE DOWNLOAD</a></p></div></div><p>“The World of Open Source series will explore the state of open source from a global perspective, focusing on government, enterprise, and non-profit initiatives,” according to Linux Foundation.</p><p>The research program is scheduled to begin on Wednesday, 18 May and will be followed by a "World of Open Source: 2022 Europe Spotlight" survey.</p><p>The proposed survey will appraise industry-wide trends including, but not limited to, the size and scope of the <a href="https://www.itpro.com/software/28109/what-is-open-source" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open-source</a> communities in the region, the motivation for contributions to open source, opportunities and challenges in the private and public sector engagement in open source, and the landscape for consumption and adoption of open source technologies.</p><p>The‌ ‌Linux‌ ‌Foundation‌ ‌will‌ ‌announce the results of the upcoming survey at the Open Source Summit Europe, which will be held in Dublin, Ireland, from 13-16‌ ‌September.</p><p>The supporting birds-of-a-feather session will be hosted on May 19 at Valencia’s KubeCon by Gabriele Columbro (executive director of FINOS), Hilary Carter (VP of Linux Foundation Research), Astor Nummelin Carlberg (CEO of OpenForum Europe), and Matthew Dunderdale (delivery principal at Scott Logic).</p><p>"FINOS is one of the most globally distributed entities under the Linux Foundation and we are truly excited to support this deep research initiative backed by so many respected institutions across the EU, UK, and Switzerland", commented Gabriele Columbro.</p><p>"A clear European perspective will enhance how we forge deeper collaboration across the FINOS community and will shed new light on cross-border challenges like cybersecurity and sustainability that are important to the Linux Foundation and the open-source ecosystem at large," added Columbro.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Intel CTO: Open source ecosystem is “poorly written” ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/367655/intel-cto-open-source-ecosystem-is-poorly-written</link>
                                                                            <description>
                            <![CDATA[ Chipmaker calls on industry to improve contributions ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mnDE53ADw5dzCKisQ55r58</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/NExh6CxXTAG5op34A3LLn8-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 11 May 2022 20:25:52 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Adam Shepherd ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/3n2BoLAtRj8Z5eRfxtwyK8.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/NExh6CxXTAG5op34A3LLn8-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A stylised picture of some code being affected by graphical errors ]]></media:description>                                                            <media:text><![CDATA[A stylised picture of some code being affected by graphical errors ]]></media:text>
                                <media:title type="plain"><![CDATA[A stylised picture of some code being affected by graphical errors ]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/NExh6CxXTAG5op34A3LLn8-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Intel’s new CTO Greg Lavender has decried the overall quality of code within <a href="https://www.itpro.com/software/28109/what-is-open-source" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">the open source ecosystem</a>, arguing that the industry at large needs to get better at the contributions it makes to the Linux kernel.</p><p>“Here’s an interesting fact I’ve learned at Intel after 11 months,” he said; “there’s a huge amount of the open source ecosystem that is just poorly written. They do bad thread-locking, they do spin locks that waste CPU cycles and burn power.”</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="UDqGXRkWfDgjkqpb2mEHkF" name="UDqGXRkWfDgjkqpb2mEHkF.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/UDqGXRkWfDgjkqpb2mEHkF.jpg" mos="https://cdn.mos.cms.futurecdn.net/UDqGXRkWfDgjkqpb2mEHkF.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Sharpen your manufacturing competitive edge</strong></p><p class="fancy-box__body-text">Smarter asset management</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-operations/asset-management/367034/sharpen-your-manufacturing-competitive-edge" data-original-url="/business-operations/asset-management/367034/sharpen-your-manufacturing-competitive-edge">FREE DOWNLOAD</a></p></div></div><p>“The whole industry, I think, could contribute a lot better quality code into the open source ecosystem, and that’s what we want to do with the Linux kernel in particular, and make it more resilient to badly-written code in the application layer.”</p><p>He also committed to helping address the problem through Intel’s own development efforts. The company has been the largest contributor to the Linux open source ecosystem for several years, and Lavender has been busily hiring open source luminaries from the likes of Apple and Netflix to help achieve this.</p><p>The comments came as part of <a href="https://www.itpro.com/hardware/components/367654/the-reinvention-of-intel" data-original-url="https://www.itpro.com/hardware/components/367654/the-reinvention-of-intel">Intel Vision 2022, where the company shared updates on its strategy and roadmap</a> with customers and partners. Along with various announcements around new data centre GPUs and a new 12th-generation workstation chip, a large part of the conference focused on Intel’s new “software-first strategy”.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/367129/open-source-dev-attacked-for-spreading-data-wiping-protestware" data-original-url="/development/open-source/367129/open-source-dev-attacked-for-spreading-data-wiping-protestware">Open source dev attacked for spreading data-wiping 'protestware'</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/chief-executive-officer-ceo/358311/can-pat-gelsinger-get-intel-back-on-track" data-original-url="/business-strategy/chief-executive-officer-ceo/358311/can-pat-gelsinger-get-intel-back-on-track">Can Pat Gelsinger get Intel back on track?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/361983/open-source-open-rebellion-can-google-bring-peace" data-original-url="/development/open-source/361983/open-source-open-rebellion-can-google-bring-peace">Open source in open rebellion - can Google bring peace to the developer community?</a></p></div></div><p>As part of this effort, the chip manufacturer bought Granulate last month, a company focused on automatic optimisation of Linux-based server processes, and CEO Pat Gelsinger has promised that more acquisitions are coming. </p><p>“So I acquired [industrial Linux specialists] Linutronix back in February,” Lavender said, “but we keep them independent; still driving the open source Linux ecosystem, not polluting it. But at the same time, we want to drive more real-time Linux capabilities because for the edge and automotive industry and other places, that’s a good investment to make.”</p><p>“Our open source commitment is back. I brought it back, Pat brought it back, and you’ll see a lot more from us.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux on Mars: 17 flights later ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/367062/linux-on-mars-17-flights-later</link>
                                                                            <description>
                            <![CDATA[ We catch up with the team who’ve successfully piloted a Linux-powered drone on Mars ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">em8DrMnUZ2ZLGBsP392NQg</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/wxnEZsDkzQW4tB8F2cJjuS-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 23 Mar 2022 08:00:23 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ James O&#039;Malley ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/wxnEZsDkzQW4tB8F2cJjuS-1280-80.jpg">
                                                            <media:credit><![CDATA[NASA]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Linux-powered Mars Helicopter]]></media:description>                                                            <media:text><![CDATA[The Linux-powered Mars Helicopter]]></media:text>
                                <media:title type="plain"><![CDATA[The Linux-powered Mars Helicopter]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/wxnEZsDkzQW4tB8F2cJjuS-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Last year was a big year for <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system" target="_blank" data-original-url="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux</a>, as the <a href="https://www.itpro.com/operating-systems/34137/os-war-what-was-it-good-for-absolutely-nothing" target="_blank" data-original-url="https://www.itpro.com/operating-systems/34137/os-war-what-was-it-good-for-absolutely-nothing">operating system (OS)</a> played a critical role in a major achievement: the first-ever powered flight on another planet. On 19 April last year, the Ingenuity drone – or “Mars Helicopter”, as NASA calls it – <a href="https://www.itpro.com/software/linux/360542/linux-on-mars" target="_blank" data-original-url="https://www.itpro.com/software/linux/360542/linux-on-mars">took to the skies of Mars</a>. Under the hood, the on-board computer was running Linux.</p><p>Last year, we spoke with Tim Canham, the software and operations lead on the project, who shared with us details of how the helicopter works. Now, a staggering 17 successful flights later, we thought it was time to check in on the helicopter’s progress. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/360542/linux-on-mars" data-original-url="/software/linux/360542/linux-on-mars">Linux on Mars!</a></p></div></div><p>“The helicopter has exceeded our expectations,” says Canham. “It's lived far longer, it's been able to outperform what we thought it could and it has stayed healthy. And we're still continuing to plan these flights well into the future.”</p><p>He’s particularly pleased with the thermal performance, as the Martian atmosphere makes it harder to dissipate heat. The helicopter, though, has proven itself more resilient than expected. “The first 30 Sols [Martian days] were ‘can it actually fly under control and survive?’,” he said. “After that, [NASA’s Mars rover team] said, ‘Well, why don't you try acting like a scout for us and go ahead of us and take pictures?’.”</p><p>The helicopter is now working in tandem with NASA’s surface rover, Perseverance, to explore the Martian landscape. That’s enabling scientists to study challenging terrain in a region of the red planet called Séítah, which would be tricky for Perseverance to navigate alone.</p><p>“We did this gonzo flight,” says Canham, “It was like 700 metres or something like that. It was a three-minute flight.” This is much further and far longer than had been expected, as the team had previously estimated the helicopter might only be capable of 90 seconds of flying time at most.</p><h2 id="linux-s-flying-colours">Linux’s flying colours</h2><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="FMZFCvAPVQTAF9FPNypMYd" name="FMZFCvAPVQTAF9FPNypMYd.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/FMZFCvAPVQTAF9FPNypMYd.png" mos="https://cdn.mos.cms.futurecdn.net/FMZFCvAPVQTAF9FPNypMYd.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Integration tools and strategies for SAP S/4HANA</strong></p><p class="fancy-box__body-text">Tackling some of the world's greatest technology challenges</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-storage/362175/integration-tools-and-strategies-for-sap-s4hana" data-original-url="/cloud/cloud-storage/362175/integration-tools-and-strategies-for-sap-s4hana">FREE DOWNLOAD</a></p></div></div><p>In terms of the software, Canham is very pleased with how <a href="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better" target="_blank" data-original-url="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better">Linux</a> has been performing. The only blip was last May, when the navigation software experienced an error that sent the helicopter off course, but Canham’s team were able to diagnose the problem and upload a patch.</p><p>The team has also been able to improve communications with the rover, which takes the helicopter’s data and sends it back to Earth, by using standard Linux tools. “What we've been doing is learning to take advantage of some of the Linux features,” said Canham. “One of the things that has enabled this extended mission is that modest little utility Bzip. It's a compression utility that's part of Linux and it's on the helicopter as part of the standard set of tools that we put on there.”</p><p>“After flights, we have these large engineering logs of the flight data and normally, if we just took them uncompressed and sent them over the radio to the rover, it would take a long time. And so what we've been doing… is after we generate those files, we actually just run Bzip compression on the command line and compress those files down to about half their size, and then ship them over to the rover. And that saves us a lot of time and energy that we otherwise would spend talking on the radio.”</p><iframe frameborder="0" height="200px" width="100%" data-lazy-priority="low" data-lazy-src="https://widget.spreaker.com/player?episode_id=44928385&theme=light&playlist=false&playlist-continuous=false&autoplay=false&live-autoplay=false&chapters-image=true&episode_image_position=right&hide-logo=false&hide-likes=true&hide-comments=true&hide-sharing=true&hide-download=true&color=ffe019"></iframe><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/careers-training/359367/my-journey-from-mumbai-to-mars" data-original-url="/business-strategy/careers-training/359367/my-journey-from-mumbai-to-mars">My journey from Mumbai to Mars</a></p></div></div><p>Is this proof that Linux is ready for bigger, future missions? Could future Mars rovers and rockets use Linux too? “I don't think it's there yet,” said Canham. “JPL and NASA classify their missions and in terms of how much risk they're willing to accept, and helicopter is what they call a Class D technology demonstration, in which they're willing to accept a lot more risk. That's why they even let us in the door.”</p><p>“It's difficult to make that leap, because there's so much at stake during something like entry, descent, landing, where you're trying to land a $2 billion spacecraft.”</p><p>Canham does, however, think helicopter’s success is good news for the future of Linux in space. “I think it's definitely increased its prestige, because of the visibility of the helicopter. And the fact that it's doing as well as it has, it's definitely gotten the attention and notice of people at NASA, [so] there's a real path forward for Linux.”</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux botnet spreads using Log4Shell flaw  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/security/botnets/367007/linux-botnet-spreads-using-log4shell-flaw</link>
                                                                            <description>
                            <![CDATA[ The malware uses DNS tunnelling to communicate with its C2 control server ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jAP5QYZKaDCzgfnUa7Ad4q</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/JxRDcV87vvv46xd3hkohXc-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 16 Mar 2022 16:51:44 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Danny Bradbury ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/JxRDcV87vvv46xd3hkohXc-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Visual representation of an active botnet, with several black nodes connected with white strands]]></media:description>                                                            <media:text><![CDATA[Visual representation of an active botnet, with several black nodes connected with white strands]]></media:text>
                                <media:title type="plain"><![CDATA[Visual representation of an active botnet, with several black nodes connected with white strands]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/JxRDcV87vvv46xd3hkohXc-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The B1txor botnet, which is spreading via the Log4Shell flaw, enables attackers to get shell access to Linux systems and install a rootkit.</p><p>Chinese security company 360Netlab discovered and named the bot in February and publicly disclosed it this week. It takes the form of a backdoor for Linux that uses DNS tunnelling for its command and control (C2) communications.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/zero-day-exploit/361819/what-is-log4shell-log4j-vulnerability" data-original-url="/security/zero-day-exploit/361819/what-is-log4shell-log4j-vulnerability">What is the Log4Shell vulnerability?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/distributed-denial-of-service-ddos/363945/hackers-target-elasticsearch-to-set-up-ddos" data-original-url="/security/distributed-denial-of-service-ddos/363945/hackers-target-elasticsearch-to-set-up-ddos">Hackers target Elasticsearch to set up DDoS botnet on AWS</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/cyber-security/361907/ftc-threatens-legal-action-companies-failing-to-patch-log4shell" data-original-url="/security/cyber-security/361907/ftc-threatens-legal-action-companies-failing-to-patch-log4shell">FTC threatens legal action against companies failing to patch Log4Shell</a></p></div></div><p>The researchers observed the software propagating via the <a href="https://www.itpro.com/security/zero-day-exploit/361819/what-is-log4shell-log4j-vulnerability" data-original-url="https://www.itpro.com/security/zero-day-exploit/361819/what-is-log4shell-log4j-vulnerability">Log4Shell</a> flaw in the Logj logging system that was first discovered in December.</p><p>The domain information that it uses to communicate with its C2 server is encrypted. Once the botnet client has decrypted it, it uses a DNS query to send its communications to the C2 domain, including stolen information and command execution results. The C2 server sends the next payload in the body of a DNS response.</p><p>The payload supports 14 instructions, which include simple beaconing to the C2 server, uploading system information, reading and writing files, forwarding traffic, opening a shell, and executing arbitrary system commands. The backdoor can also start a proxy service.</p><p>The botnet is buggy, according to the Netlab360 team, with one socket binding function rendered entirely inoperable thanks to code mistakes. Nevertheless, enough of the code works to make it a threat.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="NhMQzdZrFWPUNLGH4vbCi8" name="NhMQzdZrFWPUNLGH4vbCi8.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/NhMQzdZrFWPUNLGH4vbCi8.png" mos="https://cdn.mos.cms.futurecdn.net/NhMQzdZrFWPUNLGH4vbCi8.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The state of SD-WAN, SASE and zero trust security architectures</strong></p><p class="fancy-box__body-text">Be a leader in the deployment of zero trust, SD-WAN and SASE</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/365560/the-state-of-sd-wan-sase-and-zero-trust-security-architectures" data-original-url="/security/365560/the-state-of-sd-wan-sase-and-zero-trust-security-architectures">FREE DOWNLOAD</a></p></div></div><p>"We presume that the author of B1txor20 will continue to improve and open different features according to different scenarios, so maybe we will meet B1txor20's siblings in the future," they said in an <a href="https://blog.netlab.360.com/b1txor20-use-of-dns-tunneling_en">analysis</a> of the malware.</p><p>Linux backdoors are popular for attacking the servers that run large portions of the internet. In November, criminals were found <a href="https://www.itpro.com/security/malware/361611/hackers-use-linux-backdoor-on-compromised-e-commerce-sites-with-software" data-original-url="https://www.itpro.com/security/malware/361611/hackers-use-linux-backdoor-on-compromised-e-commerce-sites-with-software">using</a> one to compromise e-commerce sites with a software skimmer. In August, Trend Micro <a href="https://www.itpro.com/software/linux/360665/hackers-target-outdated-versions-of-linux-in-the-cloud" data-original-url="https://www.itpro.com/software/linux/360665/hackers-target-outdated-versions-of-linux-in-the-cloud">reported</a> that hackers were targeting outdated versions of the operating system to gain control of resources in the cloud.</p><p>Last month, VMware researchers <a href="https://www.itpro.com/software/linux/362197/linux-multi-cloud-ransomware-on-the-rise" data-original-url="https://www.itpro.com/software/linux/362197/linux-multi-cloud-ransomware-on-the-rise">identified</a> increased ransomware attacks against Linux servers in multi-cloud operating environments and called for more countermeasures.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Raspberry Pi OS finally gets a 64-bit release ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/operating-systems/362160/raspberry-pi-os-launches-first-stable-64-bit-release</link>
                                                                            <description>
                            <![CDATA[ After nearly two years in development and beta testing, the 64-bit version unlocks the Raspberry Pi's full 8GB memory ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mcGMeedRvebswvSTePFgci</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3QumcUtirSEEmuNL6YhuNn-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 04 Feb 2022 11:22:24 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Connor Jones ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LPjgE2kGKixS9aF7Jdp2mT.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3QumcUtirSEEmuNL6YhuNn-1280-80.jpg">
                                                            <media:credit><![CDATA[IT Pro]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A Raspberry Pi 4 board in front of a red brick wall]]></media:description>                                                            <media:text><![CDATA[A Raspberry Pi 4 board in front of a red brick wall]]></media:text>
                                <media:title type="plain"><![CDATA[A Raspberry Pi 4 board in front of a red brick wall]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3QumcUtirSEEmuNL6YhuNn-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Raspberry Pi has announced the release of the first stable 64-bit version of <a href="https://www.itpro.com/operating-systems/33629/a-complete-guide-to-raspberry-pi-os" data-original-url="https://www.itpro.com/operating-systems/33629/a-complete-guide-to-raspberry-pi-os">Raspberry Pi OS</a> after almost two years of development and beta testing.</p><p>The Debian-based operating system was first unveiled in 2020 alongside the <a href="https://www.itpro.com/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever" data-original-url="https://www.itpro.com/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever">8GB Raspberry Pi 4</a> and even though 64-bit processor architectures go back to 2016's <a href="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2" data-original-url="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2">Raspberry Pi 3</a>, the previous Raspbian OS was favoured due to backwards compatibility for older devices on 32-bit architectures.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text">Raspberry Pi: Top projects to try yourself <a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/33629/a-complete-guide-to-raspberry-pi-os" data-original-url="/operating-systems/33629/a-complete-guide-to-raspberry-pi-os">A complete guide to Raspberry Pi OS</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever" data-original-url="/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever">Raspberry Pi 4 Model B review: Back, and better than ever</a></p></div></div><p>The decision to move to a 64-bit operating systems was largely driven by forward-looking compatibility concerns, <a href="https://www.raspberrypi.com/news/raspberry-pi-os-64-bit">said</a> Gordon Hollingworth, director of software engineering at <a href="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself" data-original-url="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself">Raspberry Pi</a>.</p><p>"Compatibility is a key concern: many closed-source applications are only available for arm64, and open-source ones aren’t fully optimised for the armhf port," he said.</p><p>Armhf port is a Debian port for arm processors that has support for the floating point unit - a feature useful for critical accuracy requirements in computing and digital signal processing.</p><p>Hollingworth went on to say there are some performance benefits to the arm64 instructions set but these, at the moment, are only visible in benchmarking tests. That said, the assumption is that these performance increases will be more evident in real-world applications in the future. </p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="VXGJi8MMkyG9iF4xDZRwiK" name="" alt="Raspberry Pi OS displayed on a 2D mockup of a home Raspberry Pi setup" src="https://cdn.mos.cms.futurecdn.net/VXGJi8MMkyG9iF4xDZRwiK.jpg" mos="https://cdn.mos.cms.futurecdn.net/VXGJi8MMkyG9iF4xDZRwiK.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div><figcaption itemprop="caption description" class="pull-"><span class="credit" itemprop="copyrightHolder">(Image credit: Raspberry Pi)</span></figcaption></figure><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="DfPkXvU2kswi3wVfaLtMcK" name="DfPkXvU2kswi3wVfaLtMcK.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/DfPkXvU2kswi3wVfaLtMcK.jpg" mos="https://cdn.mos.cms.futurecdn.net/DfPkXvU2kswi3wVfaLtMcK.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The Total Economic Impact™ of IBM Spectrum Virtualize</strong></p><p class="fancy-box__body-text">Cost savings and business benefits enabled by storage built with IBMSpectrum Virtualize</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/infrastructure/server-storage/360179/the-total-economic-impacttm-of-ibm-spectrum-virtualize" data-original-url="/infrastructure/server-storage/360179/the-total-economic-impacttm-of-ibm-spectrum-virtualize">FREE DOWNLOAD</a></p></div></div><p>A theoretical concern is that 32-bit architectures only allow the Raspberry Pi to address 4GB of memory. The Raspberry Pi 4 shipped with 8GB back in 2020 and so a 32-bit design would not be optimal to leverage the extra hardware's capabilities. </p><p>The Raspberry Pi 4 has been able to access the full 8GB of its memory despite running on a 32-bit <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system" data-original-url="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">operating system</a> since launch, using the Arm Large Physical Address Extension (LPAE), but processes are limited to a maximum of 3GB of memory. Raspberry Pi reserves the top 1GB of the virtual address for the kernel.</p><p>Hollingworth noted that very few applications for the Raspberry Pi require the full 8GB of memory in a single process, with <a href="https://www.itpro.com/chromium/32681/what-is-chromium" data-original-url="https://www.itpro.com/chromium/32681/what-is-chromium">Chromium</a> being the most memory-intensive using one process per tab.</p><div class="youtube-video" data-nosnippet ><div class="video-aspect-box"><iframe data-lazy-priority="high" data-lazy-src="https://www.youtube-nocookie.com/embed/e99LV72aA84" allowfullscreen></iframe></div></div><p>"But some use cases will benefit from being able to allocate the entire <a href="https://www.itpro.com/hardware/31661/what-is-ram" data-original-url="https://www.itpro.com/hardware/31661/what-is-ram">memory</a> of an 8GB Raspberry Pi 4 from a single process," he added. </p><p>Those looking to use their Rasberry Pi as media units will run into a stumbling block when trying to access streaming services such as Netflix and Disney+ as the 64-bit version of Chromium, installed by default, has no version of the WidevineCDM library. Users will have to flicker between the 32-bit versions for streaming and back to 64-bit again after watching through terminal commands. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Ubuntu Security Guide to simplify DISA-STIG compliance ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/361994/ubuntu-security-guide-to-simplify-disa-stig-compliance</link>
                                                                            <description>
                            <![CDATA[ The automated configuration tooling is specific to Ubuntu 20.04 LTS ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">iN7tXbXxXzk6sVvFFuB7tS</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/ULffWF2FVwWn5AUSDEinrm-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 18 Jan 2022 08:45:44 +0000</pubDate>                                                                                                                                <updated>Tue, 18 Jan 2022 13:00:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/ULffWF2FVwWn5AUSDEinrm-1280-80.jpg">
                                                            <media:credit><![CDATA[Canonical]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Ubuntu 20.04 desktop]]></media:description>                                                            <media:text><![CDATA[Ubuntu 20.04 desktop]]></media:text>
                                <media:title type="plain"><![CDATA[Ubuntu 20.04 desktop]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/ULffWF2FVwWn5AUSDEinrm-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Ubuntu creator Canonical has announced it now offers Ubuntu Security Guide tooling as part of Ubuntu 20.04 LTS.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/359881/ubuntu-pro-launches-on-google-cloud" data-original-url="/development/open-source/359881/ubuntu-pro-launches-on-google-cloud">Ubuntu Pro launches on Google Cloud</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/355188/canonical-launches-managed-apps-to-simplify-cloud-operations" data-original-url="/cloud/cloud-computing/355188/canonical-launches-managed-apps-to-simplify-cloud-operations">Canonical launches Managed Apps to simplify cloud operations</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/public-sector/355735/google-secures-deal-with-the-us-department-of-defense" data-original-url="/business-strategy/public-sector/355735/google-secures-deal-with-the-us-department-of-defense">Google Cloud secures deal with the US Department of Defense</a></p></div></div><p>The new tool will help enterprises comply with the Defense Information System Agency’s (DISA’s) Security Technical Implementation Guide (STIG).</p><p>A US Department of Defense <a href="https://www.itpro.com/security" data-original-url="https://www.itpro.com/security">security</a> configuration standard, DISA-STIG contains guidelines for hardening systems’ security posture. The standard also doubles as a checklist for securing protocols, services, and servers to reduce attack surfaces.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="B2mLtBXD7NYmchCYcqnyzS" name="B2mLtBXD7NYmchCYcqnyzS.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/B2mLtBXD7NYmchCYcqnyzS.jpg" mos="https://cdn.mos.cms.futurecdn.net/B2mLtBXD7NYmchCYcqnyzS.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The new remote work era</strong></p><p class="fancy-box__body-text">Trends in the distributed workforce</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/business-strategy/flexible-working/360832/the-new-remote-work-era" data-original-url="/business-strategy/flexible-working/360832/the-new-remote-work-era">FREE DOWNLOAD</a></p></div></div><p>Currently available for Ubuntu 20.04 or later versions, the new Ubuntu Security Guide is an easy-to-use <a href="https://www.itpro.com/policy-legislation/compliance/354495/testing-for-compliance-just-became-easier" data-original-url="https://www.itpro.com/policy-legislation/compliance/354495/testing-for-compliance-just-became-easier">compliance</a> and auditing tool. </p><p>The automated configuration tooling makes it possible to audit, fix, and customize a system while also enabling system-wide configuration for compliance, benefiting multidisciplinary teams within <a href="https://www.itpro.com/development/devops/358660/it-pro-panel-defining-devops" data-original-url="https://www.itpro.com/development/devops/358660/it-pro-panel-defining-devops">DevOps</a>.</p><p>“With the Ubuntu Security Guide, we extend the Ubuntu experience to ease compliance with DISA security requirements. It is now very easy for DevOps teams and administrators to follow these requirements,” said Nikos Mavrogiannopoulos, product manager at Canonical.</p><p>The Ubuntu Security Guide can be installed as part of Ubuntu Advantage and Ubuntu Pro packages via the Ubuntu Advantage Tool. </p><p>“The new automated tooling builds on Canonical’s track record of designing Ubuntu for high security and regulated workloads, powering U.S. government agencies, prime contractors, and service providers. The Ubuntu Security Guide enables agencies and organisations to comply with the most stringent security requirements by automation and at scale,” added Canonical.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Red Hat launches Enterprise Linux 9 beta ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/361436/red-hat-launches-enterprise-linux-9-beta</link>
                                                                            <description>
                            <![CDATA[ Changes will require less work from admins and IT Ops ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">obqs1yqajVPYxfuq9Rgnaf</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/eWoamk7EP4ATQXJmBe6ZRB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 03 Nov 2021 13:12:10 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Rene Millman ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/vwWuTPNRCuw9vEaWzuXYnR.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/eWoamk7EP4ATQXJmBe6ZRB-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Red Hat sign at a convention centre in Boston]]></media:description>                                                            <media:text><![CDATA[Red Hat sign at a convention centre in Boston]]></media:text>
                                <media:title type="plain"><![CDATA[Red Hat sign at a convention centre in Boston]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/eWoamk7EP4ATQXJmBe6ZRB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Red Hat has launched its eponymous Red Hat Enterprise Linux (RHEL) 9 beta and promised admin and IT ops people there will be less of a need for them to learn new ways of doing things.</p><p>Red Hat said the latest beta is based on upstream kernel version 5.14 and provides a preview of the next major update of RHEL. It punted the new version as being designed for “demanding <a href="https://www.itpro.com/hybrid-cloud/34384/multi-cloud-vs-hybrid-cloud-whats-the-difference" data-original-url="https://www.itpro.com/hybrid-cloud/34384/multi-cloud-vs-hybrid-cloud-whats-the-difference">hybrid multi-cloud</a> deployments that range from physical, on-premises, public cloud to edge”.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/enterprise-applications/361166/the-business-value-of-red-hat-runtimes" data-original-url="/software/enterprise-applications/361166/the-business-value-of-red-hat-runtimes">The business value of Red Hat Runtimes</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/development/devops/361158/the-business-value-of-red-hat-openshift" data-original-url="/development/devops/361158/the-business-value-of-red-hat-openshift">The business value of Red Hat OpenShift</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/360228/new-version-of-red-hat-advanced-cluster-management-for-kubernetes-aims" data-original-url="/cloud/cloud-computing/360228/new-version-of-red-hat-advanced-cluster-management-for-kubernetes-aims">Red Hat Kubernetes management update aims to boost hybrid cloud automation</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/360059/red-hat-launches-openshift-48" data-original-url="/cloud/360059/red-hat-launches-openshift-48">Red Hat launches OpenShift 4.8</a></p></div></div><p>It also said the beta was a departure from previous major releases of RHEL. While it contains many improvements and enhancements customers asked for, it has fewer changes that require admins and IT Ops to learn new ways of doing things, said the firm. It added that anyone familiar with RHEL 8 should find RHEL 9 easy to pick up.</p><p>Among the new features are enhanced web console performance metrics that allow access to additional information that will allow admins to better identify the potential causes of performance bottlenecks. It is also now easier to export these data to analysis and reporting tools such as Grafana.</p><p>There is also kernel live patching via the web console and streamlined image building that includes the ability to build RHEL 8 and RHEL 9 images via a single build node. It also features better support for customized file systems (non-LVM mount points) and bare-metal deployments.</p><p>There are also several enhancements for <a href="https://www.itpro.com/security" data-original-url="https://www.itpro.com/security">security</a> and compliance.</p><p>Users can use smart card authentication to access remote hosts through the RHEL web console (Sudo, SSH, etc.).</p><p>Red Hat also added more security profiles to help achieve compliance with standards like PCI-DSS, HIPAA, and others. When coupled with intelligence gathering and remediation services such as Red Hat Insights and Red Hat Satellite, customers now have access to powerful tools to rapidly resolve compliance issues at scale.</p><p>SSSD, the built-in enterprise single sign-on (SSO) framework, now adds more detail for events such as time to complete tasks, errors, the authentication flow, and more. New search capabilities provide admins the ability to analyze performance and configuration issues.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="C7ixKYaqmWHubd83TTWgb5" name="C7ixKYaqmWHubd83TTWgb5.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/C7ixKYaqmWHubd83TTWgb5.png" mos="https://cdn.mos.cms.futurecdn.net/C7ixKYaqmWHubd83TTWgb5.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Shining light on new 'cool' cloud technologies and their drawbacks</strong></p><p class="fancy-box__body-text">IONOS Cloud Up! Summit, Cloud Technology Session with Russell Barley</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/361154/shining-light-on-new-cool-cloud-technologies-and-their-drawbacks" data-original-url="/cloud/361154/shining-light-on-new-cool-cloud-technologies-and-their-drawbacks">FREE DOWNLOAD</a></p></div></div><p>The OS has also integrated new OpenSSL 3 cryptographic frameworks. Built-in RHEL utilities have been recompiled to utilize OpenSSL 3 to provide organizations with new security ciphers for encrypting and protecting data.</p><p>RHEL 9 Beta also ships with cgroup2 by default and a recent release of Podman with new defaults for RHEL 9. Users will get signature and short-name (e.g.: ubi8 instead of registry.access.redhat.com/ubi8/ubi) validation by default when pulling container images. This will enable organizations to test container-based applications with the "out-of-the-box" configuration planned for RHEL 9.</p><p>RHEL 9 Beta is available for Intel/AMD64 (x86_64), ARM 64-bit (aarch64), IBM Power LE (ppc64le), and IBM Z (s390x) hardware platforms</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux 5.14 offers new security protections  ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/360721/linux-514-offers-new-security-protections</link>
                                                                            <description>
                            <![CDATA[ The operating system's 30th birthday release helps protect against side-channel attacks ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">kGkRfoG7HoEn9kt6GTVjAA</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/B5yGPMjKBaxDYV4WdoRqzL-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 30 Aug 2021 17:07:19 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Danny Bradbury ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/B5yGPMjKBaxDYV4WdoRqzL-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux on a blue background with a circuit-board-like graphic]]></media:description>                                                            <media:text><![CDATA[Linux on a blue background with a circuit-board-like graphic]]></media:text>
                                <media:title type="plain"><![CDATA[Linux on a blue background with a circuit-board-like graphic]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/B5yGPMjKBaxDYV4WdoRqzL-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Version 5.14 of the Linux kernel shipped over the weekend, featuring new protections against the <a href="https://www.itpro.com/exploits/30478/what-are-meltdown-and-spectre-and-are-you-affected" data-original-url="https://www.itpro.com/exploits/30478/what-are-meltdown-and-spectre-and-are-you-affected">Spectre and Meltdown</a> attacks that threatened Intel CPU security. </p><p>A secret feature enables <a href="https://www.itpro.com/software/development/356827/how-to-become-a-developer-a-beginners-guide" data-original-url="https://www.itpro.com/software/development/356827/how-to-become-a-developer-a-beginners-guide">developers</a> to create memory areas available only to the application that owns them, blocking even the kernel from monitoring them. This is useful to hold sensitive data, such as encryption keys. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/360665/hackers-target-outdated-versions-of-linux-in-the-cloud" data-original-url="/software/linux/360665/hackers-target-outdated-versions-of-linux-in-the-cloud">Hackers target outdated versions of Linux in the cloud</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/360542/linux-on-mars" data-original-url="/software/linux/360542/linux-on-mars">Linux on Mars!</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/development/software-development/359671/microsoft-joins-with-linux-to-launch-green-software" data-original-url="/development/software-development/359671/microsoft-joins-with-linux-to-launch-green-software">Microsoft and the Linux Foundation launch green software initiative</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/359300/researchers-criticised-for-project-that-added-flaws-linux" data-original-url="/software/linux/359300/researchers-criticised-for-project-that-added-flaws-linux">Security researchers criticised for project that deliberately added vulnerabilities to Linux</a></p></div></div><p>Another secure feature is core scheduling. This makes it safer to use hyperthreading, which allows multiple programs to share a single core. Turning off hyperthreading helped prevent the 2019 side-channel attacks but carried a performance hit, which is significant for <a href="https://www.itpro.com/cloud" data-original-url="https://www.itpro.com/cloud">cloud</a> service providers running thousands of servers. </p><p>Core scheduling allows admins to separate sensitive processes in hyperthreading schedules, making it less likely that one process will snoop on another. </p><p>The kernel also features improved journaling on EXT4 file systems, offering more protection against information leaks. </p><p>Security features aside, the new kernel comes with a range of extra <a href="https://www.itpro.com/hardware" data-original-url="https://www.itpro.com/hardware">hardware</a> support and enhancements. These include support for Intel's Alder Lake P graphics, and Qualcomm's Adreno 660 GPU. It also features enhancements to the open source AMD <a href="https://www.itpro.com/hardware/30399/what-is-a-gpu" data-original-url="https://www.itpro.com/hardware/30399/what-is-a-gpu">GPU</a> drivers, including the ability to hot swap them. </p><p>Linux 5.14 also includes support for hardware-based microphones and webcam kill switches on Dell laptops. Over the last few years, Dell has been a staunch Linux supporter, shipping developer versions of its laptops with preinstalled Linux and driver support. </p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="yi42ZzWeFY9Fmacd8eDdk3" name="yi42ZzWeFY9Fmacd8eDdk3.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/yi42ZzWeFY9Fmacd8eDdk3.jpg" mos="https://cdn.mos.cms.futurecdn.net/yi42ZzWeFY9Fmacd8eDdk3.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Five questions to ask before you upgrade to a modern SIEM</strong></p><p class="fancy-box__body-text">Do you need a better defense strategy?</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/security-information-and-event-management-siem/360173/five-questions-to-ask-before-you" data-original-url="/security/security-information-and-event-management-siem/360173/five-questions-to-ask-before-you">FREE DOWNLOAD</a></p></div></div><p>The kernel also drops support for legacy integrated device electronics (IDE) storage interfaces, helping to offset the ongoing growth of the code base. </p><p>Linus creator, Linus Torvalds, announced the new kernel along with acknowledging the operating system's 30th birthday. "The celebrations will go on for a few more weeks yet, but you all may just need a breather from them," he <a href="http://lkml.iu.edu/hypermail/linux/kernel/2108.3/05438.html">said</a>. </p><p>"And when that happens, I have just the thing for you - a new kernel release to test and enjoy. Because 5.14 is out there, just waiting for you to kick the tires and remind yourself what all the festivities are about." </p><p>Those who want early access to the latest kernel can download the source code and compile it themselves. Otherwise, Linux distributions will begin adopting 5.14 over time. </p><p>Distributions either come as time-based releases, with period increments that roll up collections of features including the kernel, or rolling releases that update more frequently with new features. Examples of the former include Ubuntu, while Arch is a rolling release distribution. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux on Mars! ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/360542/linux-on-mars</link>
                                                                            <description>
                            <![CDATA[ Open-source software on the Perseverance mission is helping NASA explore a GNU world ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">37EPqobB7p5PLW1Ep9samb</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/zMwDf7mtBFHGhm6k6mvREH-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 18 Aug 2021 08:00:06 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ James O&#039;Malley ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/zMwDf7mtBFHGhm6k6mvREH-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Mars helicopter Ingenuity]]></media:description>                                                            <media:text><![CDATA[The Mars helicopter Ingenuity]]></media:text>
                                <media:title type="plain"><![CDATA[The Mars helicopter Ingenuity]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/zMwDf7mtBFHGhm6k6mvREH-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>On 19 April 2021, powered flight on another world took place for the first time. When a 1.8kg drone successfully lifted 3m from Mars’ dusty surface for less than a minute, it wasn’t simply another small step for humanity exploring the universe: it was also a giant leap for open-source software. For this tiny drone is powered by Linux.</p><p>The drone’s name is Ingenuity, although NASA also refers to it as the Mars Helicopter (for reasons that become obvious once you see it). The project is highly experimental, with future flights only expected to last for 90 seconds and the mission itself slated to run for 30 days, but the technology could lead to future Mars missions that deploy drones to explore and collect samples, covering a much vaster swathe of the planet’s surface than a ground-based rover could ever manage.</p><p>The flight was the culmination of years of preparation for the helicopter team who, like everyone else, had been forced to spend much of Perseverance’s nine-month journey to Mars working from home. “It’s been a little surreal to sit here in my [home] office, where you can see me executing commands on a spacecraft that’s right on the way to Mars,” said Tim Canham, Mars helicopter operations lead at NASA’s Jet Propulsion Laboratory (JPL), speaking exclusively to our sister publication PC Pro before the first flight.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/social-media/32595/musk-can-take-us-to-mars-but-only-if-he-gets-off-twitter" data-original-url="/social-media/32595/musk-can-take-us-to-mars-but-only-if-he-gets-off-twitter">Musk can take us to Mars, but only if he gets off Twitter</a></p></div></div><p>“Every week or two, we would log on and basically send the commands to charge the helicopter and watch it as the battery would charge up.”</p><p>Now that the rover has landed, and the helicopter has completed its debut flights on Mars, the real work can begin.</p><h3 class="article-body__section" id="section-choosing-linux"><span>Choosing Linux</span></h3><p>“It was actually a fairly simple decision,” says Canham of the choice to use Linux for the craft. “We were looking for a particular processor board that would work for the helicopter. It had to be very small and compact, and have tons and tons of processing power. And so we did a big search around the web and found one that was designed by Qualcomm and built by a company called Intrinsic.”</p><p>The board was based on a Snapdragon 801 chip, as found on Earth inside older devices such as the HTC One and the Sony Xperia Z3 (released in 2013 and 2014 respectively). The age of the technology wasn’t a major concern to NASA; much more important was the fact that the whole thing was only around the size of a credit card. The craft needed to be as light and small as possible, since Mars has a much lower atmospheric density than Earth, making it harder for helicopter blades to provide lift.</p><p>The only real catch was that the proprietary VxWorks software platform used for the main rover wouldn’t work on the Qualcomm chip – so NASA was forced to look for an alternative operating system.</p><p>“Linux in some ways was selected for us, but we still like it a lot. It’s easy to work with and easy to reconfigure, and uses a lot of standard interfaces,” says Canham.</p><p>In fact, many of the required drivers and software had already been written for other open-source projects, saving JPL a lot of time and work. “There were lots of man-hours that went into developing the code before it ever got to the helicopter,” Canham explains. “We were able to just say, yeah, we know all that stuff works, we can concentrate on the part that’s specific to the helicopter and implement it.”</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/containers/358130/red-hat-unveils-common-kubernetes-platform-for-windows-and-linux" data-original-url="/development/containers/358130/red-hat-unveils-common-kubernetes-platform-for-windows-and-linux">Red Hat unveils common Kubernetes platform for Windows and Linux</a></p></div></div><p>As a result, one of the most high-profile aspects of the $2.7 billion Perseverance mission was handled by a surprisingly small team. “At the peak of our development, we had about four or five developers working on the software,” says Canham of his helicopter colleagues.</p><p>This helicopter was also able to take advantage of commodity hardware components. “We took the cameras, which are little half-gram-square cameras that are very similar to the cameras that you find on your cellphone, and we just put them on the helicopter.” As a result, the small helicopter that’s currently on Mars can capture 13MP colour images that far outshine the 2MP main camera on Curiosity, NASA’s previous rover that landed on Mars in 2012.</p><p>Despite using tried-and-tested components, the team didn’t take reliability for granted. “We had a really extensive test programme,” says Canham. “We’ve actually been working on this particular iteration of the helicopter for almost four and a half years.”</p><p>He describes how JPL used a special pressure chamber to test spacecraft. The atmosphere inside was pumped down to Mars pressure, so the team could see if the helicopter could take off under such circumstances. “The processor and the OS really went through the wringer during that testing,” he says. “It was lots and lots and lots of testing.”</p><p>But the fact that the helicopter runs Linux definitely made life easier. When the helicopter was inside the pressure chamber, the team was able to update or tweak the software without having to remove the drone and re-pressurise. As with any other Linux machine, they could connect via SSH over Wi-Fi and make the changes required remotely.</p><p>“Really, it was just a drone development kit that you could buy and add your own drone hardware to it,” Canham explains. “So, yes, it most certainly saved us time, because we had all that code already in the bag.</p><p>“You can think of it like Tinkertoys or Lego, where you have these pieces and you know how they fit together, and you can just reuse them again and again, and not have to reinvest time and testing and all those other things,” he says. “That’s part of the strength of that whole component-based software framework.”</p><h3 class="article-body__section" id="section-landing-gear"><span>Landing Gear</span></h3><p>When the helicopter takes flight, it doesn’t directly communicate with the main Perseverance rover software. To manage flight communications, it speaks to a second Linux machine on the rover, which acts as a helicopter base station. Technologically speaking, the base station is almost identical to the helicopter, with the same processor and same radio communication hardware – so that’s a second Linux installation running on Mars.</p><p>But that’s not all. There’s actually a third Linux box on Mars too, and we’ve already seen it in action. Shortly after the Perseverence rover landed on the Martian surface, NASA released <a href="https://www.youtube.com/watch?v=4czjS9h4Fpg">a stunning video of the descent</a>, showing multiple views of what’s famously known as the “seven minutes of terror” – the period of time when, because of the time lag in communications, NASA engineers were unable to guide or control the rover on its final approach.</p><p>First, we see a view looking upwards at the parachute deploying. Then a downward view of the Martian surface as the heat shield is detached from the lander and falls to the ground. Finally – and most spectacularly – we watch the lander deploy the “sky crane”, a system that uses rocket thrusters to dangle the now-uncovered rover below and gently deposit it on the surface of the planet.</p><p>It wasn’t the first time such a method has been used – Curiosity employed a similar system, albeit on a significantly smaller rover – but it was the first time such a landing has been captured in such detail, in such high resolution, at a frame rate comparable to normal video. And this video was captured on a Linux machine that was included for that sole purpose.</p><p>“It’s basically <a href="https://www.itpro.com/hardware/357228/intel-launches-iot-focused-core-celeron-pentium-and-atom-processors" data-original-url="https://www.itpro.com/hardware/357228/intel-launches-iot-focused-core-celeron-pentium-and-atom-processors">an Intel Atom box</a>,” says Canham. “They wrote software that would just frantically record all these video streams to storage.”</p><p>As with the helicopter, the team responsible for the box used fairly standardised parts. The six cameras were regular USB Chameleon3 cameras, made by FLIR. Five of them capture video at 1.3MP, while the sixth goes up to 3.2MP. “They just took a ruggedised PC, stuck it on [the rover] and ran USB all over the place on the rover,” says Canham.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/355695/microsoft-admits-it-got-open-source-wrong" data-original-url="/development/open-source/355695/microsoft-admits-it-got-open-source-wrong">Microsoft admits it was wrong about open source</a></p></div></div><p>As another illustration of the power of standard platforms, NASA later revealed that the video footage captured during the landing was processed by <a href="https://www.ffmpeg.org">the open-source FFmpeg encoder</a> before being sent back to Earth. This is the exact same app used by millions of people for transcoding video. It’s a remarkable thought that if you’ve ever submitted an update or a tweak to the FFmpeg project then your code may have run on Mars.</p><h3 class="article-body__section" id="section-forging-new-discoveries"><span>Forging new discoveries</span></h3><p>Perseverance’s helicopter and landing cameras were an open-source first for the Red Planet, but JPL has been working with open source for much longer. In fact, one of the reasons the helicopter team was so small was because the agency had already created its own open-source flight software framework, known as F Prime.</p><p>This is an open-source toolkit that <a href="https://github.com/nasa/fprime">anyone can download from GitHub</a>, and it takes care of many of the technical aspects of controlling a spacecraft. Consequently, the software has already been used by a number of instruments that are already in space.</p><p>The first of these was a module housed on the International Space Station (ISS) called RapidScat, a scatterometer used to monitor ocean winds in real-time. Launched in 2014 and in use until 2016, it proved a valuable device for weather forecasters, as it helped predict the emergence of hurricanes. It also served as a proving ground for F Prime in space, enabling NASA to subsequently decommission an old wind-monitoring satellite and replace it with a much cheaper design.</p><p>The open-source software is also now being used by several different universities that are developing their own <a href="https://www.nasa.gov/directorates/heo/home/CubeSats_initiative">CubeSats</a> – a class of satellite pioneered in the early 2000s that takes advantage of the same commodity parts boom as the Ingenuity helicopter. CubeSats can be built much more cheaply than a traditional satellite, are physically much smaller and are relatively standardised in terms of shape, meaning multiple units can be packed tightly together and launched from a single rocket.</p><p>In November 2021, two CubeSats running F Prime code will be blasting off as part of the Artemis 1 mission, which is NASA’s first attempt at returning to the Moon since the 1970s. Part of the mission payload will be a CubeSat called Lunar Flashlight, which will attempt to map the Moon’s South Pole and look for signs of water and ice deposits. There’s also the Near Earth Asteroid Scout, a CubeSat that will attempt to get up close with a near-earth object called “1991 VG” and determine its origins.</p><p>Ultimately, open-source software could mean that future rovers, satellites and other space technologies can be iterated and developed more quickly and efficiently. Although Linux may still struggle to find a place on the desktop on Earth, the operating system might have just found its place among the stars.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Best Linux file managers 2023: Customise your workflows ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/359977/best-linux-file-managers</link>
                                                                            <description>
                            <![CDATA[ Using a dedicated file manager will make working with Linux a whole lot easier ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">supcvqJxMDEJQNLqFKCALN</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/jVioAWW48cenyUptGDvzk4-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 23 Jun 2021 19:07:01 +0000</pubDate>                                                                                                                                <updated>Tue, 17 May 2022 13:45:01 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Michael Reed ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/jVioAWW48cenyUptGDvzk4-1280-80.jpg">
                                                            <media:credit><![CDATA[Getty Images]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A photograph of a man typing on a laptop with an illustration of a computer filesystem]]></media:description>                                                            <media:text><![CDATA[A photograph of a man typing on a laptop with an illustration of a computer filesystem]]></media:text>
                                <media:title type="plain"><![CDATA[A photograph of a man typing on a laptop with an illustration of a computer filesystem]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/jVioAWW48cenyUptGDvzk4-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The file manager is the direct interface between the user and what’s stored on the computer. Most average users will be familiar with either Windows File Explorer or macOS Finder, which represent the preinstalled default options for the world’s two most popular desktop operating systems. <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros" data-original-url="https://www.itpro.com/operating-systems/28025/best-linux-distros">The Linux ecosystem</a>, however, offers considerably more flexibility in this regard, allowing users to pick from a range of options to find the perfect file manager.</p><p>Your needs in this department will depend on what your file management workflow actually is. If you’re an advanced user with a wide range of file management duties, you might appreciate a Linux file manager with some customisation along with specialised features. </p><p>On the other hand, if you’re setting it up for someone else, such as a non-technical user, you might prefer something with conventional looks and a stripped down interface. All this is before we even get into personal preferences for functionality and layout.</p><p>These are the issues that we’ve taken into consideration. The selection we present below are all good file managers for Linux users, but they all have their strengths and weaknesses.</p><h2 id="dolphin">Dolphin</h2><h3 class="article-body__section" id="section-best-for-general-users-who-want-a-full-feature-set"><span>Best for general users who want a full feature set</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="soSWxmwgzfUbD7f8m85qBN" name="" alt="A screenshot of the Dolphin file manager" src="https://cdn.mos.cms.futurecdn.net/soSWxmwgzfUbD7f8m85qBN.jpg" mos="https://cdn.mos.cms.futurecdn.net/soSWxmwgzfUbD7f8m85qBN.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><div ><table><tbody><tr><td  ><h3>Pros</h3></td><td  ><h3>Cons</h3></td></tr><tr><td  >Reasonably fully-featured</td><td  >A bit heavy on resources</td></tr><tr><td  >Approachable in its default state</td><td  >Default config is stripped down</td></tr></tbody></table></div><p>It’s a cliche, but ‘Swiss Army Knife’ aptly describes this file manager, and yet, it still manages to strike the right balance by being easy to use. The compromise is that a lot of the user interface features are disabled by default, and you’ll have to traverse a labyrinth of configuration menus to get the full experience of everything Dolphin has to offer.</p><p>We consider ourselves to be power users, so our first order of business was to enable the toolbar and the menu bar, but it’s a shame that the default toolbar is so sparse once it’s switched on. It can be populated with icons manually, and that takes time. However, at this point, Dolphin starts to look a bit more suitable for a technically-minded user.</p><p>You can even add a terminal window panel that follows the current directory in the main panel - very handy when using Linux. At the flip of a toolbar button, Dolphin can be used as a basic dual panel file manager, with an optional side window which gets you the intimate details of a particular file. All of these features can be assigned to toolbar icons so that you can whip them out when you need them.</p><p>Typifying the hidden depths of Dolphin, the detail view has the option of adding quite a lot of extra fields such as the dimensions of an image or the artist name in the case of audio files. A click on the location bar switches to showing the directory path, and you can pop a network URL such as an FTP site or a shared folder directly into this, broadening the roles that Dolphin can fulfil.</p><p>Dolphin is our top choice for the technical user who isn’t ready to make the leap to the dedicated dual panel file managers.</p><h2 id="midnight-commander">Midnight Commander</h2><h3 class="article-body__section" id="section-best-for-command-line-users-who-need-a-file-manager"><span>Best for command line users who need a file manager</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="LvDX4mDRLUGxTN57UNAJh3" name="" alt="A screenshot of the Midnight Commander file manager" src="https://cdn.mos.cms.futurecdn.net/LvDX4mDRLUGxTN57UNAJh3.jpg" mos="https://cdn.mos.cms.futurecdn.net/LvDX4mDRLUGxTN57UNAJh3.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><div ><table><tbody><tr><td  ><h3>Pros</h3></td><td  ><h3>Cons</h3></td></tr><tr><td  >Fast and to the point, once you’re used to it</td><td  >Incomplete network browsing</td></tr><tr><td  >Usable over a network</td><td  >Text mode interface won’t suit everyone</td></tr></tbody></table></div><p>To some, a completely text based interface might seem intimidating, but Midnight Commander is actually pretty easy to use. The cursor keys move up and down the list of files, return executes the file under the cursor and spacebar selects. The standard file management commands are attached to function keys, and these are summarised at the bottom of the screen.</p><p>The display stretches to fit the current terminal, but obviously, you miss out on a few niceties that come with a GUI file manager such as mouse control and in-place image previews. Midnight Commander comes into its own when you’re working in text mode, and you can jump back and forth into the command line. Sure enough, we ran it over SSH on a Raspberry Pi and performance in this setting was excellent, making it our go-to tool on a text-only connection. It’s just a shame that the built-in network browser is rather limited.</p><h2 id="nemo">Nemo</h2><h3 class="article-body__section" id="section-best-for-users-who-need-the-standard-features-without-extra-clutter"><span>Best for users who need the standard features without extra clutter</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="TkaYLrBuZ9aXpzmWRpB47o" name="" alt="A screenshot of the Nemo file manager" src="https://cdn.mos.cms.futurecdn.net/TkaYLrBuZ9aXpzmWRpB47o.jpg" mos="https://cdn.mos.cms.futurecdn.net/TkaYLrBuZ9aXpzmWRpB47o.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><div ><table><tbody><tr><td  ><h3>Pros</h3></td><td  ><h3>Cons</h3></td></tr><tr><td  >Intuitive</td><td  >A bit light on features</td></tr><tr><td  >Clutter-free</td><td  >Less resource-intensive options exist</td></tr><tr><td  >Drop in replacement for Files</td><td  ></td></tr></tbody></table></div><p>Over the years, the Gnome project has stripped down the official file manager, Files, and as a result, we prefer Nemo, a fork that retains the features and user interface of the older generation. Don’t worry - although this is a fork, it’s well-supported as it’s part of the Linux Mint distro’s Cinnamon desktop. You’ll find it in the repository of most distributions.</p><p>Having said all of this, Nemo still is fairly minimalist, favouring a clutter-free, flat-panelled look. Giving it the first-glance test, most users will understand the layout, and the default user interface configuration is good, placing most of its features on display from the outset.</p><p>At the bottom, we have a status bar area, showing things like the free space on the drive and the size of selected files. There’s also an icon size slider here. In the main toolbar, we can switch between icon view, list view or compact views and access file search. This is also where we select between a ‘breadcrumbs’ or a traditional directory pathname for the location bar. Middle-clicking on a directory opens it in a new tab, but there is no split view at all.</p><p>Of the file managers we’re looking at, Nemo might offer the best balance of features with simplicity and ease of use. On the downside, although Nemo does everything most people will expect of it, it’s not exactly bristling with features. What you see on the outside is pretty much everything you get. As it’s derived from the Gnome desktop, it also drags in a fair few resources during installation.</p><h2 id="pcmanfm">PCManFM</h2><h3 class="article-body__section" id="section-best-for-those-who-need-file-management-in-a-constrained-environment"><span>Best for those who need file management in a constrained environment</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SDtUoAqxjdfKLhMzmTe5m8" name="" alt="A screenshot of the PCManFM file manager" src="https://cdn.mos.cms.futurecdn.net/SDtUoAqxjdfKLhMzmTe5m8.jpg" mos="https://cdn.mos.cms.futurecdn.net/SDtUoAqxjdfKLhMzmTe5m8.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><div ><table><tbody><tr><td  ><h3>Pros</h3></td><td  ><h3>Cons</h3></td></tr><tr><td  >Lightweight</td><td  >Missing advanced features</td></tr><tr><td  >Fast to launch</td><td  ></td></tr></tbody></table></div><p>Unsurprisingly, given its connection to the lightweight LXDE desktop environment, PCManFM features a clean layout while being light on resource usage. This means that it's snappy in terms of initial launching and in use, even on older hardware. It also means that it doesn’t drag a huge number of libraries through when it’s being installed.</p><p>Pretty much every area of normal file management is covered, even though some of the features aren’t readily apparent. For example, at first, we lamented the fact that it didn’t seem to have a network browser, but it’s in one of the menus and it can be added to the sidebar. Similarly, there was some scope for customisation but it was limited to things like enabling toolbar icons.</p><p>We were pleasantly surprised to find it supports full image previews within directories - although zooming in is done via a keyboard combo rather than a slider. Middle selecting a directory opens a new tab, and there is a split view mode.</p><p>What this adds up to is a file manager that’s worth considering when resources are tight or advanced customisation isn’t required. It’s not one for the power users who require every feature imaginable, but general users probably won’t feel blocked due to lack of features.</p><h2 id="krusader">Krusader</h2><h3 class="article-body__section" id="section-best-for-power-users"><span>Best for power users</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="eNa7yeN3R3Mqj6Tt5aPxFa" name="" alt="A screenshot of the Krusader file manager" src="https://cdn.mos.cms.futurecdn.net/eNa7yeN3R3Mqj6Tt5aPxFa.jpg" mos="https://cdn.mos.cms.futurecdn.net/eNa7yeN3R3Mqj6Tt5aPxFa.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><div ><table><tbody><tr><td  ><h3>Pros</h3></td><td  ><h3>Cons</h3></td></tr><tr><td  >Highly customisable</td><td  >Unfamiliar interface for many</td></tr><tr><td  >Less mistake prone</td><td  >Some learning curve</td></tr><tr><td  >Fast for complex jobs</td><td  ></td></tr></tbody></table></div><p>Krusader is a dual panel file manager aimed at the power user while retaining the many of the niceties of a mouse-operated GUI. The snag with the more common, accessible style of single-window file manager is that mistakes can start to creep in when you hit a certain level of complexity and repetitiveness of workload.</p><p>Almost every area of the Krusader user interface is customisable and there is an emphasis on creating your own scripts and macros to automate jobs. One hundred percent keyboard control is also perfectly viable, which tends to add to accuracy for repetitive jobs.</p><p>As is usually the case with dual panel managers, the function key shortcuts are displayed at the bottom of the window, and this is customisable too. It also has good facilities for plugging in external tools and scripts, and the first time you run it, checks are carried out to see what tools have been detected.</p><p>Although it’s in its element when handling complicated file management jobs, we don’t want to make it sound like the learning curve is overly steep. However, it’s not a file manager aimed at the casual computer user. If you spend a lot of your time navigating through complicated collections of files and directories or you find yourself sighing every time you begin a regular file management job, taking the time to learn how to use Krusader could well be worth it.</p><h2 id="alternative-options">Alternative options</h2><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="hrmnk7oGVTibCxV53Mzc63" name="" alt="A screenshot of the AC Worker file manager" src="https://cdn.mos.cms.futurecdn.net/hrmnk7oGVTibCxV53Mzc63.jpg" mos="https://cdn.mos.cms.futurecdn.net/hrmnk7oGVTibCxV53Mzc63.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>There are some other Linux file managers that are worth looking at, even if the options above are better choices overall. Nemo is forked from what would become Gnome Files, but we explained our reasons for preferring Nemo. <a href="https://github.com/mate-desktop/caja">Caja is yet another fork</a> that aims to remain featureful, and it’s the official file manager of the Mate desktop.</p><p>A common sight on low resource Linux distributions, <a href="https://docs.xfce.org/xfce/thunar/start">Thunar</a> is a lightweight file manager in the same vein as PCManFM, but we felt that its feature list is a bit slim for general use. Double Commander is a nice looking dual pane file manager, but we prefer the UI of Krusader. <a href="http://www.boomerangsworld.de/cms/worker">Worker is another solid and currently-maintained dual panel choice</a>, and it’s inspired by Amiga software of yesteryear in terms of looks. If you’re feeling experimental, <a href="https://github.com/jarun/nnn">nnn has a slightly wacky take</a> on how a text mode dual panel file manager should look and work.</p><h2 id="verdict">Verdict</h2><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/362069/pwnkit-12-year-old-linux-root-privilege-flaw-hiding-plain-sight" data-original-url="/software/linux/362069/pwnkit-12-year-old-linux-root-privilege-flaw-hiding-plain-sight">12-year-old Linux root privilege flaw has been "hiding in plain sight"</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/367689/linux-foundation-unveils-world-of-open-source-research-initiative" data-original-url="/development/open-source/367689/linux-foundation-unveils-world-of-open-source-research-initiative">Linux Foundation unveils ‘World of Open Source’ research initiative</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/367688/microsoft-warns-of-new-botnet-variant-targeting-windows-and-linux-systems" data-original-url="/security/367688/microsoft-warns-of-new-botnet-variant-targeting-windows-and-linux-systems">Microsoft warns of new botnet variant targeting Windows and Linux systems</a></p></div></div><p>We’ve chosen Dolphin as the best overall file manager. While it's a little bit resource heavy, Dolphin is attractive and intuitive in use, and we’d struggle to find a file management situation that it couldn’t handle. It’s also a perfectly reasonable choice for beginners and casual users. The Gnome derived file manager that we looked at, Nemo, is easy-to-use but can’t match Dolphin’s feature-set and potential for expansion.</p><p>Krusader, meanwhile, carries the torch of the traditional, two-panelled file manager successfully. It has the depth if you want it, but it’s not too difficult to use for the two-panel newbie. Midnight Commander’s a handy utility if you find yourself on the command line, and PCManFM is a good choice as a front-end to the filing system on a low powered system that maintains a conventional approach.</p><p>All of the file managers we’ve looked at are worth considering depending on the niche that you’re working in. Our advice: check them out and see which one you prefer - after all, they’re all free.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Ubuntu Pro launches on Google Cloud ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/359881/ubuntu-pro-launches-on-google-cloud</link>
                                                                            <description>
                            <![CDATA[ The "hardened" version of the open source Linux OS comes with added security features ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">h2z6vu8WJ2J4j4TbbiWPv9</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/utnLHzNQbKwEwBSZusw8jh-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 15 Jun 2021 11:25:47 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/EAvwpZggMZ2K5h8s2pTAEm.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/utnLHzNQbKwEwBSZusw8jh-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[The Google Cloud company logo fixed onto an office building]]></media:description>                                                            <media:text><![CDATA[The Google Cloud company logo fixed onto an office building]]></media:text>
                                <media:title type="plain"><![CDATA[The Google Cloud company logo fixed onto an office building]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/utnLHzNQbKwEwBSZusw8jh-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Canonical has launched the premium version of the open source Ubuntu Linux kernel on Google Cloud, offering enterprise users a suite and new features and security capabilities for their deployments. </p><p>Ubuntu Pro on <a href="https://www.itpro.com/policy-legislation/compliance/359172/google-adds-new-compliance-and-security-certifications-for" target="_blank" data-original-url="https://www.itpro.com/policy-legislation/compliance/359172/google-adds-new-compliance-and-security-certifications-for">Google Cloud</a> is available to all Google Cloud users, with the deployment allowing for <a href="https://www.itpro.com/security/27713/the-importance-and-benefits-of-effective-patch-management" target="_blank" data-original-url="https://www.itpro.com/security/27713/the-importance-and-benefits-of-effective-patch-management">instant access to all security patches</a> covering thousands of open source apps, as well as critical compliance features. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-computing/359785/google-is-shifting-youtube-infrastructure-to-google-cloud" data-original-url="/cloud/cloud-computing/359785/google-is-shifting-youtube-infrastructure-to-google-cloud">Google is shifting YouTube infrastructure to Google Cloud</a> Ubuntu Linux review: The granddaddy of desktop Linux <a data-analytics-id="inline-link" href="https://www.itpro.com/security/357992/it-can-take-4-years-to-spot-security-flaws-in-open-source-software" data-original-url="/security/357992/it-can-take-4-years-to-spot-security-flaws-in-open-source-software">GitHub: Open source vulnerabilities can go undetected for four years</a></p></div></div><p>This premium version of the free-to-use Linux operating system focuses on enterprise and production use, providing developers and admins with secured <a href="https://www.itpro.com/devops/28097/what-is-devops" target="_blank" data-original-url="https://www.itpro.com/devops/28097/what-is-devops">DevOps environments</a>, as well as additional security tools. </p><p>Live kernel patching, for example, offers virtual machine (VM) instances increased security, while users can benefit from ten years of mission-critical support for 18.04 LTS onwards. The maintenance period of Ubuntu Pro 16.04 LTS is eight years.</p><p>"Enterprise customers are increasingly adopting Google Cloud to run their core business-critical and customer-facing applications,” said VP and GM for Compute at Google Cloud, June Yang.</p><p>“The availability of Ubuntu Pro on Google Cloud will offer our enterprise customers the additional security and compliance services needed for their mission-critical workloads.” </p><p>With Ubuntu Pro, alongside all standard optimisations and security updates in Ubuntu, users can also utilise certified components to allow operating environments under various compliance regimes, including GDPR and PCI. </p><p>Later in the year, additional features will be added such as certified FIPS 140-2 components, a security dashboard, managed apps, and more that haven’t yet been defined.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="v3tEFGEgQam5C9bvdTwoYB" name="v3tEFGEgQam5C9bvdTwoYB.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/v3tEFGEgQam5C9bvdTwoYB.png" mos="https://cdn.mos.cms.futurecdn.net/v3tEFGEgQam5C9bvdTwoYB.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>The hot cloud storage guide to backup and recovery</strong></p><p class="fancy-box__body-text">What is cloud object storage, why is it on the rise, and what option should you choose?</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/cloud-storage/359582/the-hot-cloud-storage-guide-to-backup-and-recovery" data-original-url="/cloud/cloud-storage/359582/the-hot-cloud-storage-guide-to-backup-and-recovery">FREE DOWNLOAD</a></p></div></div><p>Google Cloud has partnered with <a href="https://www.cloudpro.co.uk/canonical" target="_blank">Canonical</a> in some capacity for many years, and the standard iteration of Ubuntu has been available to Google Cloud customers since 2014. </p><p>The two platforms have worked together on Ubuntu Pro on Google Cloud, which serves as a more secure, hardened and cost-effective DevOps environment that aims to boost customers’ cloud transformation efforts.</p><p>“Since 2014, Canonical has been providing Ubuntu for Google Cloud customers. We continuously expand security coverage, great operational efficiency, and native compatibility with Google Cloud features,” said VP of Cloud GTM at Canonical, Alex Gallagher. </p><p>“I’m excited to witness the collaboration between Canonical and Google Cloud to make Ubuntu Pro available. Ubuntu Pro on Google Cloud sets a new standard for security of operating systems and facilitates your migration to Google Cloud.”</p><p>Customers can purchase these premium images directly from Google Cloud by selecting Ubuntu Pro as the operating system directly from the Google Cloud Console. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Xinuos sues IBM for patent infringement ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/359110/xinuos-sues-ibm-for-patent-infringement</link>
                                                                            <description>
                            <![CDATA[ Lawsuit revisits ancient legal war over Unix code ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">hV5orDiZ7WUjf7YFiFCoqh</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/4uQZggUZ8JTjhDtxHstBBY-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Thu, 01 Apr 2021 18:25:01 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Danny Bradbury ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/4uQZggUZ8JTjhDtxHstBBY-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux code on a black background]]></media:description>                                                            <media:text><![CDATA[Linux code on a black background]]></media:text>
                                <media:title type="plain"><![CDATA[Linux code on a black background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/4uQZggUZ8JTjhDtxHstBBY-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Software company Xinuos is suing IBM and Red Hat, claiming they stole the Linux source code and pushed its own products out of the market. The move rekindles a legal spat over ownership of the original Unix source.</p><p>Xinuos, which is based in the US Virgin Islands, sells server operating systems to commercial customers. The lawsuit, filed in the US Court of the Virgin Islands, accuses IBM and Red Hat of using wrongfully copied software code and engaging in anti-competitive misconduct to corner the market in Unix and Linux server operating systems.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/358764/intel-to-pay-218-billion-following-patent-trial-loss" data-original-url="/hardware/358764/intel-to-pay-218-billion-following-patent-trial-loss">Intel ordered to pay £1.56 billion for patent infringement</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/business/policy-legislation/356638/apple-hit-with-14b-patent-infringement-lawsuit" data-original-url="/business/policy-legislation/356638/apple-hit-with-14b-patent-infringement-lawsuit">Apple hit with $1.4 billion Siri patent infringement lawsuit</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/policy-legislation/33235/apple-owes-qualcomm-for-three-infringements-jury-finds" data-original-url="/policy-legislation/33235/apple-owes-qualcomm-for-three-infringements-jury-finds">Apple owes Qualcomm for three infringements, jury finds</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/627502/motorola-sues-apple-for-patent-infringement" data-original-url="/627502/motorola-sues-apple-for-patent-infringement">Motorola sues Apple for patent infringement</a></p></div></div><p>The complaint claims IBM stole Xinuos' intellectual property and misled the public in its SEC statements by saying a third party that owned all of the Unix and UnixWare copyrights had waived all infringement claims against it.</p><p>"Thereafter, IBM and Red Hat divided the market for enterprise clients to protect IBM's precious high-end server, software, and services business, they promoted each other's operating system products, and they granted each other special technical access and abilities that were not made generally available and from which Xinuos and others were specifically excluded," the complaint continues. "These bad acts continue to this day."</p><p>Unix has a stormy legal history. Novell purchased the rights to the program's source code in 1993, subsequently agreeing to transfer some rights surrounding Unix (including UnixWare, Novell's version of Unix) to the Santa Cruz Operation (SCO). In 2000, Caldera bought UnixWare from SCO, changing its name to the SCO Group two years later.</p><p>The SCO Group then sued IBM for infringing on its copyright by including Unix source code in Linux. Novell responded by claiming it was still the legal owner of Linux, sparking a legal response from the SCO Group, which lost its case against Novell in 2007. SCO Group then filed for Chapter 11 bankruptcy while it pursued an ultimately unsuccessful appeal.</p><p>A group of equity investors partnered to create UnXis, which purchased SCO Group's server operating system products, OpenServer and UnixWare, in 2011. At the time, the new company stated there was "no place for litigation in our vision or plan." In 2013, it changed its name to Xinuos and released OpenServer X based on FreeBSD while providing a migration path from the former SCO products.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Google and Red Hat team up with Linux Foundation for software-signing service ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/358837/google-and-red-hat-team-up-with-linux-foundation-for-software</link>
                                                                            <description>
                            <![CDATA[ The project aims to cryptographically verify open source software to mitigate supply chain security risks ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">jSDsztn9N7NpLevQKzduGV</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/y76a34ewyfeHxJKH4MpeY9-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 10 Mar 2021 11:41:41 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/EAvwpZggMZ2K5h8s2pTAEm.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/y76a34ewyfeHxJKH4MpeY9-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Programming code abstract on a reflective background]]></media:description>                                                            <media:text><![CDATA[Programming code abstract on a reflective background]]></media:text>
                                <media:title type="plain"><![CDATA[Programming code abstract on a reflective background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/y76a34ewyfeHxJKH4MpeY9-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Linux Foundation has launched a free-to-use service for <a href="https://www.itpro.com/software/28109/what-is-open-source" target="_blank" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open source</a> developers to <a href="https://www.itpro.com/security/cyber-security/356584/quantum-security-the-end-of-security-as-we-know-it" target="_blank" data-original-url="https://www.itpro.com/security/cyber-security/356584/quantum-security-the-end-of-security-as-we-know-it">cryptographically sign</a> software to reassure users further down the supply chain that the software they’re using is legitimate.</p><p>Developed in partnership with Google and Red Hat, the sigstore project will allow the open source community to sign software artefacts including release files, container images and binaries before these elements are stored in a public log.</p><p>The aim is to make it easier for developers to sign releases and for users to verify them, with widespread uptake translating to a reduction in the threat of <a href="https://www.itpro.com/software/28109/what-is-open-source" target="_blank" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open source</a> supply chain attacks. This is because one of the major issues with open source software is it’s often difficult to determine where the software came from, and how it was built.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/software/28109/what-is-open-source" data-original-url="/software/28109/what-is-open-source">What is open source?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/605688/red-hat-breached-as-hackers-target-linux-servers" data-original-url="/605688/red-hat-breached-as-hackers-target-linux-servers">Red Hat breached as hackers target Linux servers</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/linux/358716/google-to-fund-linux-developers-to-fix-kernel-security-problems" data-original-url="/software/linux/358716/google-to-fund-linux-developers-to-fix-kernel-security-problems">Google to fund Linux developers to fix kernel security problems</a></p></div></div><p>“Installing most open source software today is equivalent to picking up a random thumb-drive off the sidewalk and plugging it into your machine,” said Google’s product manager Kim Lewandowski and product engineer Dan Lorenc. “To address this we need to make it possible to verify the provenance of all software - including open source packages.</p><p>“The mission of sigstore is to make it easy for developers to sign releases and for users to verify them. You can think of it like Let’s Encrypt for Code Signing. Just like how Let’s Encrypt provides free certificates and automation tooling for HTTPS, sigstore provides free certificates and tooling to automate and verify signatures of source code.”</p><p>Sigstore takes a unique approach to key management by issuing short-lived certificates based on OpenID Connect grants, and storing all activity in logs backed by the Trillian instant management software. This is so the team can detect compromises, and recover from them, when they do occur.</p><p>This approach has been devised in light of the fact that key distribution is “notoriously difficult”, leading developers to design away the need for a management hub by building a <a href="https://www.itpro.com/security/31775/what-is-public-key-infrastructure-pki" target="_blank" data-original-url="https://www.itpro.com/security/31775/what-is-public-key-infrastructure-pki">Root Certificate Authority (CA)</a> which will be made available for free.</p><p>News of this project follows <a href="https://www.itpro.com/software/linux/358716/google-to-fund-linux-developers-to-fix-kernel-security-problems" data-original-url="https://www.itpro.com/software/linux/358716/google-to-fund-linux-developers-to-fix-kernel-security-problems">Google's commitment to help fund two Linux developers</a> in their ambitions to fix kernel security problems. This responded to a need for additional work on open source software security that recent research identified.</p><p>“I am very excited about sigstore and what this means for improving the security of software supply chains,” said Luke Hinds, one of the lead developers on sigstore and Red Hat’s security engineering lead.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="bwv2TSZLfhP4CfaRR9bgZM" name="bwv2TSZLfhP4CfaRR9bgZM.png" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/bwv2TSZLfhP4CfaRR9bgZM.png" mos="https://cdn.mos.cms.futurecdn.net/bwv2TSZLfhP4CfaRR9bgZM.png" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Five critical questions to ask your identity provider</strong></p><p class="fancy-box__body-text">How to distinguish best-of-breed identity</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/identity-and-access-management-iam/358838/five-critical-questions-to-ask-your-identity" data-original-url="/security/identity-and-access-management-iam/358838/five-critical-questions-to-ask-your-identity">FREE DOWNLOAD</a></p></div></div><p>“Sigstore is an excellent example of an open source community coming together to collaborate and develop a solution to ease the adoption of software signing in a transparent manner.”</p><p>The team behind the sigstore project will build on this momentum in the near future with further tweaks, including hardening the system, adding support for other OpenID Connect providers, and updating documentation.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Log-On Wave for IBM Z simplifies highly virtualized environments   ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/cloud/virtualisation/357782/log-on-wave-for-ibm-z-simplifies-highly-virtualized-environments</link>
                                                                            <description>
                            <![CDATA[ The service improves productivity and flattens the learning curve for less-experienced admins ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">iTm5vd4V1gxkwggt4EW5c2</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/kjbWXBZAdo4gcj5bFGFLwT-1280-80.png" type="image/png" length="0"></enclosure>
                                                                        <pubDate>Mon, 16 Nov 2020 19:00:26 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Praharsha Anand ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/png" url="https://cdn.mos.cms.futurecdn.net/kjbWXBZAdo4gcj5bFGFLwT-1280-80.png">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[surfer riding a wave with &amp;quot;log-on wave for IBM Z&amp;quot; superimposed]]></media:description>                                                            <media:text><![CDATA[surfer riding a wave with &amp;quot;log-on wave for IBM Z&amp;quot; superimposed]]></media:text>
                                <media:title type="plain"><![CDATA[surfer riding a wave with &amp;quot;log-on wave for IBM Z&amp;quot; superimposed]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/kjbWXBZAdo4gcj5bFGFLwT-1280-80.png" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p><a href="https://www.itpro.com/tag/ibm" data-original-url="https://www.itpro.com/search/IBM">IBM</a> business partner Log-On Software has announced Log-On Wave for IBM Z to simplify and accelerate the management and daily administration of highly virtualized Linux server environments on <a href="https://www.itpro.com/security/29889/what-is-ibm-z" data-original-url="https://www.itpro.com/security/29889/what-is-ibm-z">IBM Z</a> and IBM LinuxONE.</p><p>“IBM Z and IBM LinuxOne are powerful, reliable and economical platforms for highly virtualized Linux environments. Significant z/VM skills are required to monitor, manage, and provision Linux instances and resources,” said Log-On.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/29889/what-is-ibm-z" data-original-url="/security/29889/what-is-ibm-z">What is IBM Z?</a> How desktop virtualization can increase reliability How desktop virtualization can save money <a data-analytics-id="inline-link" href="https://www.itpro.com/108695/dell-looking-to-optimize-servers-for-virtualization" data-original-url="/108695/dell-looking-to-optimize-servers-for-virtualization">Dell looking to optimize servers for virtualization</a></p></div></div><p>“There is a need for solutions to simplify the operation of these virtualized environments. Log-On Wave for IBM Z (Wave) is such a solution.”</p><p>The company claims Log-On Wave for IBM Z can improve productivity by simplifying administration, configuration and management. It also promises to hide much of the complexity and instead offer an easy to use UI for managing virtualised environments, catering for less experienced admins.</p><p>IT organizations and service providers can manage workloads across all centralized processing centers (CPCs) and logical partitions (LPARs) from a single dashboard on Wave, quickly and easily clone Linux guests on z/VM, perform live guest relocation and more, the company said.</p><p>Log-On Software’s new Wave solution also complements existing Log-On solutions for IBM Z, which include QuickSelect for Db2, a plug-and-play performance accelerator for database 2 (Db2) workloads; VTFM-NewGen, a <a href="https://www.itpro.com/software" data-original-url="https://www.itpro.com/software">software</a>-only virtual tape system that leverages the organization's investment in direct access storage devices; and Total Utility Control, a powerful Db2 utility automation solution that intelligently generates the right utility jobs, at the right time and for the right objects.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED RESOURCE</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="VHvfPhnq7vTogYC4MbRyb9" name="VHvfPhnq7vTogYC4MbRyb9.jpg" caption="" alt="" src="https://cdn.mos.cms.futurecdn.net/VHvfPhnq7vTogYC4MbRyb9.jpg" mos="https://cdn.mos.cms.futurecdn.net/VHvfPhnq7vTogYC4MbRyb9.jpg" link="" align="" fullscreen="" width="0" height="0" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div></figure><p class="fancy-box__body-text"><strong>Virtualisation that enables choices, not compromises</strong></p><p class="fancy-box__body-text">Harness the virtualisation technology that's right for your hybrid infrastructure</p><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/virtualisation/357624/virtualisation-that-enables-choices-not-compromises" data-original-url="/cloud/virtualisation/357624/virtualisation-that-enables-choices-not-compromises">FREE DOWNLOAD</a></p></div></div><p>"We are pleased to enter this space and to offer Log-On Wave for IBM Z to our customers. We look forward to bringing new capabilities and value to the user community," said Danny Zeitouny, managing director & VP of products at Log-On. "Log-On Wave for IBM Z continues our long tradition of delivering outstanding solutions to IBM Z users."</p><p>Log-On Software plans to release Wave for IBM Z on January 2, 2021.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Switch to Linux with these top distros ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/357095/switch-to-linux-with-these-top-distros</link>
                                                                            <description>
                            <![CDATA[ Windows 7 is dead; it might be time consider switching to a stable, secure and fast alternative ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">o62Zrhgew3eYoXQ68iYRjj</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/q5AsxTm25MBXMExbXNp2rJ-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 15 Sep 2020 09:25:53 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Nik Rawlinson ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/q5AsxTm25MBXMExbXNp2rJ-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/q5AsxTm25MBXMExbXNp2rJ-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Windows 7 has just turned ten and, to celebrate, Microsoft ended support for its most popular operating system to date. Around a third of all computers still run it, and if yours is among them we have some bad news: there’s no such thing as safety in numbers. It’s time to consider your moving options.</p><p>In many cases, this will be an upgrade to Windows 10 but, if you’re running older hardware or are in the mood for a change, perhaps it’s time for another look at Linux.</p><p>Regular contributor Jon Honeyball has fallen for the charms of Linux Mint – and we can understand why – but Mint is far from the only flavour on offer. Each distro has a different style and skillset, with variants to suit every taste.</p><p>In this instance, we’re more interested in usability than we are in raw numbers, as this is about the computing experience as much as it’s about what you can do with each OS. </p><p>Moreover, we’ve cut each candidate greater slack than we’d usually be prepared to do. We had issues with each distro – without exception – when installing them on our current-specification laptop, spanning wobbly Wi-Fi, touchpads that stopped working, mute speakers and, in some cases, distributions that wouldn’t install at all. </p><p>This is by no means an unusual occurrence in the world of Linux, which often works on a system of trial and error. Linux has a reputation as being the sole province of hardcore tech-heads, and while that's not quite true any more, it certainly not for the faint of heart, and we'd advise anyone who's worried about using a command-line interface to turn back now.</p><p>The winner, then, isn’t so much the quantifiably “best” open-source operating system on test, but rather the one we’d be most likely to stick with if it was time to wave goodbye to Windows altogether.</p><p>A Linux operating system isn’t a single entity, but a collection of files, scripts and executables that work together to present an interface and manage the underlying environment. Together, those assets are known as a distribution, or “distro”. Whichever flavour of Linux you choose to install, it will have several recognisable components in common with its rivals.</p><h3 class="article-body__section" id="section-kernel"><span>Kernel</span></h3><p>This is what it all comes down to. Without the kernel, there would be no Linux. It sits directly above your hardware to provide an interface between the software layer and your processor, memory, storage and so on. It can be added to on the fly as and when the system needs to access a device driver, and its similarity to Unix is what defines Linux as a Unix-like operating system, rather than simply the commands used or its look and feel.</p><p>The kernel is developed collaboratively by a distributed team of coders who adapt it for use on different architectures, including x86 and ARM. Spin-offs form the basis of similar (although not identical) operating systems such as Android and webOS.</p><h3 class="article-body__section" id="section-package-manager"><span>Package manager</span></h3><p>Packages are apps and, logically, a package manager handles installing, updating and removing them from your system. Traditionally, this would have been done at the command prompt (via the terminal), although graphical package managers, which vary between distributions, now give the process a friendly front end, and a graphical environment like that found in the Microsoft and Apple software stores. Packages are installed from software repositories.</p><p>Although Linux is used as a generic term for a collection of operating systems, they don’t all work in the same way, and one of the biggest points of difference is the workings of their package managers – and which manager their developers have chosen to implement.</p><p>As an example, the table below shows how you would perform a range of common package management tasks via terminal using apt (common in Debian-based distributions, including Ubuntu and Raspbian), pacman (used by Arch-based distributions such as Manjaro) and RPM (which you’d encounter when running Red Hat or Fedora).</p><div ><table><tbody><tr><td  ></td><td  ><strong>Install package</strong></td><td  ><strong>Upgrade package</strong></td><td  ><strong>Uninstall package</strong></td></tr><tr><td  ><strong>APT</strong></td><td  >apt install [name]</td><td  >apt upgrade [name]</td><td  >apt remove [name]</td></tr><tr><td  ><strong>pacman</strong></td><td  >pacman -S [name]</td><td  >pacman -R [name]</td></tr><tr><td  ><strong>RPM</strong></td><td  >rpm -i [name]</td><td  >rpm -U [name]</td><td  >rpm -ev [name]</td></tr></tbody></table></div><h3 class="article-body__section" id="section-window-server"><span>Window server</span></h3><p>The window server is what makes Linux approachable for novice users, transforming it from a text-based OS into a fully graphical environment. Effectively, it interprets the GUI, which is rendered by the window manager, and translates clicks and mouse movements into actionable commands. On Linux, the most common window server is known as X, X11 or the X Window System, which has been in active use since 1984.</p><h3 class="article-body__section" id="section-window-manager-and-desktop-environment"><span>Window manager and desktop environment</span></h3><p>These are like a Linux distribution’s style book. It’s the code that defines what you see onscreen, from window borders and controls, to docks and app launchers, the way they behave, how they give feedback and so on. As with the package manager component, there are several window managers to choose from, although in this case end users frequently have greater latitude, with the option to download each distribution tailored for use with a range of different window managers.</p><p>Common desktop environments include Gnome, KDE and Xfce. Choosing between them is often a matter of preference, although some may be better suited to specific use cases. Xfce, for example, is optimised for speed and running on less powerful hardware – much like MATE, which started as a form of GNOME 2.</p><h3 class="article-body__section" id="section-applications"><span>Applications</span></h3><p>At this point, things become more subjective. Although applications aren’t a core part of the operating system – in that each would boot and run without apps, even though it wouldn’t be much use – distribution developers each bundle a selection of useful software to get you started. At the most basic, this usually consists of an office suite, web browser and email application, with the most common being LibreOffice, Firefox and Thunderbird respectively.</p><p>However, the distribution installers frequently give the option of standard and minimal install options, the latter of which sets up just the guts of the OS and leaves the end user to assemble their preferred software selection after first boot using the command-based package manager or graphical app store.</p><p>A lot has changed in the past 20 years. At the turn of the millennium, KDE was less than two years old, work had begun on Gnome just a few months before and Microsoft clearly saw Linux as a threat, rather than something to embrace. Today, Linux underpins macOS, Android and iOS, it’s been integrated into Windows, and pure Linux environments are as attractive, easy to use and fully featured as a “mainstream”, charged-for OS.</p><p>Moreover, the client applications, including LibreOffice and GIMP, are accomplished enough that switching to Linux should no longer be seen as a compromise. It’s different, but that doesn’t make it less suited to business use. It’s been core to IBM’s systems strategy for the past two decades, with Big Blue investing $1 billion in improving the OS, embedding its own developers within Linux teams and building servers and clients centred on the kernel. In 2019, it acquired Red Hat for $34 billion, and you don’t get much more committed than that.</p><p>What does this mean for us, the punter? Not necessarily that it’s “the year of Linux”, but that its star continues to rise, and its future looks as bright as ever. Furthermore, if you’ve been holding off, now would be the time to leap – particularly if you have a Windows 7 machine calling out for an upgrade that you’d rather not transition to Windows 10.</p><h2 id="finding-the-one">Finding the one</h2><p>Searching for the “right” Linux needn’t cost you anything more than time. The distributions are mostly free to download and use, so if your first choice doesn’t suit, you can switch at no cost. Core applications such as LibreOffice and GIMP also run on any of them, and are easy to install.</p><p>While there are dozens of builds to choose from, they’re mainly drawn from four families: Arch; Debian, which includes the Ubuntu branch; Red Hat, which spawned ClearOS and Fedora; and Slackware, the parent of SUSE and openSUSE. Chrome OS and Chromium OS share a codebase with Gentoo, while Android uses a modified version of the Linux kernel. Although macOS, OS X, iOS, iPadOS and co are described as “Unix-like”, they’re based on the XNU kernel, developed and open-sourced by Apple but named to denote that “X is Not Unix”. The operating systems Apple builds using XNU are not open source. </p><p>If your head’s spinning, either disregard these distinctions or check out <a href="http://pcpro.link/308tree">Wikimedia’s comprehensive, if complex, family tree of the Linux offspring</a>.</p><p>At the time of writing, DistroWatch, which gauges popularity by measuring traffic to the various distributions’ content on its site, has seen MX Linux consistently top its charts over the last six months. Old hands Debian, Ubuntu and Fedora were between fourth and eighth, with a little switching around.</p><p>However, what works for some users won’t suit others, and although we enjoyed using MX Linux it wasn’t, ultimately, the distribution we went back and reinstalled for long-term use.</p><h2 id="satisfying-specific-needs">Satisfying specific needs</h2><p>When choosing a distribution, consider not just the look and feel – which can often be tweaked – but the extras each one offers. Zorin has an education build and will soon be shipping Grid, which aims to simplify network-based administration by centralising control for a fleet of desktops in a unified cloud dashboard.</p><p>Elsewhere, big names with long histories – such as Ubuntu, SUSE and Red Hat – have specific offerings for enterprise. These come with paid support that, despite being infinitely more expensive than free alternatives, may be an easier sell at C-suite level. When you’re paying for support, you can demand a certain level of service, minimise downtime and place less emphasis on forums as a cure-all.</p><p>Where you’re running bespoke applications that can’t be ported or for which there are no Linux equivalents, make support for <a href="http://winehq.org">the Wine compatibility layer</a> a priority, as this lets you run many Windows applications natively. See <a href="http://appdb.winehq.org">appdb.winehq.org</a> for a list of supported software. The Wine project itself maintains binary packages for Ubuntu, Debian and Fedora, while SUSE, Slackware and FreeBSD build and support alternatives for their own distributions. Again, if you prefer to pay for a commercial implementation, you should check out <a href="http://codeweavers.com">CrossOver from CodeWeavers</a>.</p><p>Windows 10 was certainly a huge leap forward when Microsoft unveiled it in 2015. At the time, users were getting increasingly frustrated with legacy Microsoft operating systems. <a href="https://www.itpro.com/operating-systems/28475/vista-finally-the-end-is-nigh" data-original-url="https://www.itpro.com/operating-systems/28475/vista-finally-the-end-is-nigh">Windows Vista</a>, launched in 2006, was heavily criticised for its poor performance and hefty hardware requirements, while <a href="https://www.itpro.com/643291/microsoft-co-founder-blasts-confusing-windows-8" data-original-url="https://www.itpro.com/643291/microsoft-co-founder-blasts-confusing-windows-8">Windows 8</a> was dismissed for its oversimplification of user functions and mobile-focused UI.</p><p>Windows 7 remained incredibly popular <a href="https://www.itpro.com/operating-systems/microsoft-windows/354526/memes-and-viking-funerals-the-internet-reacts-to-the" data-original-url="https://www.itpro.com/operating-systems/microsoft-windows/354526/memes-and-viking-funerals-the-internet-reacts-to-the">until its end of life in 2020</a>, although many raised concerns about security, particularly around changes made to user account controls.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/28025/best-linux-distros" data-original-url="/operating-systems/28025/best-linux-distros">Best Linux distros 2023: The finest open source operating systems around</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system/2" data-original-url="/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system/page/0/1">Windows vs Linux: Support, security, and design</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/microsoft-windows/357021/make-linux-look-like-windows-7" data-original-url="/operating-systems/microsoft-windows/357021/make-linux-look-like-windows-7">Make Linux look like Windows 7</a></p></div></div><p>The user interface for Windows 10 was one of the biggest shifts Microsoft users had ever seen. It was close to a complete overhaul, bringing the platform in-line with other desktop and laptop operating systems (dare we say it – <a href="https://www.itpro.com/tag/macos" data-original-url="https://www.itpro.com/search/macos">macOS</a> and, to some extent, <a href="https://www.itpro.com/operating-systems/31010/is-it-nearly-time-to-dump-windows-for-chrome-os" data-original-url="https://www.itpro.com/operating-systems/31010/is-it-nearly-time-to-dump-windows-for-chrome-os">Chrome OS</a>). Simplified menus, new iconography, and a handful of features that really blasted the operating system into the 21st century made it a pleasure to use for the majority.</p><p>But, as is usually the case when a company launches such a significant overhaul, there were objectors. For starters, because it was such a change, a lot of applications and programs weren't supported from the outset.</p><p>For anyone that isn't happy with Windows 10, there are alternatives. While we don't recommend that users revert back to Windows 8, you do have the option of leaving the Windows platform entirely – perhaps it's time you gave Linux a go?</p><h3 class="article-body__section" id="section-selecting-your-linux-distribution"><span>Selecting your Linux distribution</span></h3><p>Unlike Windows or macOS, there's no one version of Linux. Rather it's packaged into a different 'distributions' commonly referred to as 'distros'.</p><p>These come with their own user interfaces, features and overall experience derived from <a href="https://www.itpro.com/software/linux/355168/wireguard-vpn-bundled-into-latest-linux-release" data-original-url="https://www.itpro.com/software/linux/355168/wireguard-vpn-bundled-into-latest-linux-release">the underlying Linux code</a>.</p><p>You can choose Linux Mint for an easy start, but the likes of Zorin OS, <a href="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better" data-original-url="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better">Ubuntu</a>, and Fedora offer difference Linux experiences, some which are similar to Windows and others far removed from the look and feel of Microsoft's OS.</p><h3 class="article-body__section" id="section-backing-up-windows"><span>Backing up Windows </span></h3><p>Before you commit fully to a Linux OS, you might want to back up your installation of Windows 10 – that way you can revert back to it if need be.</p><p>If your computer has multiple storage drives, then you can use the backup function in Windows 10 to create a backup in one of those.</p><p>If not, you can create a <a href="https://www.itpro.com/backup-software/31033/how-to-create-a-usb-rescue-kit-for-your-pc" data-original-url="https://www.itpro.com/backup-software/31033/how-to-create-a-usb-rescue-kit-for-your-pc">backup ‘image’ of Windows 10 on a USB drive</a> or, if you’re feeling retro, you can burn a backup to a CD. In Windows 10, this option sits in the ‘Backup’ settings menu, then under ‘Go to Backup and Restore (Windows 7)' – you can use this tool to also restore files from, or revert back to, Windows 7, if you have an install disc or previous system image, but as Windows 7 is at end-of-life, we don’t recommend doing that.</p><p>The process of installing Linux on a new machine can be a little involved, and will require some specialised utilities and a little know-how. Fortunately, it's quite straightforward once you're familiar with the various functions you'll be using.</p><h3 class="article-body__section" id="section-step-1-download-rufus"><span>Step 1: Download Rufus</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="erg3yVz3HUCfHgKjY3XFch" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/erg3yVz3HUCfHgKjY3XFch.jpg" mos="https://cdn.mos.cms.futurecdn.net/erg3yVz3HUCfHgKjY3XFch.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Rufus is a small, free utility that extracts ISOs onto USB drives and sets them up for booting. All of the distributions on test were installed in this manner, either from the live OS or a specific install menu that appears at boot. You don’t need to install Rufus, so download it from rufus.ie and launch it from Windows’ Downloads folder.</p><h3 class="article-body__section" id="section-step-2-download-linux"><span>Step 2: Download Linux</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="XG6u7ikVs2F4QrmfAnspam" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/XG6u7ikVs2F4QrmfAnspam.jpg" mos="https://cdn.mos.cms.futurecdn.net/XG6u7ikVs2F4QrmfAnspam.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Once you’ve chosen a version of Linux, download an ISO of its desktop, workstation or client version. Frequently, each will be available for a variety of processor architectures, so make sure you choose the appropriate distribution for your PC, which will almost certainly be marked as either x86_64 or AMD64.</p><h3 class="article-body__section" id="section-step-3-select-the-distro-and-drive"><span>Step 3: Select the distro and drive</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="opDqHXK4e3uTCZnqCmsy6f" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/opDqHXK4e3uTCZnqCmsy6f.jpg" mos="https://cdn.mos.cms.futurecdn.net/opDqHXK4e3uTCZnqCmsy6f.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Plug in a USB flash drive and ensure Rufus has detected and preselected it in the dropdown menu at the top of the interface. Now click the SELECT button on the row below and navigate to the ISO file you just downloaded. Once locked in, its name will appear in the left-hand “Boot selection” menu.</p><h3 class="article-body__section" id="section-step-4-burn-your-usb-stick"><span>Step 4: Burn your USB stick</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="GeKLALZp5DDGas2HRRTHFc" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/GeKLALZp5DDGas2HRRTHFc.jpg" mos="https://cdn.mos.cms.futurecdn.net/GeKLALZp5DDGas2HRRTHFc.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>You can leave everything else as it is and click START. Rufus will warn you that any files currently on your USB stick will be destroyed, and might also ask for permission to download supplementary files from the web that the PC on which you’ll be installing Linux will require to complete the installation. Grant it permission to do so.</p><h3 class="article-body__section" id="section-step-5-configure-your-bios"><span>Step 5: Configure your BIOS</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="uKE4wYmvyo5kANddQLiJWH" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/uKE4wYmvyo5kANddQLiJWH.jpg" mos="https://cdn.mos.cms.futurecdn.net/uKE4wYmvyo5kANddQLiJWH.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Extracting the ISO and writing it to your USB flash drive should take less than five minutes. Once the process has completed, eject the drive and then plug it into the machine on which you want to install Linux. Start or reboot it and press the button that either directs it to start from an external drive or opens the BIOS.</p><h3 class="article-body__section" id="section-step-6-set-your-startup-drive"><span>Step 6: Set your startup drive</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="b7Ei2GQ2sYsG2vqGm7KPzA" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/b7Ei2GQ2sYsG2vqGm7KPzA.jpg" mos="https://cdn.mos.cms.futurecdn.net/b7Ei2GQ2sYsG2vqGm7KPzA.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>If you’ve entered the BIOS, navigate through its screens, which vary depending on manufacturer, until you find an option for setting your boot device. Give priority to your USB-mounted flash drive, save any changes you’ve made and then exit. Your PC will reboot again, this time opening an options screen asking whether you want to install or start a live version of the distribution.</p><h3 class="article-body__section" id="section-step-7-run-live-linux"><span>Step 7: Run live Linux</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="MLegASefbbV6Ke7HY2Hwuk" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/MLegASefbbV6Ke7HY2Hwuk.jpg" mos="https://cdn.mos.cms.futurecdn.net/MLegASefbbV6Ke7HY2Hwuk.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>If you’re given the choice to either install Linux directly or boot into a live operating system without making any changes to your hard drive, you should take the latter option. But why? Because if you’re able to set up Wi-Fi in advance of installing the operating system it will be able to download updates and apply them before writing the distribution to disk.</p><h3 class="article-body__section" id="section-step-8-install-linux"><span>Step 8: Install Linux</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="6yXWLjsnGLGwRtEh3AnPRJ" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/6yXWLjsnGLGwRtEh3AnPRJ.jpg" mos="https://cdn.mos.cms.futurecdn.net/6yXWLjsnGLGwRtEh3AnPRJ.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>The first few screens of the installation process will ask you to specify your installation language and keyboard layout. Things will quickly become more serious, though, when you need to decide whether to install the distribution alongside your existing operating system or wipe the drive and give it over entirely to your new OS.</p><h3 class="article-body__section" id="section-step-9-partition-your-drive"><span>Step 9: Partition your drive</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="7GMCCz8iFY8wpGSGxAfcTT" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/7GMCCz8iFY8wpGSGxAfcTT.jpg" mos="https://cdn.mos.cms.futurecdn.net/7GMCCz8iFY8wpGSGxAfcTT.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>We chose to turn our laptop, which was running Windows 10 S, into a dedicated Linux machine, so gave permission for the installer to wipe our existing partitions entirely rather than merely resizing them. If you prefer to maintain your existing OS and run the two side by side, you’ll be able to choose between them at boot time.</p><h3 class="article-body__section" id="section-step-10-go-for-it"><span>Step 10: Go for it</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="WvR6bTWePDGERc2nvPBkCf" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/WvR6bTWePDGERc2nvPBkCf.jpg" mos="https://cdn.mos.cms.futurecdn.net/WvR6bTWePDGERc2nvPBkCf.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>There are plenty of opportunities to back out along the way but, if you’re happy with the decisions you’ve made, the final step is to commit to the process and install Linux on your machine. When the process has finished, click the button to reboot your PC and, unless prompted to do so earlier, remove the USB flash drive immediately after restart so that it’s not used as your boot source.</p><h3 class="article-body__section" id="section-step-11-apply-updates"><span>Step 11: Apply updates</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Hfcw8Lx5rrSebynSmTfJQ3" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/Hfcw8Lx5rrSebynSmTfJQ3.jpg" mos="https://cdn.mos.cms.futurecdn.net/Hfcw8Lx5rrSebynSmTfJQ3.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Like Windows, Linux receives regular patches, and there’s a fair chance that unless you connected to Wi-Fi from the live OS and allowed it to update before installing, your operating system will already be out of date. Get online and download the latest patches to keep yourself secure. If your Wi-Fi isn’t working, connect to a smartphone using Bluetooth, or plug it in via USB and use it as a hotspot.</p><h3 class="article-body__section" id="section-step-12-install-applications"><span>Step 12: Install applications</span></h3><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="Vp4GML8Jxpb5NWKZ7mEcF9" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/Vp4GML8Jxpb5NWKZ7mEcF9.jpg" mos="https://cdn.mos.cms.futurecdn.net/Vp4GML8Jxpb5NWKZ7mEcF9.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Every distribution installs a range of default applications, usually covering productivity, browsing and communications. However, they also generally ship with their own app stores, which are packed with free software and through which you can tailor your new operating system to meet your precise requirements.</p><p>Fedora is the freely distributable offshoot of Red Hat, offering versions for standalone computers, servers, cloud computing, containers and IoT devices. We opted for the first, Workstation release 31, and installed it from a live image. We’d expect this build to be supported until around November this year, by which point Fedora 33 should be ready for download. (Fedora’s typical release cycle lasts six months, with only the two latest releases supported, so each installation is “current” for around 13 months, giving one month’s grace for slow upgraders to get themselves up to date.)</p><p>It was extremely easy to install. The live system picked up our Wi-Fi hardware, allowing us to connect to our wireless network pre-installation, and the settings carried through to the version set up on the hard drive. It also handled our laptop’s sleep-wake cycle better than many of its rivals: while most locked off the touchpad when we closed and reopened the lid, Fedora only lost its two-finger scroll function, but still let us drag the pointer with a single digit. The fix was the same as it had been elsewhere: to implement a script that unloaded the touchpad driver on sleep and reinitiated it on wake.</p><p>Fedora was in a minority of distros that sported only close buttons on window title bars. While minimising them isn’t a problem (Windows+down arrow), and neither was snapping them to the screen edges (Windows+left or right arrow), the absent minimise and maximise buttons could leave switchers wanting. Fortunately, the fix is a simple one, requiring a single line of code at the command line.</p><p>The default installation is slim but has all of the expected components, including LibreOffice, Firefox, a text editor, weather app, music player and file manager. There’s also Boxes, a virtual machine manager, which simplifies creating a VM locally or connecting to a remote computer. You can download an OS image directly to Boxes, supply your own or use one of the default choices, which include Ubuntu, Endless, Debian and openSUSE.</p><p>If the app you need isn’t installed, you’ll probably find it in the built-in app store, or you can install it through the terminal using RPM. You can add support for Snap for any packages not in the official repository.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="6QSry4uFFW6J8Y7pfG7Q87" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/6QSry4uFFW6J8Y7pfG7Q87.jpg" mos="https://cdn.mos.cms.futurecdn.net/6QSry4uFFW6J8Y7pfG7Q87.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Like the other distributions on test, Fedora spots which apps can handle different content types and indexes them appropriately. Thus, switching default apps for email, web, media and so on is just a case of picking the appropriate option within Settings, as it is in Windows. Alt+Tab cycles through live applications, as it does in Windows.</p><p>Tapping the Windows key shrinks all of the active windows to a multitasking view so you can switch between them, while simultaneously exposing a preselected search box. Start typing and Fedora immediately works on isolating results, with “music” pointing to Rhythmbox, “spreadsheet” to LibreOffice Calc and so on, despite the terms not appearing in the application names.</p><p>Dormant apps aren’t immediately accessible once you’ve opened the app menu; they’re a further click away behind the Show Applications button. However, once you’ve found them, your most frequently used apps have a tab of their own, which is handy, making them easier to locate. There’s no taskbar in the default desktop, which uses GNOME 3.</p><p>It’s easy to connect to your online accounts, with presets for Google, Facebook, Microsoft, Exchange, IMAP and others in the Settings app, which is where you’ll also find controls for notifications, privacy, which apps’ data is included in search results, desktop backgrounds and more.</p><p>Fedora spotted our networked scanner and printer, which were ready to use without additional drivers. Clicking the Network tab within the file manager likewise spotted our NAS drive, along with a selection of Macs, PCs and Raspberry Pi devices.</p><p>Fedora was snappy throughout our tests. Apps were responsive, remote drives were quick to mount, and in Geekbench 5 it turned in scores of 1,007 and 1,869 for single-core and multicore performance. The latter puts it slightly ahead of Ubuntu.</p><p>If you’re having trouble getting your hardware working in other distributions, take a look at Fedora. It was among the simplest to get up and running with, which perhaps explains why it’s said to be the distribution favoured by Linux father figure Linus Torvalds himself.</p><p>Zorin OS is another of the many flavours of Linux based on Ubuntu. However, one of its key marketing points is its resemblance to Windows – in looks as much as anything else – and the comparison is valid; you’ll quickly feel at home if you’re switching from Windows 7. Particularly neat is the way it handles the windows of apps that stay resident when closed (Slack, for example), dropping active menus to the right of the taskbar for quickly reopening them or skipping straight to specific windows or features. Mount a few shares, and they will appear here, too, where clicking the eject button lets you skip to the one you need.</p><p>Installation was a cinch, but again we encountered problems with Wi-Fi (initially, there wasn’t any), and a touchpad that stopped working when waking from sleep. We can’t hold either against Zorin, as we had the same problems to varying degrees with every distribution, fixing the former by installing updates after connecting via an iPhone, and the latter with a script.</p><p>Builds are based on Ubuntu’s LTS releases and provide access to both Ubuntu and Zorin repositories. However, if you click download at zorinos.com you’ll be asked to cough up €39, plus VAT. That’s because the default download is Zorin Ultimate, which bundles games, support, a range of business apps and a macOS-style desktop. If you don’t need any of these, click through to Core, which is free. It’s also what we tested (build 15.1).</p><p>LibreOffice is preinstalled, alongside a calendar, file manager, media player and GIMP. There’s a handful of utilities, Firefox as the default web browser, and Evolution handling mail.</p><p>There’s also a tidy app store, visually reminiscent of the one in Mint, and you have a choice of package managers, including apt, for installing, updating and removing software through the terminal.</p><p>If you’ve installed Zorin OS Ultimate, the default bundle also includes HomeBank for managing your finances, Inkscape (vector graphics), Audacity, Kendive video editor, Mixxx DJ software and Xournal, all of which are available – gratis – through the software store if you’ve downloaded the free Zorin OS Core. Unless you want to contribute to the distro’s development by paying for your download, therefore, the most compelling reason to opt for Ultimate rather than Core is the bundled support.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="V224Wf7xYLjuwyqc6kFpXZ" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/V224Wf7xYLjuwyqc6kFpXZ.jpg" mos="https://cdn.mos.cms.futurecdn.net/V224Wf7xYLjuwyqc6kFpXZ.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>You won’t get lost in Zorin. Alt+Tab cycles through running apps, the application menu is logically arranged and searchable, and its settings are easily navigated. Pressing the Windows key arranges your running apps in a multitasking view. Typing at this point neatly switches to full-screen search with live results, which is an excellent way to surface content within your files, apps, and even live information, such as the time in matching cities (type “libre”, for example, and you not only get your LibreOffice documents and direct links to the apps that edit them, but also the current time in Libreville, the capital of Gabon).</p><p>The default theme is clean, muted and logical, easily tweaked if it doesn’t suit, and easily ignored, keeping out of the way when you’re working. Less easy to ignore was the frequent spinning of our laptop’s fans.</p><p>However, we didn’t experience any lag in general office tasks, which was our main use case for each of the distros on test, and its performance was broadly in line with vanilla Ubuntu when subjected to Geekbench 5. Its single-core performance turned in an aggregate score of 1,034, climbing to 1,682 in the multicore test; almost identical to Ubuntu’s 1,044 and 1,645. Mint, which is also Ubuntu-based, turned in a multicore score of 2,099.</p><p>If you’re rolling out Zorin across a business, school (for which there’s a dedicated Education build with classroom management and control built in), or any other organisation where users won’t necessarily have full control of their own machine, the forthcoming Zorin Grid centralises management of multiple desktops. Once available, admins will be able to push updates to every machine in their fleet, track inventory, install and remove apps and change users’ desktop settings. Grid will initially run from the cloud, but work is ongoing on a locally hosted version to follow.</p><p>There’s a beautiful simplicity to Zorin. It’s uncluttered and you could be convinced you were running a test build of a lightweight Windows. If design is your thing, check it out alongside Elementary before making your final choice.</p><p>The version of Mint you’ll most likely encounter is based on Ubuntu, but there’s another branch that cuts out the middleman; this uses Debian (on which Ubuntu is based) as its starting point. Either way, Mint doesn’t look much like its parents, thanks to its distinctive desktop language, Cinnamon. It’s getting a lot of favourable attention, with many hailing it as the next “big thing”. The same is true of MX Linux.</p><p>We installed version 19.3 Tricia. As with Ubuntu, the process was fuss-free, although our Wi-Fi card wasn’t operative on first booting. This was only fixed once we’d shared a 3G connection from our iPhone and updated the OS. Mint also suffered from an unresponsive touchpad upon wake, as did several others. The fix, as it had been elsewhere, was to implement a script that unloaded the touchpad driver as our laptop went to sleep and invoked it again upon waking. Thankfully though, this is only something you need to do once.</p><p>Aside from those two issues, our hardware was well supported. Hot keys for volume, brightness and keyboard backlighting all worked as expected, with appropriate onscreen HUDs and, in the case of the volume controls, audible feedback. External drives mounted when plugged in and could be ejected via the Dock, where an Update Manager icon also advertised available patches.</p><p>Mint preinstalled LibreOffice, Firefox and Thunderbird, alongside the Pix image viewer and Rhythmbox music and streaming radio player. Other apps can be installed through the terminal using apt, or the native Software Manager. As in rival distros, this highlights editors’ picks and is easily searched for business essentials such as unofficial clients for Slack and WhatsApp, and useful add-ons such as the Microsoft core fonts package. Don’t assume that just because Mint has Ubuntu overtones, everything that’s available through the Ubuntu software installer is accessible here – or vice versa. Mailspring is a notable omission, although you can install it using Snap.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="he8nGogh5wQtbRzRA5JBVU" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/he8nGogh5wQtbRzRA5JBVU.jpg" mos="https://cdn.mos.cms.futurecdn.net/he8nGogh5wQtbRzRA5JBVU.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>It’s a very easy OS to learn, launching with a welcome pane that walks you through your first steps, including checking that your drivers are up to date, selecting your preferred desktop layout and setting up the firewall and System Snapshots. As the name suggests, Snapshots are system images to which you can return should disaster strike.</p><p>Appearances will always be subjective, but we prefer the look of a default Ubuntu installation. Out of the box, Mint is somewhat colder and has smaller interface elements. This can be tweaked, though, and the OS offers a lot of customisation options through its Settings panel. You can go as far as installing new themes entirely – both official and third-party – one of which bills itself Ubuntu Touch.</p><p>Windows refugees will quickly find themselves at home. The app launcher is logically categorised and opens on pressing the Windows key, Alt+Tab cycles between open applications and dragging windows to the edges of the screen snaps them to occupy half of the available pixels. You can surface apps directly by typing in the menu, just as with Windows, and find settings in the same manner, even if there’s no direct correlation between what you enter and what you end up with. Typing “default”, for example, calls up the Preferred Applications settings, which is exactly what we were after.</p><p>We quickly took to its Desklets concept, which lets you add widgets to the desktop where they live beneath any active windows. Three are preinstalled, providing a floating launcher, digital photo frame and clock, but you can add others to interface with Google Calendar, show the weather and more.</p><p>Our only real concern was Mint’s keenness to run our laptop’s fans more than Ubuntu. In our Geekbench 5 test, it scored 1,040 on single-core and 2,099 when running dual core, the latter of which was a considerable improvement on what our Ubuntu install achieved on the same hardware.</p><p>Work started on Linux Mint 13 years ago, so it’s not exactly a new kid on the block, whatever the recent flurry of media interest might suggest. It’s also available with MATE or Xfce desktop environments, if you’d prefer not to take the Cinnamon challenge.</p><p>German open source vendor SUSE is well known in the world of IT for SLES, its server-focused Linux distro, but it also offers a desktop OS in the form of openSUSE. Geared towards power users, developers and sysadmins, this software is nonetheless a solid choice for Linux novices as well.</p><p>OpenSUSE has one of the best thought-out installers we’ve seen in a Linux distro. There are plenty of manual options for tweaking the defaults, most of which are self-explanatory, and our Wi-Fi was up and running in advance of the install, allowing it to trawl for updates prior to our first full boot.</p><p>We were also pleased that the touchpad didn’t clam up entirely after putting the laptop through a sleep/wake cycle, although it did lose its two-finger scroll features until a full reboot. Mouse scroll wheels continued to work fine. The other anomaly was non-functioning sound, both in and out. Plugging in a USB sound source unblocked this in both directions, so the problem was confined to our internal hardware.</p><p>openSUSE scored highly for “look and feel”. It has a Windows-style task bar and app menu, the latter of which is categorised. An opening pane shows favourites, after which come applications, computer (head here for settings and places, such as your Documents and Pictures folders), history (which covers both recent applications and files), and “leave” (a neat subsection for shutting down, switching user, hibernating and so on). You can search immediately upon opening the window and the engine underpinning it is intelligent enough to match on function rather than just name, so “music” calls up both the music settings shortcut and your audio folders, while “video” matches VLC Player.</p><p>Alt+Tab is beautifully implemented, combining full-screen previews of active apps with a clickable sidebar, allowing you to switch straight to the app you need without having to tab through everything else.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="om2sDoijpHeiehnyn73bm9" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/om2sDoijpHeiehnyn73bm9.jpg" mos="https://cdn.mos.cms.futurecdn.net/om2sDoijpHeiehnyn73bm9.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>The settings app is one of the best on test, offering fine-grained control over every aspect of the system. Combine it with the YaST Control Center and you’re never more than a couple of clicks from any change you might need to make, including configuring hardware, diagnosing problems and updating drivers. Less impressively, it didn’t detect our NAS device, and neither were our network-attached scanner and printer spotted, either automatically or when we tried to add them through settings.</p><p>The software bundle is what you would expect, with LibreOffice handling productivity tasks (openSUSE is the only distribution to install version 6.4 rather than 6.3 by default), a handful of games, Firefox for browsing and Kmail for email. You can install anything that’s missing using the built-in app catalogue.</p><p>As with other distros on test, you can also easily change your default apps for specific tasks through Settings. Although you can also set up online accounts, only two are preconfigured: Google and ownCloud.</p><p>Package management is handled by YaST, ZYpp and RPM, and you can choose your preferred desktop manager at the point of installation. We opted for KDE Plasma, which appears at the top of the list, but there’s also Gnome and Xfce if you’d prefer either of those.</p><p>openSUSE is also available in several different flavours. Ignoring the charged-for retail version (which isn’t available in English), there’s Leap, which ships as a live DVD from which you can install the distro to your hard drive; Factory, which is cutting edge but unstable; and Tumbleweed, which sits somewhere between the two. We opted for Tumbleweed as it delivers the most up-to-date, stable versions of each package and pushes you towards installing it directly on your hard drive. As such, questions about support duration are moot as, effectively, you’ll be upgrading it on a rolling basis, not necessarily in big blocks. In this respect it works much like Windows does with patches rather than how Microsoft’s OS handles periodic feature updates. If you prefer more predictable fixing and patching, new releases of openSUSE Leap ship on an eight-month cycle.</p><p>Although it ran our test laptop’s fans a little more often than we might have liked, we found openSUSE to be both fast and responsive in daily use, keeping out of the way and letting us focus on any task at hand. That said, while its single-core Geekbench 5 score was a less than stellar 828, the impressive 1,759 it scored when working across all four cores more than made up for it.</p><p>Ubuntu is celebrating its 15th anniversary, during which time it’s built itself a loyal following. It isn’t difficult to see why. It’s well supported, easy on the eye and simple to install. Based on Debian, it’s available in both client and server editions.</p><p>We used Rufus to burn Ubuntu 19.10 (“Eoan Ermine”) to a USB stick and installed it directly from the boot menu, without first entering live mode. Canonical releases a new version of Ubuntu every six months, with long-term support (LTS) releases every other year. Although 19.10 is the latest release, the most recent revision with LTS is 18.04 (“Bionic Beaver”) for which mainstream support is guaranteed until at least 2023. Non-LTS versions are supported for nine months, giving a three-month grace period to upgrade to the latest revision. The version number, incidentally, is the year, then month, of its release.</p><p>Recommended system requirements for both 19.10 and 18.04 are a 2GHz dual-core processor, 4GB of system memory and 25GB of available hard drive space. As with the other distributions on test, they’ll happily coexist beside Windows if you want to repartition your hard drive, and the bootloader gives you the option to launch Ubuntu, Windows or your BIOS on startup. Support for 32-bit i386 processors was dropped after Ubuntu 18.04, but the current release continues to support some 32-bit apps.</p><p>Installation completed in less than five minutes and our laptop was ready to use immediately. However, our Wi-Fi adaptor wasn’t recognised and, as our PC had no Ethernet port, we couldn’t switch to a physical interface to download the appropriate driver. Instead, we connected to the internet via an iPhone. This wasn’t ideal: while updating the system using apt-get via the terminal retrieved around 400MB of patches, the bundle didn’t include the Wi-Fi device driver we required. Ultimately, we downloaded a generic driver from GitHub that did the trick, after which the wireless connection was stable and impressively fast.</p><p>Key-based hardware controls for volume, brightness and even keyboard backlighting worked as expected, with audible feedback from Ubuntu on every volume tweak. But putting the laptop to sleep by closing the lid, then waking it again by opening it, rendered the trackpad inoperable. Plugging in a mouse reclaimed control of the pointer but didn’t resurrect the trackpad. Rebooting brought it back into play and changing the default lid closure options in our laptop’s BIOS did initially seem to have fixed the problem. However, a few seconds after waking up the trackpad once again went AWOL.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="G4ybJETiyJT6uWPTUmGxmM" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/G4ybJETiyJT6uWPTUmGxmM.jpg" mos="https://cdn.mos.cms.futurecdn.net/G4ybJETiyJT6uWPTUmGxmM.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>In the end, we fixed it using a script that unloaded the mouse driver prior to sleep and reloaded it when the computer woke up. This appears to be a known issue for many users across several hardware configurations, as you’ll see if you search for “ubuntu touchpad wake”. In our case, it didn’t just affect Ubuntu, either. The moral, then, is to keep a USB mouse handy, at least until you’ve implemented an effective fix.</p><p>A small but useful collection of apps is installed by default. LibreOffice takes care of business documents, Firefox handles the web and for email it’s Thunderbird. Elsewhere, there’s a to-do app, scanning tool (which recognised and worked with our networked scanner without us manually installing it), image viewer, file manager, music player and a couple of games. If you just want a knock-about machine for getting online, keeping in touch with friends and doing some light office work, that’s all you need.</p><p>However, the built-in software store makes installing additional apps a breeze. If you’ve not used Linux in several years, and the trial of first finding, then installing, and finally keeping your apps up to date swore you off it for life, it’s time to reconsider. The repository is fully searchable, apps install with a single click and you can remove them through the same interface.</p><p>Naturally, the store includes essentials – such as GIMP, VLC, Dropbox and Slack (the latter in beta) – and we also took the opportunity to install Mailspring to replace Thunderbird. Ubuntu recognised that this was a mail handler and offered it as an alternative default app. As well as email, you can choose preferred defaults for browsing, calendar, music, video and photos, as is the case in other distributions.</p><p>The app store is separate to Software & Updates, where you’ll turn when you need to patch the OS and its components. However, even this can be avoided in most instances if you sign up to Livepatch, which checks your installed code against the latest stable releases and installs in the background any updates that don’t require a restart. This is free to anyone with an Ubuntu One account (also gratis).</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="74VXvkobDdT32VbopbXev7" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/74VXvkobDdT32VbopbXev7.jpg" mos="https://cdn.mos.cms.futurecdn.net/74VXvkobDdT32VbopbXev7.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>If you prefer to use the command line, Ubuntu uses Debian’s DEB package format and the apt tool for installation, removal and upgrade. Despite this, while there’s considerable cross-pollination between Ubuntu and Debian packages, full compatibility still isn’t guaranteed.</p><p>There’s no denying Ubuntu looks very different to Windows, whatever version you’re running. Where once it used its own Unity UI, Ubuntu switched to Gnome 3 with version 17.10. The Dock runs up the left-hand edge of the screen, although you can move it to the bottom or right if you prefer, and there’s a Show Applications button rather than a Start Menu, which sits to the right if you’ve put the Dock at the bottom.</p><p>Alt+Tab switches between live applications, while clicking Activities at the top of the screen arranges all of your active windows without overlap so you can switch to the one you want (pressing the Windows key does the same, rather than opening the apps browser). Dragging windows to the side of the screen snaps them, as is the case in Windows, which makes lining up several applications straightforward. There are also quick picks for 100% and 200% zoom for the overall user interface, but nothing in between, and it’s sensitive to late-night workers, with a reduced blue light mode that you can set to activate between specified hours. Finally, there’s a startup dialog for tweaking what launches when Ubuntu boots.</p><p>The file manager won’t pose any problems for Windows switchers, either. Familiar libraries for photos, videos, documents and so on are all in place, as they are across the distributions, and external drives mount and show up in the window without intervention. We had no problem accessing a WD NAS drive and using it to exchange files with other computers on our network.</p><p>If you don’t like Gnome 3 or you’re running older hardware, other installs are available. Lubuntu uses the lighter-weight LXQt desktop environment, and Xubuntu employs Xfce. Kubuntu uses the KDE, while Ubuntu Mate has a more macOS-esque finish, so may be the go-to for anyone repurposing an old Mac.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="3VJ5ynLg2JPhX5xNDjnK63" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/3VJ5ynLg2JPhX5xNDjnK63.jpg" mos="https://cdn.mos.cms.futurecdn.net/3VJ5ynLg2JPhX5xNDjnK63.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Whichever flavour you go for, you quickly forget what you’re using and pay more attention to the task at hand, which we like. Ubuntu isn’t needy, it rarely displays notifications, even with all of the default notifications enabled, and it didn’t stress our PC, which rarely span its fans. It scored 1,044 on single core and 1,645 on multicore performance under Geekbench 5.</p><p>If you need to set up cloud accounts, these are neatly handled within Ubuntu’s preferences, where – alongside its own Ubuntu Single Sign On settings – there are presets for Google, Facebook, Microsoft, Pocket, Exchange, IMAP and more.</p><p>While there may be some younger head-turners on the block, Ubuntu is an elegant, mature option, which feels familiar from the off. It’s logical, easy to use and well supported, and is frequently offered as a pre-install option from Linux system integrators if you’d rather not set up your own machine.</p><p>More than most of the other distros on test, MX Linux feels like something that was put together by a loose collection of enthusiasts. It doesn’t have quite the same level of polish as something like Ubuntu or Mint, although this may be a consequence of the fact that it’s designed to be more lightweight than some of the other distros out there.</p><p>We had some trouble installing MX Linux, but it was well worth persevering. The main hurdle was that it froze halfway through booting the live USB; only by switching to the text view did we realise that it was waiting for us to log in at the command prompt. We did so, using the default root password, but then it couldn’t start the window server. An online search turned up plenty of advice (it wasn’t an unknown issue), with several forum posts suggesting that we update the kernel.</p><p>This is easy enough so long as you have a second PC to hand that can boot from your USB stick. From there, opening MX Tools lets you update the kernel on the live USB, write it back to the stick, then return the stick to your first PC and try booting again. That said, the fix didn’t work for us, so we sourced a recompiled ISO of the live OS, which booted first time using the most recent kernel.</p><p>More impressively, the live OS spotted our Wi-Fi, allowing us to get online before we even clicked install and, when we first booted the OS from our hard drive, the password we supplied in live mode was carried through, allowing us to download updates right away.</p><p>We were running version 19.1, released in December 2019. The version number before the point relates to the year at the end of which it was released, so expect MX Linux 20 to hit download servers around December this year.</p><p>Although our build used the Xfce window manager, it was set up for tap-to-click (unlike Manjaro), and two-fingered scrolling was active, although this – and even touch detection – occasionally broke after a sleep/wake cycle. More seriously, closing our laptop’s lid didn’t put it to sleep in our build’s default configuration – it simply switched off the display. We changed the power settings to hibernate the machine when the lid was closed but this didn’t rectify the issue on our hardware.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="hzeHWSSoLSZnTXwY7i74We" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/hzeHWSSoLSZnTXwY7i74We.jpg" mos="https://cdn.mos.cms.futurecdn.net/hzeHWSSoLSZnTXwY7i74We.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>System-wide settings are well organised and split across two apps called Settings Manager and MX Tools. The latter will more often bring you into contact with tweaks that require root access, so splitting them off from run-of-the-mill options is sensible, as it’s likely to cause less confusion among new users.</p><p>Windows switchers shouldn’t get lost, even though the taskbar is vertical. You’ll get used to it soon enough, but there is an option to set it to horizontal (pick Desktop from the Panel Preferences). If you want to make more extensive changes, dip into the MX Tweak tool where you can play with themes, display zoom and behaviours.</p><p>The application menu is categorised and searchable, and there’s a package manager for installing anything that doesn’t come as standard. The default bundle includes LibreOffice, Firefox and Thunderbird; Clementine and VLC for music and video; and a range of accessories and tools. Our wireless printer and network scanner were both detected, and we had no problems connecting to and browsing our NAS.</p><p>There’s a separate updater app lodged in the taskbar, the icon for which switches between an empty wireframe box when you’re fully patched and a solid green box when updates are waiting – it’s a simple and effective touch.</p><p>It’s sprightly, too, achieving a single-core score of 1,065 in Geekbench 5, and 2,071 when running the multicore test. We ran the tests a second time to be sure that wasn’t a fluke, and while the single-core result dropped slightly, to 1,054, multicore nudged up two notches to 2,073, making it an excellent choice for any user for whom performance is a must.</p><p>MX Linux is attractive and flexible, and there’s every chance you’ll find it works perfectly on your hardware. We found that some of the other options on test were better suited to our particular setup but, as with most Linux builds, you’ll have to make allowances for the fact the operating system and whichever machine you’re installing it on weren’t necessarily designed to work specifically together.</p><p>Manjaro is ideal for those who are entirely new to the Linus ecosystem, as it’s designed explicitly for ease of use. It’s supposed to be simple, straightforward and easy to understand, without the usual configuration headaches that go along with a Linux installation.</p><p>Fittingly, the Manjaro live USB detected our wireless card right away. We didn’t need to install any drivers or write any scripts to configure it, allowing us to get online even before we’d clicked install. Once the distro was running from our hard drive, entering the Wi-Fi password for a second time made the connection permanent, and it downloaded and installed over 700MB of updates. We were fully patched and ready for business within 15 minutes of downloading the Manjaro ISO.</p><p>Our touchpad, which has been a pain point throughout these tests, didn’t stop working when we slept and woke our laptop, as happened to varying degrees with the majority of distributions on test, but it did forget how to scroll with two fingers. Bizarrely, Manjaro’s developers also seem to have overlooked the common tap-to-click function: it’s not enabled by default and there’s no way to select it through the Settings app, so we had to resort to a script to get it working (and, once we had done, this feature survived all the sleep/wake cycles we put it through).</p><p>The default bundle includes Firefox and Thunderbird but while every other distribution on test either preinstalled or gave you the option of LibreOffice, Manjaro supplemented this with FreeOffice. Initially, we opted for the latter, but found it laggy on our setup so uninstalled it and attempted to install LibreOffice using the integrated app manager. This failed twice over, so we resorted to the Snap store instead, which processed it without any further hitches.</p><p>Just as you have a choice of two office suites, you can also pick between three window managers: Xfce (which we chose), Gnome and KDE. Unofficial builds also offer Cinnamon (as used by Mint) and Mate. Xfce and KDE have been available since 2012’s build 0.8, but support for Gnome wasn’t added until build 17, the first to use the 4.9 kernel. The only thing we don’t like about the default skin, Plasma, is the start menu, but that’s aesthetics and your opinion may well vary. If it doesn’t, at least you have extensive control over its layout, opacity and contents.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="4Q4xMPicWmDVFDtPfvSicX" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/4Q4xMPicWmDVFDtPfvSicX.jpg" mos="https://cdn.mos.cms.futurecdn.net/4Q4xMPicWmDVFDtPfvSicX.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Applications are installed from its built-in software manager, which separates out the most popular options so they’re easy to find. If you’re a Linux pro and prefer to use the terminal, apps are installed, updated and removed using the Pacman package manager. This works in a similar fashion to RPM and apt, but the three use bespoke commands, so you can’t transfer much of what you’ve learned on one to any of the others.</p><p>There aren’t any games installed as part of the regular bundle, but there is a Games category on the software menu in which the only installed application is Steam. So, if you have a Steam account, you should be able to shoot, fly or race as easily under Linux as you do under Windows.</p><p>Switchers shouldn’t have any trouble finding their way around. The Windows key opens Manjaro’s application menu, where you’ll find your installed software broken down into categories, a search box (which can search the web as well as your local resources if you prefix keywords with signifiers such as #), and shortcuts to log out and shut down. You can add to or remove from these shortcuts as required. As with other distros on test, the menu search function is more intelligent than it first appears, delivering results based on function as well as name. So, searching for “settings” not only points at the OS-wide Settings app, but also a range of preferences, power management tools and more.</p><p>You can tweak the menu’s information density, which spans an impressive range. At one end of the scale, you have generic names – Firefox is “Web browser”, LibreOffice Calc becomes just “Spreadsheet” and so on – while at the other it’s heading for overkill with application names sitting above short descriptions of their functions. Either of these would be ideal if you’re handing down an old PC to, for example, a less tech-literate family member, but we were most comfortable once we’d set it to use application names, larger icons, and no descriptions.</p><p>Alt+Tab cycles through running applications, with each one jumping to the front while being highlighted so you can see what you’ll switch to if you let go at that moment, but we missed the ability to snap windows to the screen edge by combining the Windows and arrow keys. It’s possible to add a shortcut for these actions via the Settings app (scroll through the Windows Manager panel’s Keyboard tab to find “tile window to the left” and “tile window to the right” and record your preferred combination) but setting these to respond to Windows+left and Windows+right didn’t work – it merely opened the applications menu again. Instead, we set them to Ctrl+Shift+1 and Ctrl+Shift+2 respectively. It was a compromise, and one we’ll soon get used to, but not ideal for switchers with robust muscle memory.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="JkUngyPGqidGC3x9QfYC6h" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/JkUngyPGqidGC3x9QfYC6h.jpg" mos="https://cdn.mos.cms.futurecdn.net/JkUngyPGqidGC3x9QfYC6h.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Manjaro isn’t as strict as some other distributions about only including open-source software in its bundle. Consequently, while things such as our wireless printer were generally visible from the off, regardless of the OS on test, under Manjaro we could also benefit from an HP device manager, which gave us remote feedback on supplies, settings and control, and which was absent from rival distros. For anyone who prefers not to administer hardware using a browser and internal web server, this is a boon.</p><p>Our test laptop’s supplementary buttons were fully implemented, with keyboard backlighting, screen brightness and volume controls all behaving as expected and displaying appropriate onscreen interfaces (albeit without audible feedback on the volume control).</p><p>Manjaro is based on Arch Linux. As such, it uses a rolling release cycle rather than holding back to deliver periodic feature updates, and users should, therefore, always be running the latest edition. We installed build 18.1, codenamed Juhraya (like Android, each new version is given a new name that’s one position advanced through the alphabet than its predecessor), which is both the current build and the first to give users the option of installing FreeOffice. It’s based on a long-term support build of the 4.19 kernel.</p><p>It’s up to you whether you want to run a stable system or take the latest packages as soon as they’re released. While the latter are likely to be safe, since you won’t be running alpha software, there’s a chance they could include the odd glitch as you’ll technically be an early adopter. Updates have their own tab in the software installer.</p><p>Performance was good throughout our tests. Nothing was laggy, apps installed and launched quickly, and both startup and shutdown took just a handful of seconds. But, running Geekbench 5 under Manjaro, our laptop scored 750 in the single-core tests and 1,667 when running the tests across multiple cores. Statistically, Manjaro’s results didn’t compare particularly well with its rivals but, if it’s not evident in real-world use, does that really matter?</p><p>Overall, Manjaro offers an excellent option for those that want a no-fuss introduction to the world of Linux. It’s simple to install and use, customisable without being overwhelming, and presented minimal driver issues. If you’re looking for a simple switchover, you could do an awful lot worse.</p><p>In the unlikely instance you didn’t want to reveal you were using Linux, this is the distribution you’d choose. Even without any tweaks, the Pantheon desktop is bright and welcoming, with an air of macOS. In large part this is thanks to its choice of fonts and the centralised dock (or “Plank”) that gives quick access to favourite apps and slides off the screen when you maximise a window. Elementary OS founder and CEO Daniel Foré addressed this in a myth buster posted on <a href="http://pcpro.link/308ele">the Elementary blog</a>, stating that “we have less in common with OS X than others would have you believe”.</p><p>If you’re coming from Windows (or a Mac), it does have a few quirks, but you’ll likely be over them within the first hour. Tapping the Windows key doesn’t open the applications menu, but displays a shortcuts cheat sheet (you can change this behaviour via the settings app), while combining it with the arrow keys doesn’t snap a window to the screen edge, but switches between desktops.</p><p>Although it’s Ubuntu under the hood, you wouldn’t know from either its skin or the sparse software bundle it installs by default. However, like the other distros on test, it comes with a fully stocked AppCenter from which you can install the usual software, including LibreOffice, Firefox and Thunderbird. There’s no predefined office suite, but the developers have opted for the Epiphany browser and the distribution’s own Pantheon Mail application for communications.</p><p>Some downloads in the AppCenter are priced ($10 for Quilter, a distraction-free writing tool; $1 for Beemy, a BMI calculator, and so on), which is unusual. Clicking a price to download them opens a credit card payment form, which is processed through Stripe. Fortunately, the prices are merely suggestions, which can be zeroed by clicking the down-pointing arrow beside them, and they shouldn’t come as too great a surprise, as Elementary is one of only two distros on test that asks for payment up front, with the other being Zorin OS. You can choose to reduce your contribution to $0, but around 1% of users do pay, with most contributing $10.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="cBx2QacqJVmxveUpesHQak" name="" alt="" src="https://cdn.mos.cms.futurecdn.net/cBx2QacqJVmxveUpesHQak.jpg" mos="https://cdn.mos.cms.futurecdn.net/cBx2QacqJVmxveUpesHQak.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>We installed version 5.1, Hera, which shipped on 3 December 2019 and is based on Ubuntu 18.4 LTS. Elementary OS version 6, Odin, is in the works, but there’s no word yet on when to expect it. It was smooth and fast in our tests, and in Geekbench it turned in respectable scores of 1,011 and 2,001 for single-core and multicore performance respectively.</p><p>Installing Elementary OS was entirely fuss-free. We booted from a live USB, which immediately recognised our wireless hardware, allowing us to get online before we’d even installed it. It downloaded the latest patches in the background and, when it rebooted at the end of the process, the resulting OS was up to date and ready to roll… for a while. It was a refreshing experience after installing so many distributions that either couldn’t see or couldn’t use our wireless hardware until we’d found some alternative route to the web. However, the next time we rebooted Elementary, our Wi-Fi disappeared, leaving us in the same position we’d been in with its rivals.</p><p>It also lost track of the touchpad when we closed and reopened the lid – an affliction from which many of its contemporaries also suffered. We reverted to a USB mouse while we fixed the issue using a script that unloaded the touchpad driver when the lid was closed and restarted it when it was opened.</p><p>Otherwise, peripherals and external devices were handled smoothly. Our wireless printer was detected and, once we’d installed SimpleScan, so was our networked scanner. External drives popped up within a second or so of being connected, and it had no difficulty mapping folders on a NAS. Extended buttons on our keyboard – such as volume controls and brightness – as well as the keyboard backlighting worked as expected and, where appropriate, also displayed complementary onscreen overlays.</p><p>Elementary OS is possibly the best-looking distribution on test, and we only say “possibly” because it’s such a close call between it and Zorin. We avoid using words like “nice” in reviews, but here it’s justified: if you want something that’s as nice to look at as it is to use, either would be an excellent choice.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Facebook becomes a top-tier Linux Foundation member ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/356790/facebook-becomes-a-top-tier-linux-foundation-member</link>
                                                                            <description>
                            <![CDATA[ The social network has reaffirmed its commitment to open source with Platinum membership ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">mggVVhukeGVgxa2NPs9DeT</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/6SsM8h8kavuKJF7ZDffkcF-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Mon, 17 Aug 2020 08:25:30 +0000</pubDate>                                                                                                                                <updated>Mon, 17 Aug 2020 08:54:30 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Carly Page ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/haaytLZQLzJxCzMHFEeyiZ.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/6SsM8h8kavuKJF7ZDffkcF-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                        <media:description><![CDATA[A view of Facebook&#039;s Irish headquarters in Dublin]]></media:description>                                                            <media:text><![CDATA[Facebook&amp;#039;s Irish headquarters at 4-5 Grand Canal Square in Dublin]]></media:text>
                                <media:title type="plain"><![CDATA[Facebook&amp;#039;s Irish headquarters at 4-5 Grand Canal Square in Dublin]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/6SsM8h8kavuKJF7ZDffkcF-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Facebook has reaffirmed its commitment to <a href="https://www.itpro.com/software/28109/what-is-open-source" target="_blank" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open source</a> by joining the Linux Foundation at its highest level.</p><p>The company has been a long-standing member of the non-profit technology consortium, but has upgraded to a top-tier Platinum membership, joining the likes of Google, IBM and <a href="https://www.itpro.com/strategy/27583/microsoft-joins-linux-foundation-as-platinum-partner" target="_blank" data-original-url="https://www.itpro.com/strategy/27583/microsoft-joins-linux-foundation-as-platinum-partner">Microsoft</a>.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/development/open-source/356520/linux-foundation-open-sources-coronavirus-tracing-apps" data-original-url="/development/open-source/356520/linux-foundation-open-sources-coronavirus-tracing-apps">Linux Foundation open-sources coronavirus tracing apps</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/620296/qa-facebook-and-open-source" data-original-url="/620296/qa-facebook-and-open-source">Q&A: Facebook and open source</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/strategy/27583/microsoft-joins-linux-foundation-as-platinum-partner" data-original-url="/strategy/27583/microsoft-joins-linux-foundation-as-platinum-partner">Microsoft joins Linux Foundation as Platinum Partner</a></p></div></div><p>With Facebook signing up as a Platinum member, Kathy Kam, head of open source at the company, gets a seat on the Linux Foundation’s board. Kam has 20 years of experience in open source software, and previously worked for Google and Microsoft.</p><p>“The Linux Foundation has and continues to play a crucial role in the continued success of not only Linux but also in broader open-source ecosystems as well,” Kam said in a statement. “We hope that this sponsorship will further the goal of keeping Linux and all of open source thriving for years to come.”</p><p>Facebook is one of the best-known contributors to the world of open source software. The company contributes to projects such as the React JavaScript library, the Open Compute Project, and Data for Good, a programme that enables geographic data to be shared with the aim of addressing some of the humanitarian issues including <a href="https://www.itpro.com/business-strategy/digital-transformation/355152/it-pro-panel-coping-with-covid-19" target="_blank" data-original-url="https://www.itpro.com/business-strategy/digital-transformation/355152/it-pro-panel-coping-with-covid-19">COVID-19</a>.</p><p>Facebook also leads the development of open source projects such as GraphQL, Osquery, ONNX and Presto.</p><p>The Linux Foundation said Facebook’s sponsorship of open innovation will help support an estimated $16 billion (£12.2 billion) in development costs of the world’s 100+ leading open source projects.</p><p>"From its efforts to reshape computing through open source to its aggressive push to increase internet connectivity around the world, Facebook is a leader in open innovation," <a href="https://www.linuxfoundation.org/blog/2020/08/facebooks-long-history-of-open-source-investments-deepens-with-platinum-level-linux-foundation-membership" target="_blank">the non-profit said in a blog post</a>.</p><p>"Perhaps more important today than ever, Facebook’s focus on democratizing access to technology enhances opportunity and scale for individuals and businesses alike. That’s why we’re so excited to announce the company is joining the Linux Foundation at the highest level."</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Linux Foundation open-sources coronavirus tracing apps ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/development/open-source/356520/linux-foundation-open-sources-coronavirus-tracing-apps</link>
                                                                            <description>
                            <![CDATA[ The projects, based on the Google and Apple API, aim to support public health contact tracing efforts ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">6nPkGsoeGhP49TfAMGUF32</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/3aGwbkMUiVZXSdUqJ2bHH5-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 21 Jul 2020 10:47:14 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/EAvwpZggMZ2K5h8s2pTAEm.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/3aGwbkMUiVZXSdUqJ2bHH5-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/3aGwbkMUiVZXSdUqJ2bHH5-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The Linux Foundation has launched two contact tracing systems as part of a public health initiative which uses open source technology to help government agencies fight the spread of coronavirus across the world.</p><p>Two exposure notification projects, known as COVID Shield and COVID Green, have been developed <a href="https://www.itpro.com/security/privacy/355304/nhs-working-with-apple-google-coronavirus-tracking-app" target="_blank" data-original-url="https://www.itpro.com/security/privacy/355304/nhs-working-with-apple-google-coronavirus-tracking-app">based on the Google Apple Exposure Notification (GAEN) system</a>, and aim to support all public health authorities’ contact tracing efforts.</p><p>They have been developed as part of the wider Linux Foundation Public Health (LFPH) initiative, launched in coordination with seven members including Cisco, doc.ai, Geometer, IBM, NearForm, Tencent and VMware. </p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/security/privacy/356120/coronavirus-contact-tracing-app-to-be-launched-in-winter" data-original-url="/security/privacy/356120/coronavirus-contact-tracing-app-to-be-launched-in-winter">Coronavirus contact-tracing app to be launched in winter, minister reveals</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/hacking/355801/scammers-using-coronavirus-contact-tracing-in-hacking-attempt" data-original-url="/security/hacking/355801/scammers-using-coronavirus-contact-tracing-in-hacking-attempt">Scammers leverage contact-tracing in hacking attempt</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/security/privacy/356224/immunity-passports-what-do-we-really-know-about-the-risk-free-certificate" data-original-url="/security/privacy/356224/immunity-passports-what-do-we-really-know-about-the-risk-free-certificate">Immunity passports: What do we really know about the ‘risk-free certificate’?</a></p></div></div><p>"To catalyze this <a href="https://www.itpro.com/software/28109/what-is-open-source" target="_blank" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open source development</a>, Linux Foundation Public Health is building a global community of leading technology and consulting companies, public health authorities, epidemiologists and other public health specialists, privacy and security experts, and individual developers," said LFPH general manager Dan Kohn. </p><p>"While we're excited to launch with two very important open source projects, we think our convening function to enable collaboration to battle this pandemic may be our biggest impact."</p><p>COVID Shield, which was developed by a team of more than 40 developers from Shopify, is currently being deployed in Canada. COVID Green, meanwhile, was developed by a team at NearForm and is being deployed as part of the Irish government’s pandemic response.</p><p>Both apps are available for other public health agencies, and their IT partners, across the world to use and customised, and will soon be joined by further open source projects hosted by LFPH. </p><p>"During this grave global crisis, I'm committed to having all parts of the Linux Foundation community support LFPH," said Linux Foundation executive director Jim Zemlin. "Open source provides an architecture for global collaboration and that's what's needed to build, secure, and sustain critical components of our stressed public health infrastructure.”</p><p>The LFPH is positioning itself as an organisation that can support public health agencies across the world that have suffered from a lack of investment and are now being tasked with urgently scaling their operations and capabilities.</p><p>The UK, for example, has had a rough time trying to develop a functional contact tracing app, with the government initially <a href="https://www.itpro.com/business-strategy/public-sector/356139/the-governments-contact-tracing-app-was-always-going-to-be" target="_blank" data-original-url="https://www.itpro.com/business-strategy/public-sector/356139/the-governments-contact-tracing-app-was-always-going-to-be">opting to abandon a system supported by Google and Apple, before making a complete u-turn</a>. Although a coronavirus app is now in progress, there is still no date by which a functioning app will be released, with <a href="https://www.itpro.com/security/privacy/356120/coronavirus-contact-tracing-app-to-be-launched-in-winter" target="_blank" data-original-url="https://www.itpro.com/security/privacy/356120/coronavirus-contact-tracing-app-to-be-launched-in-winter">ministers suggesting a Winter target for release</a>.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ Lenovo to offer ThinkPads with Linux installed ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/operating-systems/355488/lenovo-to-offer-thinkpads-with-linux-installed</link>
                                                                            <description>
                            <![CDATA[ Lenovo partners with Fedora to install Linux on its machines ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">sLYanAc22PiCJ1GG2yA5jM</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/xVTcaxvLfJiRntquNAtyFV-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 29 Apr 2020 15:47:12 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Sarah Brennan ]]></dc:creator>                                                                                    <dc:source><![CDATA[ null ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/xVTcaxvLfJiRntquNAtyFV-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/xVTcaxvLfJiRntquNAtyFV-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Are you a lover of Linux? Then prepare to swoon because Lenovo is partnering with the Fedora Project to pre-install Linux on a select number of its machines. This pilot program, known as Linux Community Series - Fedora Edition, will include the ThinkPad P1 Gen2, <a href="https://www.itpro.com/hardware/laptops/354694/lenovo-thinkpad-x1-fold-hands-on-review-first-foldable-pc-feels-like-the" data-original-url="https://www.itpro.com/hardware/laptops/354694/lenovo-thinkpad-x1-fold-hands-on-review-first-foldable-pc-feels-like-the">ThinkPad X1</a> Gen8, and the ThinkPad P53.</p><p>While many already run a Fedora operating system on a Lenovo system, this move means that the aforementioned devices will come with the newly released Fedora 32 Workstation Linux pre-installed. For users with other devices in mind, Lenovo could expand its selection of Linux-equipped devices if demand supports it.</p><p>Per <a href="https://fedoramagazine.org/coming-soon-fedora-on-lenovo-laptops">Fedora Project Leader Matthew Miller</a>, “The Lenovo team has been working with folks at Red Hat who work on Fedora desktop technologies to make sure that the upcoming Fedora 32 Workstation is ready to go on their laptops. The best part about this is that we’re not bending our rules for them. Lenovo is following our existing trademark guidelines and respects our open source principles. That’s right—these laptops ship with software exclusively from the official Fedora repos!”</p><p>Mark Pearson, senior Linux developer at Lenovo, expanded on the company’s involvement in the project, “Lenovo is excited to become a part of the Fedora community. We want to ensure an optimal Linux experience on our products. We are committed to working with and learning from the open-source community.” </p><p>Obviously, this move is huge one for Fedora. While many tech pros are at ease when installing or replacing an operating system, this can be an issue for users who aren’t IT professionals. By installing Fedora on its machines, Lenovo makes it remarkably easy for customers to customize their machines to fit their needs. </p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ WireGuard VPN bundled into latest Linux release ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/linux/355168/wireguard-vpn-bundled-into-latest-linux-release</link>
                                                                            <description>
                            <![CDATA[ Version 5.6 includes features such as USB 4 support and inclusion of the popular open-source virtual private network ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">qf1ipoUw46HgWGRfXVd8A3</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/D88TufBJNs2vAE7hRWrdP-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 31 Mar 2020 09:51:56 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Keumars Afifi-Sabet ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/EAvwpZggMZ2K5h8s2pTAEm.jpg ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/D88TufBJNs2vAE7hRWrdP-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Linux sign on a brick wall]]></media:description>                                                            <media:text><![CDATA[Linux sign on a brick wall]]></media:text>
                                <media:title type="plain"><![CDATA[Linux sign on a brick wall]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/D88TufBJNs2vAE7hRWrdP-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>The latest version of the open-source <a href="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system" data-original-url="https://www.itpro.com/operating-systems/24841/windows-vs-linux-whats-the-best-operating-system">Linux operating system</a> has been packaged with WireGuard <a href="https://www.itpro.com/networking/27210/do-i-need-a-vpn" target="_blank" data-original-url="https://www.itpro.com/networking/27210/do-i-need-a-vpn">virtual private network (VPN)</a> as well as a host of improvements ranging from USB 4 support to MultiPath TCP. </p><p>Among the biggest changes in Linux 5.6 is support for Intel, AMD and Arm hardware and a fix for 32-bit systems that were expected to start counting time with negative numbers from 19 January 2038. </p><p>The kernel also has mainline support for Amazon Echo, a fix for overheating in ASUS laptops with AMD Ryzen processors, and a mainlined VirtualBox hypervisor Shared Folder driver for improved out-of-the-box VirtualBox guest support.</p><p>The addition of USB 4 support, meanwhile, is based on Intel Thunderbolt driver code.</p><p>A summary of the key changes has been provided <a href="https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.6-The-Best-Features">courtesy of <em>Phoronix</em></a><em>.</em></p><p>The inclusion of WireGuard 1.0.0 serves as the main new feature, with the firm’s privacy tool recently going through stabilisation work, performance health-checks and security proofing.</p><p>WireGuard’s code has also been contributed to building Mozilla’s paid-for Firefox VPN, which began beta testing in February.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/28025/best-linux-distros" data-original-url="/operating-systems/28025/best-linux-distros">Best Linux distros 2023: The finest open source operating systems around</a> Mozilla is beta testing its paid-for Firefox VPN service <a data-analytics-id="inline-link" href="https://www.itpro.com/linux/28951/the-benefits-of-linux-servers" data-original-url="/linux/28951/the-benefits-of-linux-servers">The benefits of Linux servers</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/operating-systems/25139/ubuntu-vs-mint-which-one-is-better" data-original-url="/operating-systems/25139/ubuntu-vs-mint-which-one-is-better">Mint vs Ubuntu: Which one is better?</a></p></div></div><p>“So I'll admit to vacillating between doing this 5.6 release and doing another -rc,” <a href="https://lore.kernel.org/lkml/CAHk-=wi9ZT7Stg-uSpX0UWQzam6OP9Jzz6Xu1CkYu1cicpD5OA@mail.gmail.com">Linux creator Linus Torvalds said</a>.</p><p>“This has a bit more changes than I'd like, but they are mostly from davem's networking fixes pulls, and David feels comfy with them. And I looked over the diff, and none of it looks scary. It's just slightly more than I'd have preferred at this stage - not doesn't really seem worth delaying a release over."</p><p>Speculating over the effect of coronavirus on kernel development, Torvalds doesn’t presume that the pandemic will have a “fairly normal” 5.7 release, which is scheduled for June currently. There doesn’t seem to be any signs suggesting otherwise, but added that things could change at any moment. </p><p>Some of the features expected with the stable release of Linux version 5.7 include USB fast charge support for Apple iOS devices, improvements to the kernel’s floppy disk driver code, and better out-of-the-box touchscreen support, among others.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ View from the airport: Linux Open Networking Summit 2019 ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/open-source/34540/view-from-the-airport-linux-open-networking-summit-2019</link>
                                                                            <description>
                            <![CDATA[ When it comes to the future of networking, the Linux Foundation is headed for the edge ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">pRKNj4wg17KNHPmuVWmBLU</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/CGFRuzKMZFGJMUwQ23UEre-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Tue, 01 Oct 2019 09:18:00 +0000</pubDate>                                                                                                                                                                                                                                <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Connor Jones ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LPjgE2kGKixS9aF7Jdp2mT.png ]]></dc:source>
                                                                <dc:description><![CDATA[ null ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/CGFRuzKMZFGJMUwQ23UEre-1280-80.jpg">
                                                            <media:credit><![CDATA[null]]></media:credit>
                                                                                                                                                                                                                                                                                                                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/CGFRuzKMZFGJMUwQ23UEre-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>Networking enthusiasts descended onto the Belgian city of Antwerp last week to attend the Open Networking Summit 2019, where we were treated to talks from key figures in all avenues of the networking industry. While there were more sessions than I could ever have hoped to attend, I chose to get swept up in the <a href="https://www.itpro.com/cloud/31389/what-is-edge-computing" target="_blank" data-original-url="https://www.itpro.com/cloud/31389/what-is-edge-computing">edge computing</a> side of things, a topic which thoroughly stole the spotlight for the three-day affair.</p><p>Arpit Joshipura, GM of networking at the Linux Foundation, kicked things off with his Monday morning keynote. He front-loaded the event with a very positive prediction for edge computing: that the industry's revenue will overtake <a href="https://www.itpro.com/cloud/32167/our-5-minute-guide-to-enterprise-cloud-computing" target="_blank" data-original-url="https://www.itpro.com/cloud/32167/our-5-minute-guide-to-enterprise-cloud-computing">cloud</a> by 2025 and will go on to be four times bigger than the cloud industry ever was or will be.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/cloud/31389/what-is-edge-computing" data-original-url="/cloud/31389/what-is-edge-computing">What is edge computing?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/software/28109/what-is-open-source" data-original-url="/software/28109/what-is-open-source">What is open source?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/internet-of-things-iot/34472/linux-expands-its-lf-edge-collective-with-new-projects" data-original-url="/internet-of-things-iot/34472/linux-expands-its-lf-edge-collective-with-new-projects">Linux expands its LF Edge collective with new projects</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/network-internet/34483/open-standards-model-for-vnfs-is-a-boon-to-open-source-networking" data-original-url="/network-internet/34483/open-standards-model-for-vnfs-is-a-boon-to-open-source-networking">Open standards model for VNFs is a boon to open source networking</a></p></div></div><p>Joshipura's prediction was perhaps the biggest takeaway from the entire event definitely the boldest and for good reason. Cloud has arguably been the biggest step-change in technology this century, so for something else to come along and blow it out of the water is huge deal indeed.</p><p>These weren't empty words, either. Linux Foundation's most recent umbrella organisation, LF Edge, has made phenomenal strides in its short tenure. Launched in January 2019, it's core aim is to drive the edge industry towards a more open approach and it's already added 75 members and launched seven projects to further its goal.</p><p>Speaking to me after his keynote, Joshipura said that before LF Edge was introduced there was a lack of motivation in the industry to drive networking to embrace openness.</p><p>"[Before the introduction of LF Edge] we had a lot of fragmented projects," he explained. "So, there's maybe a couple of projects and everyone was doing their own thing.</p><p>"It was trying to get to open source but the momentum wasn't there."</p><p>Since its launch, however, LF Edge has been instrumental in guiding key projects, with two new ones <a href="https://www.itpro.com/internet-of-things-iot/34472/linux-expands-its-lf-edge-collective-with-new-projects" target="_blank" data-original-url="https://www.itpro.com/internet-of-things-iot/34472/linux-expands-its-lf-edge-collective-with-new-projects">announced during the conference</a> Baetyl and Fledge which it's hoped will make it easier for developers to build scalable apps and unify vendor APIs respectively. The foundation also <a href="https://www.itpro.com/network-internet/34483/open-standards-model-for-vnfs-is-a-boon-to-open-source-networking" target="_blank" data-original-url="https://www.itpro.com/network-internet/34483/open-standards-model-for-vnfs-is-a-boon-to-open-source-networking">made strides in the VNF testing space</a>, which aims to bring uniformity to testing procedures and decrease the time-to-revenue for new vendor ideas.</p><p>So, the motivation is now in place but what's left is the small matter of answering the question: "What is edge?" Speakers at the event all seemed to have a slightly different take on what the edge meant to them. Jason Shepherd, CTO of IoT and Edge at <a href="https://www.itpro.com/business-strategy/33573/view-from-the-airport-dell-technologies-world-2019" target="_blank" data-original-url="https://www.itpro.com/business-strategy/33573/view-from-the-airport-dell-technologies-world-2019">Dell Technologies</a> said it all depends on who you ask bin his mind, it's about "moving compute as close as both necessary and feasible to subscribers or devices." Others said it's more broadly about the unification of telco, cloud, <a href="https://www.itpro.com/cloud-computing/28037/what-is-iot" target="_blank" data-original-url="https://www.itpro.com/cloud-computing/28037/what-is-iot">IoT</a> and enterprise.</p><p>However you define it, the fact of the matter is that everyone benefits when an open source approach is taken. Speaking to me at the event, Shepherd said: "Open always drives wins in the end. In almost all new markets - IoT, edge, whatever - they almost always start with a lock-in play. Everyone's going to like trying to lock everyone in there thinking: 'I can sell your data if you let me'. But, the reality is, you must set the data free using open technologies to make all this stuff work together."</p><p>It has taken <a href="https://www.itpro.com/software/28109/what-is-open-source" target="_blank" data-original-url="https://www.itpro.com/software/28109/what-is-open-source">open source</a> much longer to hit the networking industry than it has others such as software and the industry's switch to a more open approach is still in its infancy. Experts speaking at the event heralded the progress LF Edge has made with its projects and most notably the VNF standards model, but there's no doubt that greater collaboration is needed from industry players to progress this open source revolution in networking.</p><p>When industry-wide collaboration takes place, the open source life cycle benefits hugely. Take the latest VNF testing model for example, when vendors can get their new features approved quicker by operators thanks to a uniform testing procedure, the money made from them can then be re-injected into the development of more features and the cycle repeats. With every repetition of the cycle, more money is then pumped back into the industry. The cycle moves quicker when it's open so the industry needs to open up if it wants to grow.</p><p>Yes, attempts to drive vendor lock-in will always be made and it's going to take time for everyone to play ball with this open approach, but we've seen success in every industry that's embraced open source so far and networking will surely be no exception.</p><p>With the edge industry's growth expected to greatly surpass that of cloud computing in the near future, it's only natural that those involved will want to drive it further to improve the predicted revenue beyond the trillions it's expected to soon be worth. The name change of next year's event to Open Networking and Edge Summit (ONES) is emblematic of the growth of this field and in years to come we'll surely see and hear much more about innovative edge products -- all thanks to the inevitably adopted open source approach.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ What is open source? ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/software/28109/what-is-open-source</link>
                                                                            <description>
                            <![CDATA[ Open source is in the news a lot thanks to AI and LLMs – we take a look at what open source is, the benefits and drawbacks, and key software vendors ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">4zRe7ZTTAq3y7hAsi5gjWW</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/MNsqvKMhvmEhFv3VqUByfB-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Fri, 13 Sep 2019 13:21:00 +0000</pubDate>                                                                                                                                <updated>Wed, 23 Oct 2024 15:37:51 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                                    <dc:creator><![CDATA[ Max Cooter ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/ziQc8fzZJ9xfgisuDP6GbN.jpeg ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Max Cooter is a freelance journalist who has been writing about the tech sector for almost forty years.&lt;/p&gt;
&lt;p&gt;At ITPro, Max’s work has primarily focused on cloud computing, storage, and migration and he submitted software reviews and interviews with CIOs from a range of companies. He also contributed a number of opinion pieced on productivity tools and the cloud ecosystem.&lt;/p&gt;
&lt;p&gt;Max was the founder-editor of ITPro sister publication CloudPro, which launched in 2011 to become the UK’s leading publication focused entirely on cloud computing news. This was not the first publication that Max had led, having previously held the role of editor at Richmond Publishing, EMAP, CMP, and IDG.&lt;/p&gt;
&lt;p&gt;In addition to his journalistic endeavors, Max is the co-author of the book ‘Learn &amp;amp; Use Linux Made Easy: Home, Office, On the Go’. It includes guides on the various Linux distributions, and is aimed at beginners who are seeking advice from experienced Linux professionals.&lt;/p&gt;
&lt;p&gt;Max attained a BA in philosophy and mathematics at the University of Bradford, combining humanities with a firm understanding of the STEM world in a manner that has served him well throughout his career. In his time away from tech, he coaches junior cricket and rugby teams and is an avid theater writer.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/MNsqvKMhvmEhFv3VqUByfB-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[A close-up of web coding on a black background]]></media:description>                                                            <media:text><![CDATA[A close-up of web coding on a black background]]></media:text>
                                <media:title type="plain"><![CDATA[A close-up of web coding on a black background]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/MNsqvKMhvmEhFv3VqUByfB-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>With the rise of AI and Large Language Models (LLMs) in recent months and years, you might have read a lot about open source software (OSS) in the news, as companies rush to build ever more powerful models using open source models like <a href="https://www.itpro.com/technology/artificial-intelligence/just-how-open-are-the-leading-open-source-ai-platforms">Meta’s Llama</a> and French startup Mistral’s models.</p><p>Over the past decades, open source components have crept into virtually every piece of technology on the planet, whether it&apos;s the <a href="https://www.itpro.com/operating-systems/28025/best-linux-distros">Linux operating systems</a> that power data centres and cloud services, the Android software behind some of the world&apos;s best smartphones, or enterprise development tools like Puppet and Jenkins.</p><p>The basis of open source software is that its source code is freely available for anyone to view, modify, and distribute, which can be both a pro and a con, as we will see. OSS comes with a license to use it, and there are different levels of license depending on the type of software at hand.</p><p>Developers around the world contributing to something for free, often in their own time, is one of the things that makes the internet great. But there are downsides: a Microsoft engineer recently spotted malicious code in the open source <a href="https://www.itpro.com/software/open-source/we-got-lucky-what-the-xz-utils-backdoor-says-about-the-strength-and-insecurities-of-open-source">XZ Utils</a> compression tool, likely placed by a nation-state actor, that could have caused havoc. Of course, the fact the tool was OSS made finding the vulnerability possible, so it is swings and roundabouts.</p><h2 id="what-apos-s-the-definition-of-open-source-software">What&apos;s the definition of open source software?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:5679px;"><p class="vanilla-image-block" style="padding-top:66.67%;"><img id="bAiGGXQ2x5LyWfprG6PHhi" name="Code_on_screen_GettyImages-1291641896.jpg" alt="Program code on computer display in magnifying glass" src="https://cdn.mos.cms.futurecdn.net/bAiGGXQ2x5LyWfprG6PHhi.jpg" mos="" align="middle" fullscreen="" width="5679" height="3786" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>Open source, as its name suggests, is a field of software development in which the source code for tools, projects, and programs is made freely available to download, modify, and share. Given it&apos;s free-to-use with no restrictions on how you do so, it has become popular among cash-strapped startups and smaller firms.</p><p>Another important characteristic is that anyone can tweak the code to suit their purposes. As a result, a thriving and active open source community has developed, with countless developers collaborating on projects and sharing ideas.</p><p>OSS harks back to the early eras of computing, when software (and ideas) were shared much more freely among programmers. The GNU Project in the early 1980s is one of the first examples of OSS, helping to set many of the core concepts behind OSS in motion. In 1998, Christine Peterson is credited with coining “open source”, although others around the same time were working on similar concepts.</p><p>Open source is sometimes difficult to define thanks to the different types of licenses, and if you are developing OSS it&apos;s definitely worth checking at each stage what flexibility you have to use the software.</p><h2 id="who-oversees-open-source-software">Who oversees open source software?</h2><p>Given the distributed nature of OSS, there is no one entity that controls the software. However, there are various entities, from big businesses to smaller, specialized groups, that oversee OSS and ensure that minimum standards are kept.</p><p>One of the most prominent organizations is the <a href="https://opensource.org" target="_blank">Open Source Initiative</a>, founded in 1998 by Eric Raymond and Bruce Perens. The OSI termed the emerging software movement as “open source” in opposition to the free software movement, attempting to make a business case for using and developing OSS.</p><p>The OSI operates the <a href="https://opensource.org/osd" target="_blank">The Open Source Definition</a>, one of the most widely respected standards in OSS, and the basic principle is that OSS must allow for modification and redistribution under the same terms and all uses. There are 10 criteria to be met for approval by the OSI. Some examples are the Apache License 2.0, Mozilla Public License 2.0, and the MIT License.</p><p>Another good example is <a href="https://openuk.uk" target="_blank">OpenUK</a>, a non-profit organisation that supports OSS within the UK, a vital function given the UK has a lot of programmers working on various software. Founded in 2018, OpenUK works across Community, Legal & Policy, and Learning areas.</p><h2 id="why-is-open-source-so-popular">Why is open source so popular?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:8067px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="SVwfvV6YmkqkPe9Rc69un" name="44B7BC79-479C-4DDA-92CB-A33ECA7563D4_1_201_a.jpeg" alt="GitHub logo on mobile phone screen with green and yellow gradient background" src="https://cdn.mos.cms.futurecdn.net/SVwfvV6YmkqkPe9Rc69un.jpeg" mos="" align="middle" fullscreen="" width="8067" height="4538" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p>The most obvious answer is simple: open source software costs nothing.</p><p>Looking around, there are many cheap alternatives for popular paid products, such as Blender for 3D computer graphics or LibreOffice Writer for word processing, and in this way, open source programs are inherently more accessible.</p><p>The main driving factor behind open source is the idea that as development projects are enhanced and accelerated, the wider the pool of people involved becomes, with developers of varying skills and abilities contributing their own expertise and experience.</p><p>This principle of cooperation is helped along by the inherently international nature of projects shared on the internet, with programmers from all over the world collaborating to ensure that finished code is the result of as dedicated and diverse a team as possible.</p><div  class="fancy-box"><div class="fancy_box-title">RELATED WHITEPAPER</div><div class="fancy_box_body"><figure class="van-image-figure "  ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="sQhR4kmwC9LRg92mxQwdJB" name="A127056B-49A9-4752-A9E1-695DD1E43C9A_1_201_a.jpeg" caption="" alt="IBM Logo in light blue in front of black background with white binary letters behind" src="https://cdn.mos.cms.futurecdn.net/sQhR4kmwC9LRg92mxQwdJB.jpg" mos="" link="" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pinterest-pin-exclude"></p></div></div><figcaption itemprop="caption description" class=""><span class="credit" itemprop="copyrightHolder">(Image credit: Getty Images)</span></figcaption></figure><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/technology/artificial-intelligence/idc-spotlight-paper-ai-coding-assistants-for-application-modernization-and-it-automation"><em>Improve productivity and foster innovation</em></a></p></div></div><p>Sharing couldn’t be simpler for most open source projects: The complete source code is usually posted publicly via code-sharing platforms like <a href="https://www.itpro.com/software/development/everything-you-need-to-know-about-github-models-the-new-ai-testing-playground-for-developers">GitHub</a>. By keeping projects openly accessible in one place, developers can ensure collaboration is as organised as possible while keeping it organic, and achieve impressive results in short timeframes.</p><p>Although allowing so many people to interfere with the source code may be seen as risky, allowing additional scrutiny in the form of an extra pair of eyes – or often enough, several pairs of eyes – boosts the chances of flagging up any bugs, as with the <a href="https://www.itpro.com/software/open-source/we-got-lucky-what-the-xz-utils-backdoor-says-about-the-strength-and-insecurities-of-open-source">case of XZ Utils</a>. Moreover, open source software lends itself to tighter security, in light of the additional help at hand to shape it or process any problems.</p><p>While having many eyes does work, the fact that the Heartbleed bug went undetected in the OpenSSL code for so long means the <a href="https://www.itpro.com/software/open-source/its-time-to-face-the-open-source-security-problem">theory isn&apos;t exactly foolproof</a>; it&apos;s also possible that rogue developers could <a href="https://www.itpro.com/software/open-source/open-source-software-attacks-everything-you-need-to-look-out-for">use open source to spread malware</a>.</p><p>Not everything is rosy, however, and there are a number of issues with open source development, most notably its steep learning curve. Less-seasoned developers may struggle to get to grips with open source projects, and those involved are often highly technically-minded professionals, or the most dedicated of enthusiasts.</p><h2 id="the-history-of-open-source-software">The history of open source software</h2><p>The roots of open source lie in the origins of software and of computing itself. First pioneered by scientists, researchers, and academics, the field was predicated on the free and open sharing of knowledge and information.</p><p>One of the ways in which programmers shared their code was via computing books and magazines, which featured full reproductions of source code for readers to copy and use, as crazy as that might seem nowadays. This became particularly popular with the rise of home computers like the Commodore 64 and ZX Spectrum, which could be used to create basic games and apps.</p><p>As software development became more commercialised, and competition amongst developers increased, the prevalence of open source code saw a decline. Despite this, hobbyists have continued in the tradition of writing open source software, even as giant software firms have dominated the sector.</p><p>As more and more computers became connected to the internet, programmers started sharing their code with each other online, which led to a substantial increase in the number of available open source projects, and eventually to the creation of the Linux kernel by Linus Torvalds, a landmark moment for OSS.</p><h2 id="how-do-companies-make-money-from-open-source">How do companies make money from open source?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:3240px;"><p class="vanilla-image-block" style="padding-top:56.27%;"><img id="eWoamk7EP4ATQXJmBe6ZRB" name="eWoamk7EP4ATQXJmBe6ZRB.jpg" alt="Red Hat sign at a convention centre in Boston" src="https://cdn.mos.cms.futurecdn.net/eWoamk7EP4ATQXJmBe6ZRB.jpg" mos="" align="middle" fullscreen="" width="3240" height="1823" attribution="" endorsement="" class=""></p></div></div></figure><p>OSS developers are not working for free: the existence of licenses, and other forms of monetization, help them earn a living, despite giving away software for nothing at the point of download.</p><p>While organisations that specialise in open source products don&apos;t generally make money from selling software, many will offer an enhanced version of their product that enterprises can pay to use, as is the case with <a href="https://www.itpro.com/software/linux/can-the-open-enterprise-linux-association-subvert-red-hats-restrictions">Red Hat Enterprise Linux (RHEL)</a>. These commonly include greater flexibility, more features, easier management, and maintenance options, and generally better interoperability with a range of other platforms and services.</p><p>Another tactic often used by OSS vendors is to provide the software freely, but to withhold official support and other additional services from companies that haven&apos;t taken out a contract. Since business IT relies on minimising downtime as much as possible, strong support is essential making this tactic very effective.</p><h2 id="why-contribute-to-open-source-projects">Why contribute to open source projects?</h2><p>One of the most obvious reasons developers contribute is the sense of generosity and community spirit it creates; many simply want to help build cool stuff and will contribute to projects that they think are useful and worthwhile.</p><p>However, some coders are more utilitarian about the process than others. For example, if a developer is using an open source tool in a particular project, they will often tweak or improve it over the course of their efforts. Those improvements are then circulated to the rest of the software&apos;s developers and users, resulting in gradual iterative improvements.</p><p>This also applies to companies that use open-source components, who will often contribute large amounts of code to open source projects as a by-product of their own internal development cycles. Companies like <a href="https://www.itpro.com/uk/software/apple">Apple</a>, <a href="https://www.itpro.com/uk/software/google">Google</a>, and <a href="https://www.itpro.com/uk/software/microsoft">Microsoft</a> do this. Some companies will also task developers with contributing to existing open source projects out of sheer altruism, but this is considerably rarer.</p><p>What&apos;s more common is companies gifting tools they&apos;ve developed internally to the open source community. Part of this is a purely practical effort to outsource the continued development and iteration of these tools to the community at large, but there&apos;s also an element of giving back to developers by giving them access to sophisticated software.</p><p>Given the extra eyeballs that can be on OSS, companies have an incentive to share as it is likely to make their own tools better and more fully-featured, while also building a good relationship with developer communities.</p><h2 id="is-open-source-safe">Is open source safe?</h2><figure class="van-image-figure  inline-layout" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' style="max-width:1920px;"><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="rcgqGm2k9qbr9K4kHhEmvU" name="rcgqGm2k9qbr9K4kHhEmvU.jpg" alt="An abstract image showing a skull over a pixelated background to symbolise a cyber security vulnerability" src="https://cdn.mos.cms.futurecdn.net/rcgqGm2k9qbr9K4kHhEmvU.jpg" mos="" align="middle" fullscreen="" width="1920" height="1080" attribution="" endorsement="" class=""></p></div></div><figcaption itemprop="caption description" class=" inline-layout"><span class="credit" itemprop="copyrightHolder">(Image credit: Shutterstock)</span></figcaption></figure><p>The short answer is: Yes, OSS is safe to use.</p><p>In theory, the more people you have reviewing code throughout a build the more likely it is that security holes and errors will be uncovered and fixed. However, no matter how many pairs of eyes the code runs past, human error can and will persist.</p><p>The problem with free and widely-shared code is that the vulnerabilities are by default also reused and shared. The most popular open source libraries are embedded into thousands of applications, and if one line of code within a library contains a vulnerability, anything that utilises it will be weakened as a result.</p><p>It’s still best practice to check over open source code, even if it’s from a trusted source and seems to work, to check for logical errors and anything else that might have been overlooked in its creation.</p><p>Even when vulnerabilities are spotted, a fix takes on average 68 days to be rolled out. Users may think that the creator or developer is responsible for fixing their code, but if the code works for the developer, it&apos;s not certain they will revise their work.</p><p>The perceived sense of security around open source software adds to the problem. Ultimately, developers who build the code aren&apos;t interested in whether their library is suitable for your business, they are concerned with the success of the library itself. Rather than blindly integrating open source code into applications, businesses must carry out their own checks to ensure code is safe.</p><p>Open source code can be safe to use with a change of perspective, shifting from the viewpoint that it&apos;s faultless and fool-proof to an approach which exercises caution and security.</p><h3 class="article-body__section" id="section-more-on-open-source"><span>More on open source</span></h3><ul><li><a href="https://www.itpro.com/software/open-source/hashicorps-claims-of-code-theft-dubbed-embarrassing-episode-for-the-open-source-community">HashiCorp's claims of code theft dubbed "embarrassing" episode for the open source community</a></li><li><a href="https://www.itpro.com/technology/artificial-intelligence/just-how-open-are-the-leading-open-source-ai-platforms">Just how open are the leading open source AI models?</a></li><li><a href="https://www.itpro.com/software/open-source/open-source-software-attacks-everything-you-need-to-look-out-for">Open source software attacks: Everything you need to look out for</a></li></ul>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
                                <item>
                                                            <title><![CDATA[ A complete guide to Raspberry Pi OS ]]></title>
                                                                                                                                                                                                <link>https://www.itpro.com/operating-systems/33629/a-complete-guide-to-raspberry-pi-os</link>
                                                                            <description>
                            <![CDATA[ Everything you need to know about the software, formerly known as Raspbian, powering the world’s favourite tiny computer ]]>
                                                                                                            </description>
                                                                                                                                <guid isPermaLink="false">h2nUgLhwwfaA6vks8ee33V</guid>
                                                                                                <enclosure url="https://cdn.mos.cms.futurecdn.net/SdP5nSP5JGcyWEHT8pyAj-1280-80.jpg" type="image/jpeg" length="0"></enclosure>
                                                                        <pubDate>Wed, 07 Aug 2019 11:42:00 +0000</pubDate>                                                                                                                                <updated>Fri, 30 Jul 2021 15:05:00 +0000</updated>
                                                                                                                                            <category><![CDATA[Linux]]></category>
                                                    <category><![CDATA[Software]]></category>
                                                                                                <author><![CDATA[ connor.jones@futurenet.com (Connor Jones) ]]></author>                    <dc:creator><![CDATA[ Connor Jones ]]></dc:creator>                                                                                    <dc:source><![CDATA[ https://cdn.mos.cms.futurecdn.net/LPjgE2kGKixS9aF7Jdp2mT.png ]]></dc:source>
                                                                <dc:description><![CDATA[ &lt;p&gt;Connor Jones is the News and Analysis Editor at ITPro, CloudPro, and ChannelPro. As the brands’ leader for news, he welcomes pitches on all topics, and he personally still reports breaking news on the topics of cyber security, software, and Big Tech firms.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;He has been at the forefront of global cyber security news coverage for the past few years, breaking developments on major stories such as LockBit’s ransomware attack on Royal Mail International, and many others. He has also made sporadic appearances on the ITPro Podcast discussing topics from home desk setups all the way to hacking systems using prosthetic limbs.&lt;/p&gt;
&lt;p&gt;Connor is currently in his third year at ITPro, but has been a journalist for much longer, having written for the likes of Red Bull Esports and UNILAD. He has a master’s degree in Magazine Journalism from one of the UK’s leading journalism departments at the University of Sheffield, as well as an undergraduate degree in English Language from Sheffield Hallam University.&lt;/p&gt;
&lt;p&gt;When he’s not hitting the phones trying to squeeze stories out of sources and press offices, in his free time Connor studies software development, is a keen cook, and enjoys leading an active life through cycling, hiking, racket sports, and weightlifting.&lt;/p&gt; ]]></dc:description>
                                                                                                                                <cf:isSponsored>false</cf:isSponsored>
                <cf:hasAffiliateLinks>false</cf:hasAffiliateLinks>
                <cf:isPaid>false</cf:isPaid>
                                                                                                                                <media:content type="image/jpeg" url="https://cdn.mos.cms.futurecdn.net/SdP5nSP5JGcyWEHT8pyAj-1280-80.jpg">
                                                            <media:credit><![CDATA[Shutterstock]]></media:credit>
                                                                                                                                                                                                                                    <media:description><![CDATA[Image of Raspberry Pi running Raspberry Pi OS]]></media:description>                                                            <media:text><![CDATA[Image of Raspberry Pi running Raspberry Pi OS]]></media:text>
                                <media:title type="plain"><![CDATA[Image of Raspberry Pi running Raspberry Pi OS]]></media:title>
                                                    </media:content>
                                                    <media:thumbnail url="https://cdn.mos.cms.futurecdn.net/SdP5nSP5JGcyWEHT8pyAj-1280-80.jpg" />
                                                                                                                                                                    <content:encoded >
                            <![CDATA[
                            <article>
                                <p>While they may be tiny, <a href="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself" target="_blank" data-original-url="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself">Raspberry Pi</a> computers have had a gargantuan impact on the technology and education sectors in the short time they've existed. The original model kicked everything off in 2012 and the popularity of the wallet-sized, low-priced computer has grown every year since, with the recent launch of the third iteration of the computer, the <a href="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2" target="_blank" data-original-url="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2">Raspberry Pi 3</a>, giving sales a further boost.</p><p>Although it just looks like a motherboard, the Raspberry Pi needs an operating system (OS) just like any other fully-fledged computer, which is where Raspberry Pi OS comes in.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text">Raspberry Pi: Top projects to try yourself <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever" data-original-url="/hardware/33891/raspberry-pi-4-model-b-review-back-and-better-than-ever">Raspberry Pi 4 Model B review: Back, and better than ever</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/hardware/357599/raspberry-pi-400-review-the-ultimate-portable-pi" data-original-url="/hardware/357599/raspberry-pi-400-review-the-ultimate-portable-pi">Raspberry Pi 400 review: The ultimate portable Pi</a></p></div></div><p>The platform was first launched in 2012 under the Raspbian brand, and was run mainly by Mike Thompson and Peter Green with occasional input from the Raspberry Pi and Debian communities. It was originally an unofficial Debian Squeeze Wheezy distro.</p><p>Raspbian was then, in 2015, adopted by the Raspberry Pi Foundation as the official OS of the tiny PC, and rebranded in 2020 to Raspberry Pi OS. The name change was prompted by the fact that the underlying technology differed from the 64-bit OS that many commonly referred to as 'Raspbian'.</p><p>Although the OS is now known as Raspberry Pi OS, the Raspbian project that powers this deployment will continue. <a href="https://www.itpro.com/chromium/32681/what-is-chromium" target="_blank" data-original-url="https://www.itpro.com/chromium/32681/what-is-chromium">Much like Chromium</a>, there's a massive community that relies on the work of a small dev team to keep a highly popular product running, so let's take a deeper dive into the intricacies of Raspberry Pi OS.</p><h3 class="article-body__section" id="section-what-is-raspberry-pi"><span>What is Raspberry Pi?</span></h3><p>Raspberry Pi is the name of a range of highly successful microcomputers that pulls all of the essentials of a traditional PC onto a single, miniature chipboard. First launched in 2012, the Raspberry Pi has existed as a variety of models across multiple generations, starting first with the Raspberry Pi Model B.</p><figure class="van-image-figure pull-" data-bordeaux-image-check ><div class='image-full-width-wrapper'><div class='image-widthsetter' ><p class="vanilla-image-block" style="padding-top:56.25%;"><img id="kULjufLbzXg9pmmPhKXzxX" name="" alt="The Raspberry Pi 3 Model B" src="https://cdn.mos.cms.futurecdn.net/kULjufLbzXg9pmmPhKXzxX.jpg" mos="https://cdn.mos.cms.futurecdn.net/kULjufLbzXg9pmmPhKXzxX.jpg" align="" fullscreen="" width="" height="" attribution="" endorsement="" class="pull-"></p></div></div></figure><p>Each Raspberry Pi is designed to function like a <a href="https://www.itpro.com/hardware/355366/2030-vision-what-will-pcs-look-like-in-the-next-decade" target="_blank" data-original-url="https://www.itpro.com/hardware/355366/2030-vision-what-will-pcs-look-like-in-the-next-decade">modern PC</a>, only without a tower or laptop casing. Each board was built to contain a CPU, RAM, storage in the form of SDHC, visual output in the form of HDMI, dedicated audio in the form of a jack port, USBs for data transfer, an ethernet port, and a power port. Later versions also added ports for additional hardware components, such as cameras. Its creators managed to pack all of this onto a board just 86mm x 57mm in size.</p><p>The Raspberry Pi range is the work of the Raspberry Pi Foundation, a UK-based computer science charity with a mission of providing computing to everyone in the world. Its low price is a core tenet of the foundation, with the cost of each device remaining consistent at around £35. Its size also means it can be easily shipped across the world and applied to a wide variety of tasks, whether it’s used to support a child’s school project or used to power a network of CCTV cameras.</p><p>All you need to get started is an HDMI compatible monitor and a keyboard and mouse for input, although depending on how you use the Raspberry Pi, you may find you can ditch these entirely once established.</p><p>If you’re after a highly engaging, but also cost-effective, tool for introducing children into the world of coding, you won’t find anything quite as good as the Raspberry Pi.</p><p>To give you an idea of the sorts of things you can do with a Raspberry Pi device, check out our <a href="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself" target="_blank" data-original-url="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself">best projects hub</a>.</p><h3 class="article-body__section" id="section-download-and-install-raspberry-pi-os"><span>Download and install Raspberry Pi OS</span></h3><p>Being a Linux-based distro, the OS isn't limited to installs on Raspberry Pis - you can install Raspberry Pi OS on any typical computer fitted with an x86 processor. You can create a live disc, run it in a virtual machine or simply install on it a PC's hard drive.</p><div  class="fancy-box"><div class="fancy_box-title"></div><div class="fancy_box_body"><p class="fancy-box__body-text"><a data-analytics-id="inline-link" href="https://www.itpro.com/mobile/21862/raspberry-pi-top-projects-to-try-yourself" data-original-url="/mobile/21862/raspberry-pi-top-projects-to-try-yourself">Raspberry Pi: Top projects to try yourself</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/chromium/32681/what-is-chromium" data-original-url="/chromium/32681/what-is-chromium">What is Chromium?</a> <a data-analytics-id="inline-link" href="https://www.itpro.com/desktop-hardware/27763/raspberry-pi-4" data-original-url="/desktop-hardware/27763/raspberry-pi-4">The new Raspberry Pi 4 is “basically a PC”</a></p></div></div><p>Raspberry Pi OS can be downloaded from the Raspberry Pi Foundation's website for PC, Mac, or a range of other third-party operating systems. Those taking their first dive into the OS are encouraged to download the NOOBS package (new out of the box software) which provides an easy installer and some helpful tips.</p><p>To get the OS onto the Raspberry Pi, you'll be using an SD card. The SD card should have at least 8GB of storage or 4GB for Raspberry Pi OS Lite. There's also a third version, known as Raspberry Pi OS full, which comes pre-installed with productivity software. </p><p>The Raspberry Pi Foundation recommends an SD card rather than a USB or alternative as it's the most compatible with Raspberry Pis out of the box - unfortunately, that means you'll need an SD card reader fitted on your PC or laptop.</p><p>The class of the SD card isn't necessarily important in terms of how the OS will perform but in any case, the higher is usually better.</p><p>If using NOOBS, then the installer will do all the hard work for you, just follow the instructions. However, if you're downloading the ISO (advanced users) you will need to follow some extra steps.</p><p>Firstly, you'll need an image writing tool - the Raspberry Pi foundation recommends Etcher, which can be downloaded for free <a href="https://www.balena.io/etcher" target="_blank">from its website</a>.</p><ul><li>Download Etcher</li><li>Insert your SD card into the PC</li><li>Open Etcher and select the Raspberry Pi image (.img file)</li><li>Select the SD card on which you want the OS</li><li>Click 'Flash!' to begin writing the OS to the card</li></ul><p>And that's it, you can then insert the SD card into your device and start exploring what Raspberry Pi OS has to offer.</p><h3 class="article-body__section" id="section-the-history-of-raspbian-raspberry-pi-os"><span>The history of Raspbian / Raspberry Pi OS</span></h3><p>Since Raspbian's inception, there have been a few different versions released by the developers behind it. Because it's a Linux-based distro, it's easy enough to make modifications to it and release periodic improvements.</p><p><strong>Raspbian Wheezy</strong></p><p>The very first iteration of Raspbian was largely built upon Debian Wheezy and was officially supported by the Raspberry Pi Foundation in 2015. Wheezy is an unofficial port of Debian Wheezy armhf and prior to the official support, Raspberry Pis came pre-packaged with Debian Squeeze as the official OS but was eventually replaced with Raspbian Wheezy. This is because the developers behind Wheezy realised that Squeeze was used to support less-capable ARM devices which meant the Pi's CPU wasn't performing optimally during floating point-intensive applications, such as graphics programs.</p><p><strong>Raspbian Jessie</strong></p><p>Along with the regular security patches and under-the-hood improvements, Jessie brought some more noticeable features in too.</p><p>In a bid to make the Raspberry Pi not just cheap computers for education, but cheap computers in their own right, the Foundation made some small changes to make it feel more like a 'real' PC. For example, LibreOffice suite and Claws Mail were installed as standard so users could use word processors, create spreadsheets and manage their email from within Raspbian. Also, instead of booting to a Linux command line, Raspberry Pis booted to a Raspbian desktop GUI by default for the first time as a result of an update to the distro.</p><p>In September 2016, Raspbian Jessie with PIXEL was made available to those who wanted a GUI desktop. Using the somewhat forced acronym PIXEL (Pi Improved Xwindow Environment, Lightweight) desktop was the first time the OS received a GUI desktop when before it was just a Linux code screen - it even received a boot splash page like a proper OS too.</p><p>Performance indicators were also added. For example, when the Pi was being overworked in older versions, red and yellow pixels would appear in the screen. This was redesigned to show a lightning bolt to indicate undervoltage or a thermometer for temperature warnings.</p><p><strong>Raspbian Stretch</strong></p><p>Debian releases new official distros on a two-year cycle and, as Raspbian has always been based on Debian, it does the same, kind of. Stretch was released just before the two-year anniversary of Jessie, and like its previous version, the improvements made to Stretch were supposed to go largely unnoticed by the end user.</p><p>However, one of the more noticeable upgrades was to the onboard Bluetooth audio manager. Jessie used PulseAudio, but this was scrapped in favour of bluez-alsa as the former was clumsy and didn't do a great job of encoding different audio sources.</p><p>Stretch also brought with it a change to its base code layer following the discovery of a firmware vulnerability in <a href="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2" target="_blank" data-original-url="https://www.itpro.com/desktop-pcs/26315/raspberry-pi-3-model-b-review-2">Pi 3</a> and Pi Zero W wireless chipsets.</p><p><strong>Raspbian Buster</strong></p><p>Released two years and one month after Stretch, Buster introduced a set of changes and <a href="https://www.itpro.com/desktop-hardware/27763/raspberry-pi-4" target="_blank" data-original-url="https://www.itpro.com/desktop-hardware/27763/raspberry-pi-4">coincided with the launch of Raspberry Pi 4</a>.</p><p>The organisation admitted that "sadly" there were no significant functional changes between Buster and its predecessor, barring a number of security upgrades. However, Buster did include a host of upgrades to the overall look and feel of the OS as well as changes to elements of the user interface. This design overhaul, which brought the first major UI changes since Jessie, gave the OS a flatter and cleaner look.</p><p>Buster also introduced the Thonny Python development environment as the <a href="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer" target="_blank" data-original-url="https://www.itpro.com/business-strategy/careers-training/356640/how-to-become-a-python-software-developer">default Python editor</a>, rather than IDLE. This came alongside a series of minor functionality improvements, such as only showing the 'eject' icon for removing USB devices if there are devices to eject.</p>
                                                            </article>
                            ]]>
                        </content:encoded>
                                                </item>
            </channel>
</rss>