Bonum Certa Men Certa

Links 29/11/2021: NuTyX 21.10.5 and CrossOver 21.1.0



  • GNU/Linux

    • Desktop/Laptop

      • It’s Time More Linux Distros and DEs Become ‘Linus-Proof’

        The past few weeks have rattled the desktop Linux community.

        Popular tech YouTuber Linus, not Torvalds but Sebastian, decided to use Linux on desktop for a month. Linus Sebastian wanted to see if Linux has gotten to the point where it is user friendly enough that any tech nerd can pick it up and run? His focus was also on gaming on Linux because PC gaming is an area Sebastian covers a lot.

        That’s an interesting concept and many in the Linux community got excited because it was free publicity for desktop Linux to a wider tech audience.

    • Audiocasts/Shows

    • Kernel Space

      • How a performance boost in Linux kernel for one family of Intel chips slowed its latest Alder Lake processors

        The mixture of performance and efficiency CPUs in Intel’s 12th-gen Core processors, code-named Alder Lake, hasn’t just been causing problems for some Windows gamers – it almost led to complications for Linux.

        Phoronix’s Michael Larabel noticed a performance hit in the kernel a fortnight ago – in a work-in-progress release candidate, we should stress – and a fix for the scheduling code landed a little later. It turned out the kernel suffered on Alder Lake chips due to a performance-enhancing tweak for another Intel processor family: the multiple-Atom-core-based Jacobsville.

        This year, Intel officially canned its Lakefield chips. These consisted of a performance core called Sunny Cove as well as Atom-class efficiency cores dubbed Tremont. Crucially, there are still multi-Tremont-core embedded processors out there, such as Snow Ridge. These are server and infrastructure-oriented components with up to 24 cores.

        The first proposed cut of kernel 5.16, specifically 5.16-rc1, contained a revision to the scheduler that makes it aware that some clusters of cores share a block of L2 cache – as seen in Snow Ridge and Jacobsville.

      • Testing the Linux Kernel CephFS Client with xfstests

        I do a lot of testing with the kernel cephfs client these days, and have had a number of people ask about how I test it. For now, I’ll gloss over the cluster setup since there are other tutorials for that.

      • Major Rewrite Of Linux's FS-Cache / CacheFiles So It's Smaller & Simpler - Phoronix

        As part of David Howells of Red Hat long-term work on improving the caching code used by network file-systems, he today posted a big patch series rewriting the fscache and cachefiles code as the latest significant step on that adventure.

        Howells posted a set of 64 patches for rewriting the kernel's fscache and cachefiles code. Linux's fsache is a general purpose cache used by network file-systems while cachefiles is for providing a caching back-end for mounted local file-systems. The Red Hat engineer has been working on this rewrite for more than the past year.

    • Applications

      • System Monitoring Center is an Ideal Task Manager & Resource Monitor for Linux

        Graphically monitoring the system resources may not be the best experience on Linux. The system monitoring tool that comes baked in with your desktop environment might limit the details.

        For instance, GNOME’s system monitor does not display the CPU frequency and temperatures.

        In addition, the default system monitor applications available for Linux usually aim for simplicity instead of providing detailed insights.

      • Best Open Source Gantt Chart Software for Linux

        Gantt chart is the simplest way to assign resources, manage timelines, and visualize dependencies.

        It helps you to avoid confusion and cut unproductive events.

        With a glance, you can have all activities, allocated assets, and the scheduled dates of each.

        While a Gantt chart is a must for any complex project, in general, you need this project management tool...

    • Instructionals/Technical

      • So this is why Deepin requires so much disk space for installation – LinuxBSDos.com

        Deepin is a desktop Linux distribution with roots in China. It is based on Debian, but ships with its own graphical interface called Deepin Desktop Environment and a set of Deepin-developed tools to go with it. The last version I installed was from 2015, so since I’m gradually coming back to writing for this blog, I decided to test drive the latest edition – Deepin 20.3, which was released on Nov. 25.

        For me that means installing it in a virtual environment using VirtualBox. For such installations I typically assign the virtual disk 20GB of disk space. And so it was with Deepin 20.3. But that didn’t end well because at some point the installation failed, with the message shown in Figure 2: “You need at least 64 GB of disk space to install Deepin. To get better performance, 128 GB.”

      • 13 exercises to boost your Linux skills | Enable Sysadmin

        Work through this Linux fundamentals checklist to make sure you're ready for whatever comes your way at home, at work, or on certification exams.

      • BASH 01 - Script Basics | Linux.org

        This article is the first in a series of articles to cover Bash Scripting. More articles will follow which will build on each other, so make sure you look over each article. It is preferable to read the articles in order (which is why I will number them).

        Scripting is a very useful ability for someone using Linux. Making scripts is especially useful for Administrators. Everyone should benefit from Bash Scripting.

        Bash is the most common shell interpreter on Linux systems. When you open a Terminal, you are in an interactive shell environment. To verify that your system is using the Bash shell using the command: 'echo "$SHELL"'.

      • What’s the Difference Between Exposing and Publishing a Docker Port? – CloudSavvy IT

        Exposed and Published container ports are two different but related concepts in Docker. Exposed ports are defined in your Dockerfile as simple metadata. You must publish them when your container starts if you want to enable outside access.

      • How to set up high-refresh rate monitors on Linux

        Do you have a high refresh rate monitor? Are you running Linux? Can’t quite figure out how to change the refresh rate? We can help! Follow along with this guide as we go over how to change the refresh rate on popular Linux desktop environments!

      • How to Install pgAdmin 4 on CentOS 8 – NextGenTips

        In this tutorial guide, I will be taking through the installation of pgAdmin 4 version 6.2 on CentOS 8

        pgAdmin 4 is a free and open-source management tool for Postgres. Its desktop runtime written in NWjs allows it to run standalone for individual users, or the web applications code may be directly deployed on a web server for use by the web browser.

        pgAdmin 4 is a complete rewrite of pgAdmin, built using Python and Java.

      • How to Update to MATE Desktop 1.26 on Ubuntu 21.04

        Ubuntu MATE is a more retrospective version of Ubuntu, one that largely lets you continue using Ubuntu in the way it functioned over a decade ago. But despite how things may look, updates do continue to roll out for the MATE desktop environment that is Ubuntu MATE's namesake.

        The latest iteration is MATE 1.26. Here's how you can update the MATE desktop in Ubuntu 21.04 to the latest version.

      • How to Change a Users Shell in Linux - Unixcop the Unix / Linux the admins deams

        In this tutorial, we will show you how to change the shell of a user in Linux.

        The shell is a program that accepts and interprets commands. there are several shells such as bash, sh, ksh, zsh, fish and many other lesser known shells available on Linux.

        Bash is a Unix shell and command language for the GNU Project as a free software replacement for the Bourne shell. First released in 1989,it has been used as the default login shell for most Linux distributions.

      • How to use shutdown command with examples - Unixcop the Unix / Linux the admins deams

        “Shutdown” refers to the process of stopping and shutting down a computer or server. This involves cutting the power to the main components of the system using a controlled process. Applications are closed, active processes and protocols are saved to the hard drive, device drivers are removed, and user settings are saved in the process.

        There are several options to do so, including scheduling a shutdown at a specific time, shutting down immediately, broadcasting a unique message, and so on.

      • How to Install MySQL Database on Ubuntu 20.04 | RoseHosting

        MySQL is an open-source relational database management system (RDBMS), it’s widely used and part of the popular LAMP/LEMP stacks. The data is organized in one or more tables in which the data types may be related to each other and MySQL uses SQL Structured Query Language to manage its data.

        Considering its part of the LAMP/LEMP stack it is used by many database-driven web applications such as WordPress, Magento, Drupal, and Joomla.

        Today we will install MySQL on our server and create a database and user with chosen permissions on this database, let’s get started!

      • How to install deepin 20.3 - Invidious

        In this video, I am going to show how to install deepin 20.3

    • Games

      • The Trials And Tribulations Of SLA Printing A Portable Wii Handheld | Hackaday

        The G-Boy kit revolutionized the subculture around building portable home consoles, allowing an entire Wii to be crammed into a form factor the size of a original Game Boy. [Chris Downing] is no stranger to the field, and sourced a G-Boy kit of his own to build it to the best of his abilities. (Video embedded after the break.)

        However, he wanted to step up above the FDM-printed parts of the original kit. Thus, he contacted the kit developer Gman, who provided him with the 3D model files so he could attempt a higher-quality SLA print himself. [Downing] had some experience with SLA printing in the past with the Form 2, but found some unique challenges on this build with the Form 3.

      • Announcing CrossOver 21.1.0

        Hi folks,

        I’m thrilled to announce that we have released CrossOver 21.1 for macOS, Linux and Chrome OS!

        In addition to a suite of fixes for a variety of applications, CrossOver 21.1 also includes some pretty cool enhancements. We’re very excited about them, and we hope you will be too.

        Our big reveal for this release is much-awaited support for Grand Theft Auto V (including GTA Online) on both macOS and Linux. Starting with CrossOver 21.1, you can now run Grand Theft Auto V via either the standalone Rockstar Games Launcher or Steam.

      • CrossOver 21.1 Released With GTA V Support, Restores Outlook 2016 & 365 Support - Phoronix

        CodeWeavers is kicking off the new week by releasing CrossOver 21.1 for Linux, macOS, and Chrome OS users wanting to enjoy Windows games and applications.

        CrossOver 21.1 finally has working Grand Theft Auto V support (GTA Online is working as well) for both Linux and macOS. GTA V could already work with Steam Play's Proton but hadn't worked with CrossOver or upstream Wine. This CrossOver support works both via Steam or the standalone Rockstar Games launcher.

        CrossOver 21.1 also has a number of macOS-specific improvements, including support for macOS 12 "Monterey" and getting more Windows games working nicely on macOS.

      • Ubisoft encourages fans to show interest in 'Rainbow Six Siege' Steam Deck support

        On November 20, a Rainbow Six Siege fan shared a post on the Ubisoft discussion board asking about the possibility of Proton support for the game when the Steam Deck releases, as it runs a Linux-based operating system.

        “Recently, Steam has announced that BattleEye will work with proton on an opt-in basis from game developers,” said Garlic_Kasparov. “R6: Siege is definitely a game I want to play, but unfortunately can’t as I use Linux. This thread is to express concern and voice support for enabling Proton support for R6 Siege as I would love to see it be done.”

        Proton is the compatibility layer that allows Windows games to be run on a Linux device, and as the Steam Deck is Linux-based, Siege and several other games won’t be able to run properly without Proton.

    • Desktop Environments/WMs

      • GNOME Desktop/GTK

        • Dockeye – New Graphical App to Manage Docker Containers / Images in Linux | UbuntuHandbook

          Running applications via Docker in Ubuntu Linux? Dockeye is a free open-source tool to manage your containers and images via a graphical user interface.

          Dockeye is written in Rust programming language. It provides a dark UI (light mode is also available) that list Docker containers and images in tabs. For each container, it provides options to control start, stop, pause, and remove operations.

          User may also check the detailed information about a container, including ID, image, maintainer, labels, environment, network info, CPU, Memory and other system resource usage. And, app running log is available in tab for debugging purpose.

    • Distributions

      • New Releases

        • NuTyX 21.10.5 available with cards 2.4.140

          The NuTyX team is happy to announce the new version of NuTyX 21.10.0 and cards 2.4.138.

          The xorg-server graphics server version 21.1.1, the Mesa 3D library in 21.2.5, Gtk4 4.4.0 and Qt 5.15.2.

          The python interpreters are en 3.10.0 et 2.7.18.

          The XFCE desktop environment is updated to version 4.16.

          The MATE desktop environment is a 1.26 version .

          The GNOME desktop environment is also updated to version 40.1.1

          The KDE desktop environment is available in Plasma 5.23.3, Framework 5.88.0 and applications in 21.08.3.

          Available browsers are: Firefox 94.0.2, Chromium 96.0.4664.45, Epiphany 40.3, etc

          Many desktop applications have been updated as well like Thunderbird 91.2.0, Scribus 1.5.7, Libreoffice 7.1.5.2, Gimp 2.10.28, etc.

      • SUSE/OpenSUSE

        • Adaro Energy optimizes business efficiency with SUSE Ed: SUSE is shilling SAP's proprietary software as is typical]

          “The deployment of SAP S/4HANA on SLES for SAP Applications is an important step that provides real-time analytics for business insights throughout the enterprise, thereby aiding agile monitoring and decision making.” Eka Suharto Head of IT Adaro Energy.

        • SUSE joins the Graviton Launch | SUSE Communities

          AWS Graviton is an amazing technology. Custom built 64-bit Arm processors that helps to optimize price performance for a variety of cloud workloads running in Amazon EC2. Compared to general-purpose instances, Graviton delivers major cost savings for scale-out applications such as web servers, containerized microservices, data/log processing and much more.

      • IBM/Red Hat/Fedora

        • Workforce development – we’re leveling the playing field for good IT jobs

          I’m part of a grassroots team at Red Hat that came up with an idea to solve both problems at once. Introduced in August 2021, the Red Hat workforce development program allows colleges and universities to help non-degree seeking students, who may want to change careers, enter the IT industry via certification or get an IT certification.

        • How to build stronger teams in 2022: 10 must-read books | The Enterprisers Project

          The pandemic tested IT teams in entirely new ways and shed new light on the importance of taking care of employees’ very human needs in a difficult time. As former Best Buy CEO Hubert Joly recently wrote for the Harvard Business Review, that attention will shift to higher level needs like clarity, truth, connection, and growth.

          Leading and managing teams may take more nuance in this remade work environment, so we’re recommending ten books to help you build stronger teams for the days ahead, from better understanding (and even celebrating) the very human nature of teams to fostering high-performing teams in distributed environments to making the shift from team member to leader.

        • When the open source ecosystem thrives in the cloud: IT leader insights

          Software is eating the world and open source has become the default way to build software. Public cloud has accelerated the proliferation of open source technologies, and has led to an adjustment in both the enterprise procurement and monetization of software. After a few years of seismic realignment (the aftershocks are still reverberating through the ecosystem), we have reached a point where there are paths for software vendors to partner with or live in the marketplaces of the hyperscalers, says Jerry Chen, a venture capitalist at Greylock. Chen has a long history with open source - he was on the VMware team that made Cloud Foundry an open source project, and later funded Docker as a VC - and has written a series of articles called Castles in the Cloud. I recently spoke with him as part of Red Hat’s livestreaming show, In The Clouds.

        • Digital transformation: Are you working toward the right goals?

          For any digital transformation project to succeed, you need a well-laid-out road map, a clear objective, and bite-sized goals to mark the milestones. And it’s important to put those plans into action and measure their success against the pre-defined relevant metrics.

          The pandemic made the pace of digital transformation a key performance metric by making it urgent for enterprises to embrace and accelerate digital. Now it’s time to think beyond speed and measure the success of digital transformation against metrics that align with business goals.

          Here are five key digital transformation metrics that hold value for enterprises across industries.

        • Automating content management in Red Hat Satellite 6.9 with Red Hat Ansible Automation Platform: Planning the workflow

          There are hundreds of thousands of tasks required to administer a large fleet of servers. Automation can take some of the more mundane tasks off your plate. As an example, once you have built your Standard Operating Environment (SOE) and need to manage the care and feeding of it, you may want to run this through an automation pipeline to get the grunt work done while you are focused on more critical tasks.

          So let's look at automating the initial publication of our monthly content in Red Hat Satellite.

        • Red Hat Developer roundup: Best of November 2021 | Red Hat Developer

          November brought a full plate of new features written by developers working at Red Hat, and we are here to share the harvest. Keep reading for some of our reader's top picks and a few we really like, including updates for Red Hat Enterprise Linux 8.5 and Red Hat Enterprise Linux 9 Beta and developer guides to choosing your best Java garbage collector, building machine learning models in the cloud, bringing Kubernetes workloads to the edge, and so much more.

        • More Features Begin Lining Up For Fedora 36 - Phoronix

          With a few weeks having passed since the Fedora 35 debut, more feature work and planning around next spring's Fedora 36 are underway.

          Already accepted for Fedora 36 are some of the usual package updates that come as little surprise for living on the bleeding-edge. Among those updates are the likes of Autoconf 2.71, Java OpenJDK 17 as the system JDK, PHP 8.1, OpenSSL 3.0, and others.

          Some of the planned changes for Fedora 36 include using DNS-over-TLS where supported, replacing FBDEV kernel drivers with SimpleDRM, DNF/RPM copy-on-write enablement for all variants when running on Btrfs, and more. This Wiki page continues tracking the Fedora 36 changes that have been approved by the Fedora Engineering and Steering Committee (FESCo).

      • Canonical/Ubuntu Family

        • Ubuntu Weekly Newsletter Issue 711

          Welcome to the Ubuntu Weekly Newsletter, Issue 711 for the week of November 21 – 27, 2021. The full version of this issue is available here.

        • Launch Ubuntu Desktop on Google Cloud

          This tutorial shows you how to set up a Ubuntu Desktop on Google Cloud. If you need a graphic interface to your virtual desktop on the cloud, this tutorial will teach you how to set up a desktop environment just like what you can get on your own computer.

    • Devices/Embedded

    • Free, Libre, and Open Source Software

      • Best 8 Open-source Email clients for Android

        An email client app is responsible for accessing your email messages on the server from your device.

        Mail clients are available for desktop, or can even come in a self-hosted web-based form, which the user can install and use on their own servers local or remote.

        We have covered self-hosted email client apps and open-source email servers in previous articles.

      • Create your own YouTube alike website with MediaCMS

        MediaCMS is released as an open-source project under AGPL-3.0 License.

      • The Apache Weekly News Round-up: week ending 26 November 2021

        We're wrapping up another great week with the following activities from the Apache community...

      • Apache Month in Review: September 2021
      • SaaS/Back End/Databases

        • Top 13 Open-source SQLite Database clients and managers

          SQLite is an embedded lightweight database engine, first appeared 21 years ago and was released as an open-source project under the Public domain.

          It is widely used as a client-side database in the browser, for desktop applications, and mobile apps.

          Some web frameworks come with built-in support for SQLite, like Django (Python).

          SQLite is famously used by big enterprises like Adobe, Microsoft, Airbus, Apple, Google, and more.

          SQLite is part of Android and Google Chrome/ Chromium Web browsers.

        • PostgreSQL Weekly News - November 28, 2021

          Nordic PGDay 2022 will be held in Helsinki, Finland at the Hilton Helsinki Strand Hotel on March 22, 2022. The CfP is open through December 31, 2021 here

      • FSFE

        • Children‘s book published about software, skateboards, and raspberry ice cream

          Today, 29 November, O'Reilly Germany publishes the book "Ada & Zangemann - A fairy tale about software, skateboards and raspberry ice cream" written by FSFE President Matthias Kirschner and illustrated by Sandra Brandstätter, among other things, character designer for the series "Trudes Tier" from the show "Sendung mit der Maus".

          The famous inventor Zangemann lives in a huge villa high above the city. Adults and children alike love his inventions and are desperate to have them. But then something happens: when Zangemann once again wants to take a close-up look at his inventions during a walk through the cityand with a loud thud, a child riding a skateboard hits him in the shin! Enraged, the inventor makes a momentous decision... The clever girl Ada sees through it all. Together with her friends, she forges a plan.

      • Programming/Development

        • Automating Mobile Games With A Robot Arm | Hackaday

          My Singing Monsters is one of those mobile titles that has users play simple games to earn coins and gems in the usual way. [Anykey] found that his son was a fan of the game, but that sometimes it felt a little rigged. Thus, rather than waste time playing themselves, he set up a robot to do the job for them.

        • Dima Kogan: GL_image_display

          I just spent an unspeakable number of days typing to produce something that sounds very un-impressive: an FLTK widget that can display an image. The docs and code live here. The big difference from the usual image-drawing widget is that this one uses OpenGL internally, so after the initial image load, the common operations (drawing, redrawing, panning and zooming) are very fast. I have high-resolution images in my projects, and this will make my tools much nicer.

        • Anyone can compile open source code in these three simple steps | Opensource.com

          There are many ways to install software, but you get an option not available elsewhere with open source:

        • Perl/Raku

          • Rakudo Weekly News: 2021.48 Raku at FOSDEM 2022

            Good news from the FOSDEM organizers: there will be an online Raku DevRoom at FOSDEM 2022. Please stay tuned for more information on how to make sure you can get a presentation in. And of course, this should not prevent you from submitting a presentation to any of the other tracks to spread the word of the Raku Programming Language. Such as the Declarative and Minimalistic Computing track to name but one example.

          • gfldex: Symmetric code

            While reading Arne`s solution for Challenge #140.2, I spotted a nested simple loop.

    • Standards/Consortia

      • But Think Of The (World Wide) Users! | Hackaday

        History is full of stories about technology that makes sense to the designer but doesn’t really fit the needs of the users. Take cake mixes. In 1929, a man named Duff realized that he could capitalize on surplus flour and molasses and created a cake mix. You simply added water to the dry mix and baked it to create a delicious cake. After World War II General Mills and Pillsbury also wanted to sell more flour so they started making cakes. But sales leveled out. A psychologist who was a pioneer in focus groups named Dichter had the answer: bakers didn’t feel like they were contributing to the creation of the cake. To get more emotional investment, the cake mixes would need to have real eggs added in. Actually, Duff had noticed the same thing in his 1933 patent.

        It is easy to imagine a bunch of food… scientists? Engineers? Designers?… whatever a person inventing flour mixes in the 1930s was called… sitting around thinking that making a mix that only requires water is a great thing. But the bakers didn’t like it. How often do we fail to account for users?

  • Leftovers

    • Hardware

      • Wireless LEDs Aren’t Really Magic | Hackaday

        [Atomic14] bought some wireless LEDs that receive power from a base station. They were very neatly packaged, but — we like it — he took one apart and made his own versions. They may not look as polished, but they work and they are undeniably cool.

        The LEDs work by receiving power from an induction coil. Once you have power, lighting up an LED is no big deal. Reverse engineering found the transmitter sends 217 kHz into a 2.2 mH inductor. A capacitor resonates the coil and drives the attached LED.

        Some experiments found that the circuit could supply about 2 mA -3 mA of current. [Atomic14] used two LEDs to get work out of each half of the AC waveform. He also dissects the transmitter, so you could roll your own there, too.

    • Integrity/Availability

      • Proprietary

        • How to Search DuckDuckGo From the Linux Terminal [Ed: MakeUseOf irresponsibly suggests to GNU/Linux users that they use surveillance site and Microsoft proxy to search things; as if it's a geek's tool; DuckDuckGo is an elaborate scam, a privacy fraud, an expensive ploy that poisons sites with bribes]
        • Security

          • The other victims of FluBot: How cybercriminals exploit WordPress to distribute malware

            Netcraft has to date identified nearly 10,000 websites used in the distribution of the FluBot family of Android malware. As detailed in our previous articles on FluBot, these sites are unwittingly hosting a PHP script that acts as a proxy to a further backend server, allowing otherwise legitimate sites to deliver Android malware to victims. When visited by the intended victim, a “lure” is displayed that implores them to download and install the FluBot malware.

            The most common lure themes are parcel delivery and voicemail messages, where the user is told to install the malicious app to track a parcel or listen to a voicemail message. One particularly interesting lure took advantage of FluBot’s infamy, by offering a fake “Android security update” that claimed to protect against the malware family. Users installing this “security update” would instead be infected with FluBot.

          • A masterclass in responding to vulnerability disclosure: The Buddi app and tracker | Pen Test Partners

            The Buddi tracker https://www.buddi.co.uk/ is used for tracking elderly and vulnerable people. It’s a GPS/GSM-based clip-on device that reports wearer position to an app via a platform. It means that the wearer can easily be found by their carer or the emergency services, should they become lost and unable to make their own way home. The device also features a panic button that automatically calls their carer and allows the wearer to speak to them.

            The device is popular in the care market, allowing the wearer a greater degree of independence and the ability to live independently for longer. The business behind Buddi has recently listed successfully on the UK AIM stock market (AIM:BIG), reflecting significant growth in the tracking markets in both UK and US.

          • Security updates for Monday

            Security updates have been issued by Debian (bluez, icu, libntlm, libvorbis, libvpx, opensc, roundcube, and tar), Fedora (kernel, kernel-headers, kernel-tools, puppet, slurm, stargz-snapshotter, and suricata), openSUSE (netcdf), Oracle (bluez, kernel, kernel-container, krb5, mailman:2.1, openssh, python3, and rpm), Red Hat (samba), and SUSE (xen).

          • Cyber Security Today, Nov. 29, 2021 – Ikea under phishing attack, evasive JavaScript loader discovered and malware found hiding in Linux calendars [Ed: Linux is a kernel, it does not do "calendars"]

            Ikea under phishing attack, evasive JavaScript loader discovered and malware found hiding in Linux calendars.

          • Awesome Linux Tools: Lynis from CISOfy - Invidious

            In this episode of Awesome Linux Tools, the spotlight is on Lynis - a really awesome utility you can use to get a better understanding of the overall security hygiene of your server. In this video, Jay will show you how to install it, and also how to run an audit.

          • CronRat Magecart malware uses 31st February date to remain undetected | IT PRO

            Security researchers have discovered a Linux-based remote access trojan (RAT) that uses an unusual stealth technique to remain out of sight from security products.

            The malware, dubbed CronRat, hides in the calendar subsystem of Linux servers (“cron”) on a non-existent day, 31 February, according to a blog post by security researchers at Sansec.

          • Privacy/Surveillance

            • Personal data bill not enough to protect citizens' rights: Advocacy group | Business Standard News

              A proposed legislation does not prioritise the rights of Indians over their data in the public and has instead expanded to areas beyond its ambit and without sufficient consultation, senior executives at digital rights organisation Access Now have said.

              The Personal Data Protection (PDP) legislation--in the making since 2018—will be tabled in Parliament’s Winter Session beginning Monday. Reports and dissent notes filed by the members of the Joint Parliamentary Committee (JPC) deliberating the Bill suggest several changes from its initial draft in 2019. Social media seems to have been included in the legislation.

              “Based on the reports so far and the details shared by MPs involved in the process, it is clear that this is not currently the Privacy and Data Protection law that India needs. The current draft does not adequately protect people's right to privacy and autonomy or enable strict accountability, particularly from the government,” said Raman Jit Singh Chima, Asia Pacific Policy Director and Senior International Counsel, and Namrata Maheshwari, Asia Pacific Policy Counsel, at Access Now.

    • Defence/Aggression

      • NSO blacklisting: It is time for the US to end its Cold War ways | Privacy | Al Jazeera

        On November 3, the United States Department of Commerce announced it was blacklisting the Israeli technology firm, NSO Group. The decision to add the company to a list of entities engaging in activities contrary to US national security or foreign policy interests was momentous.

        In its press release on the subject, the commerce department noted: “[there is] evidence that these entities developed and supplied spyware to foreign governments that used these tools to maliciously target government officials, journalists, businesspeople, activists, academics, and embassy workers. These tools have also enabled foreign governments to conduct transnational repression, which is the practice of authoritarian governments targeting dissidents, journalists and activists outside of their sovereign borders to silence dissent. Such practices threaten the rules-based international order.”

    • Misinformation/Disinformation

      • India's parliamentary panel calls for a regulator for Facebook, Twitter, South Asia News & Top Stories - The Straits Times

        An Indian parliamentary panel has recommended setting up a regulator to oversee social media companies including Facebook (now known as Meta) and Twitter, and make them liable for posts by unverified accounts.

        The recommendation comes as Facebook is facing scrutiny over its role in the 2020 Delhi riots, even as new allegations emerge about the company’s troubles in its largest market.

        The high-level parliamentary committee made those recommendations on Monday, asking for tighter rules to treat them as publishers, and for personal data to come under better protection, Bloomberg reported.

    • Digital Restrictions (DRM)

      • Samsung Bricks Smart TVs

        Earlier this Fall, a Samsung warehouse in South Africa was robbed and the thieves got away with a quantity of smart televisions. Samsung proceeded to implement a little-known feature called “TV Block” which is installed on all of their TV products. The serial numbers of the stolen TV sets are flagged in their servers, and if one of these sets tries to connect the internet in the future, it will recognize that it is stolen and proceed to brick itself, disabling all television functionality.

        So while this real-life scenario makes sense, it is a bit alarming to realize the implication of such a feature — the manufacturer can reach into your TV and disable it from afar. One can assume that Samsung won’t abuse this capability, because acting otherwise would harm their reputation. In a press release, Samsung announced that any consumers whose sets were incorrectly bricked can have their sets un-bricked after demonstrating proper ownership.



Recent Techrights' Posts

The Goal of Coopetition Assumes You're Friends
it will never work with Microsoft
Seductive Mirage or Allure of Complex, Proprietary Coffee Machines (or Similar White Elephants)
Software is a lot like those things
Hate Mail From Anonymous Cowards
if this persists, we'll need to escalate
Informal Open Letter to the Lawyer of the Microsofters (on Who's Funding the SLAPPs Against Techrights)
Whenever I ask about the funding they try to change the subject and act all aggressive
Microsoft Lunduke is Just Provoking People for Provocation's Sake
Be forewarned and remember where this guy came from: Microsoft
 
Sales of Windows on PCs (Windows Licences) Go Down
Microsoft has a big problem in its hands
The Hype That Microsoft and The Register MS (Among Others) Promote Helps Stage DDoS Attacks on Free Software Sites
Microsoft is, to put it bluntly, pure evil
Links 09/08/2025: Putin Allegedly to Visit Alaska (Which He Deems Part of Russia), Mike Tyson Sued for Copyright Infringement
Links for the day
Slopwatch: Linux Journal, LinuxSecurity, and Google News With Its Slopfarms of Choice
SEO spam, made with LLMs
Follow the Money: The Register MS Gets Paid to Promote "Hey Hi" Ponzi Scheme/Hype, Some Fake 'Articles' Might Be Composed by LLMs Already
paid to promote slop
Gemini Links 09/08/2025: Rethinking Aliases and Posting on Gopher vs. the Web
Links for the day
Links 09/08/2025: Apollo 13 Astronaut Jim Lovell Dies, Slop Future Bleak
Links for the day
After Shutting Down Studios, Divisions, Applications (e.g. Skype) Microsoft is Also Shutting Down 'Apps'
Cuts all around as layoffs persist this month, Microsoft tries to get many people to resign, and debt skyrockets
Most of Geminispace Can Probably Fit on a CD-ROM or a DVD (the Textual Part)
If one excludes very large capsules and ones that contain non-textual contenty
Eventually UEFI 'Secure Boot' Will be Dropped (Users Will Demand Its Removal and Boycott Its Pushers)
we expect OEMs will just listen to users
The Register MS: We Know Slop is a Bubble and Mindless Hype, But We Get Paid to Participate
Call out the culprits
There Are Probably Over a Million Pages in Geminispace
there are two many limitations which merit a mention when it comes to assessing magnitude
Besieged by Plagiarists Who Play With LLMs and Image Fusions
We really need to exercise or use our collective voice to oppose Serial Sloppers
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, August 08, 2025
IRC logs for Friday, August 08, 2025
Gemini Links 09/08/2025: Water Painting and Political Violence
Links for the day
Slopwatch: LLM Sloppers in Google News, LinuxSecurity, and More
they also perpetuate some falsehoods as the LLMs lack any comprehension
Links 08/08/2025: China King of Plastics and US Dictator Plans to Meet Russian Dictator
Links for the day
Gemini Links 08/08/2025: Cracking a Family Member's Password and Overdose of Slop
Links for the day
Red Hat's Latest Talent Hunt, Day Ahead of Mass Layoffs, is Yet Another Microsoft Executive
Red Hat will apparently commence mass layoffs early this coming Monday
Links 08/08/2025: "Quit Facebook" and High Cost of Microsoft/Windows Shown Again ("BlackSuit")
Links for the day
Good Morning, Readers of The Register MS
Things The Register MS could (but does not) cover this morning
Why Gemini Protocol Has a Bright Future
Maybe Gemini Protocol's promise becomes more appealing as the Web turns to slop and bloat
It's a Lot Easier to Participate in the Unethical System Than to Oppose Injustices in It
Going after powerful and high-budget interests is never easy
Microsofters Filed Two SLAPPs Against Us, Now They Cannot Keep Up With Judges' Orders
For over 4 months already their facilitator in London has been under investigation by British authorities because of what's being done to my wife and I
Censorship Regarding Red Hat Layoffs
Talk about this? They'd rather not.
Struggling to Cut Costs, Microsoft Continues Shutting Down and Cancelling Stuff This Month
There are August layoffs at Microsoft
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Thursday, August 07, 2025
IRC logs for Thursday, August 07, 2025
Fake 'Linux' Articles, Written by Bots to Take Traffic Away From Real Articles
LLM slop helps replace information with junk or misinformation
When Google's Googlebombing of "Gemini" Was Not Enough; They Now Also Googlebomb "Gemini Space"?
We know GAFAM not only worries about Gemini Protocol but also attempts to 'infiltrate' Geminispace
The Register MS Promotes Microsoft Slop, Assumes All Readers Use Microsoft Windows
Microsoft really dominates the site
Gemini Links 08/08/2025: KDE/Qt Development and What's Missing From "Retro"
Links for the day
Links 07/08/2025: US Punishes India Instead of Russia, Attacks Law Firms to Prevent Scrutiny
Links for the day
Read Us in Geminispace as Well
it's definitely a lot simpler than using a Web browser
Once a Site About BSD and GNU/Linux, and After Months of Silence, LinuxBSDos.com Comes Back Only as a Slopfarm
very frustrating
Links 07/08/2025: Hardware Wars, Mass Recall of Colgate Total Clean Mint, More Microsoft Holes Found
Links for the day
Gemini Links 07/08/2025: "Right To Manage" and LoRa Analysis
Links for the day
For the First Time in a Month OSI's "OpenSource.org" Blogs and It's Basically a Microsoft Blog Post (Microsoft Controls OSI)
For the first time in a month OSI writes something and it is Microsoft propaganda composed by a Microsoft-salaried operative
Microsoft, Already Borrowing 3 Billion Dollars a Month, is Trying to Cause Many People to Resign
MSN (i.e. Microsoft) and others openly admit it
GAFAM 'Says' is Front Page "News"
The point of journalism is to check and assess facts, not parrot what people and companies merely claim
Links 07/08/2025: Apple Makes False Promises, More Trouble for Microsoft
Links for the day
OSS Didn't Always Mean Open Source Software
"oligarchs all the way down"
The Register MS Does More Microsoft Sez or GitHub Sez (Says) Pieces
60 minutes ago
They Want Activists to Just Barely Walk and Eat, Not Do Activism Anymore
It's sort of like the ending of '1984'
Quit Perpetuating the Narrative of Gemini Protocol 'Dying' (It's False)
The "whisper campaign" against Gemini Protocol
Criticising Social Control Media in Social Control Media
Many people are quitting Social Control Media (fewer of them announce this in public)
Non-Free JavaScript Programs in Banks Aren't Even the Biggest Problem
Technology was supposed to make life easier; in practice, however, for most of us the opposite effect can be observed
Slopfarms Are Typically Fake News
Slopfarms typically relay falsehoods
Gemini Links 06/08/2025: Replacing a Pocket Watch and Buying in Bulk
Links for the day
IBM is Obliterating Fedora
"Fedora releases were shipping with an increasing number of bugs on launch day even while I was using it for a several year stretch."
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Wednesday, August 06, 2025
IRC logs for Wednesday, August 06, 2025