-
FIPS 140-3 certified modules now available for Ubuntu 22.04 LTS
We are pleased to announce that the cryptographic modules for Ubuntu 22.04 LTS (Jammy Jellyfish) have been certified by NIST’s CMVP and are now available for use. This is great news for anyone operating within the US Federal and Defense sectors or providing online services to the US Government. You can enable FIPS 140-3 using…
-
Ubuntu available in Microsoft’s new WSL distribution format
We are happy to announce that Ubuntu on Windows Subsystem for Linux (WSL) is now available in Microsoft’s new tar-based distribution architecture. Ubuntu has been a widely used Linux distribution on WSL, offering a familiar development environment for many users. This new distribution architecture for WSL will make adoption easier in enterprise environments by enabling…
-
The role of FIPS 140-3 in the latest FedRAMP guidance
There’s good news in the US federal compliance space. The latest FedRAMP policy on the use of cryptographic modules relaxes some of the past restrictions that prevented organizations from applying critical security updates. There has long been a tension between the requirements for strictly certified FIPS crypto modules and the need to keep software patched…
-
How to reduce data storage costs by up to 50% with Ceph
Canonical Ceph with IntelⓇ Quick Assist Technology (QAT) Photo by Mathieu Turle on Unsplash In our last blog post we talked about how you can use Intel® QAT with Canonical Ceph, today we’ll cover why this technology is important from a business perspective – in other words, we’re talking data storage costs. Retaining and protecting…
-
LibreOffice 25.2 Released, This is What’s New
LibreOffice 25.2 has been released, this year’s first major update to the leading open-source office software for Windows, macOS, and Linux. As you’d expect, the update delivers a sizeable set of changes spread throughout the productivity suite, including notable UI changes, accessibility improvements, and more important interoperability buffs to support cross-suite workflows. It’s important to…
-
AWS renews MTCS Level 3 certification under the SS584:2020 standard
Amazon Web Services (AWS) is pleased to announce the renewal of the Multi-Tier Cloud Security (MTCS) Level 3 certification under the SS584:2020 standard in December 2024 for the Asia Pacific (Singapore), Asia Pacific (Seoul), and United States AWS Regions, excluding AWS GovCloud (US) Regions. This achievement reaffirms our commitment to maintaining the highest security standards for our global…
-
Installing Ubuntu on WSL in Windows 11 is Now Easier
Windows Subsystem for Linux (WSL) user? If so, you will be pleased to hear that Ubuntu is now available in Microsoft’s new tar-based distro format — no need to use the sluggish Microsoft Store. Canonical announced the news today, noting that “the new tar-based WSL distro format allows developers and system administrators to distribute, install,…
-
How AWS Network Firewall session state replication maximizes high availability for your application traffic
AWS Network Firewall is a managed, stateful network firewall and intrusion protection service that you can use to implement firewall rules for fine grained control over your network traffic. With Network Firewall, you can filter traffic at the perimeter of your virtual private cloud (VPC); including filtering traffic going to and coming from an internet…
-
Firefox 135 Brings New Tab Page Tweaks, AI Chatbot Access + More
Right on schedule, a new update to the Mozilla Firefox web browser is available for download. Last month’s Firefox 134 release saw the New Tab page layout refreshed for users in the United States, let Linux go hands-on with touch-hold gestures, seeded Ecosia search engine, and fine-tuned the performance of the built-in pop-up blocker. Firefox…
-
List top 10 CPU using processes in Linux
With the help of the following command, you can easily find top 10 processes that are consuming high CPU resources on any Linux system. ps is the default command available in most of Linux operating system that provide details about processes in system. ps -eo pid,cmd,%mem,%cpu –sort=-%cpu | head Output will print top 10 processes…