October 16, 2024

154news

Latest Hot News

January 26, 2024 | Ubuntu MATE

Raspberry Pi: Hands-on with Kali, openSUSE, Fedora and Ubuntu MATE Linux – ZDNet

It has been nearly two years since I tried Fedora, Manjaro and Ubuntu MATE on the Raspberry Pi 2 & 3, and there have been a lot of changes since then. Most for the better, such as the introduction of the Pi 3B+, but a few for the worse, such as the end of the Manjaro Pi development. So I think it’s time to take a fresh look at this.

But, first, why would anyone even want to do this, when Raspbian Linux is available, free, and supports all the special features, quirks and capabilities of the Raspberry Pi hardware?

Well; the most common reasons seem to be that users want to work with a “familiar” distribution, meaning one that they are already using on a PC, such as Ubuntu. Another common reason is that companies have “standardized” on a specific version of Linux for servers, desktops and laptops; this is frequently the case with SUSE and Fedora, for example. Yet another reason might be a specific use of the Raspberry Pi; for example, Kali Linux for penetration testing. Finally you might just be curious (or masochistic) like me, and want to see how (or if) all of this works together.

So, I have taken what I consider to be the four best-known or most popular Linux distributions which have Raspberry Pi ports available, and tried them out on a few of my Raspberry Pi systems. One thing that I am doing differently this time is that I have limited my testing to the Raspberry Pi 2 and 3 (including the 3B+). I learned the last time that even if you could get something running on a Pi Zero or 1, the performance was just too bad to be worthwhile.

Ubuntu MATE

Let’s get the bad news out of the way first. Ubuntu MATE seems to be stuck at version 16.04 LTS. That’s well over two years old now. When it first came out, I assumed (well, hoped) that it would be updated along with the regular Ubuntu releases every six months. That didn’t happen when 16.10 came out, so I then hoped that it would at least be updated to the next LTS release. Alas, that also didn’t happen when Ubuntu 18.04 LTS came out.

SEE: How to build a successful developer career (free PDF)

It has, at least, gotten the point-updates for 16.04, but even those have not been incorporated into new distribution images. So if you get the image from the Ubuntu MATE Downloads page now, what you actually install is 16.04.2, and you then have to try to update from there.

Oh, and before I forget to mention it, the Ubuntu MATE distribution images will not boot on a Pi 3B+. This is a “known problem”, because the boot code is different, and since the distribution images haven’t been updated, that’s not a big surprise.

Ubuntu MATE on Raspberry Pi 3B

Image: J.A. Watson

Anyway, after booting the distribution image on a Pi 2 or 3B, you need to update it to at least get to the latest 16.04 version. Unfortunately even that is difficult, because the update process complains about not having enough space in the /boot partition, and there is no room to increase the size of that partition. Sigh. The simplest work-around that I could find was to move the start_*.efi files from /boot to /root, which frees up enough space; then run the update, which takes an hour or so, then move those files back to /boot. Yeah, I know, it’s pretty ugly.

By this time my patience was wearing pretty thin — I’m not a big Ubuntu fan anyway, and this was just turning into one problem after another, with a very limited payoff even if everything works. Which it didn’t. The Welcome screen crashes, for example. It finally came up, and I could confirm that it was running 16.04.5 LTS, which is at least the latest version of 16.04. Then I tried to run Firefox, and even that crashed. Grrrr. Ok, I’m ready to give up on this now.

One last bit of bad news… it still doesn’t boot in a Pi 3B+. Yes, I know that it might be possible to fix this but honestly, there’s just no point. If you absolutely, positively have to run Ubuntu on your Raspberry Pi 2 or 3B, it is still possible. Sort of.

Moving on to the good news…

Kali Linux

My original impetus in doing this was seeing an article about Secure Kali Pi 2018. I’m a huge fan of Kali Linux, so this really interested me. I wrote about Kali on the Raspberry Pi previously, and was quite pleased with it then, so I wanted to see how much they have improved it since that time. I was not disappointed.

The only thing that is a bit confusing about the Kali Pi distribution is figuring out exactly which version you want to download. You have to go through the Kali Linux Downloads page, then from there to the Kali Arm Images page, then expand the Raspberry Pi Foundation section. There are eight images there, and it’s not always easy to figure out which one is for what Pi model, what display, what other tools or configurations might be included… in my honest opinion, it’s a bit of a mess, and at least some explanation of what each download is for would be a tremendous help.

SEE: Inside the Raspberry Pi: The story of the $35 computer that changed the world (cover story PDF) (TechRepublic)

Anyway, after some significant head-scratching and tracking down various terms and references, I settled on the one called Kali Linux Raspberry Pi 2 and 3. That looks very obvious when I just write it here like that, but then you look around and see that there is also one called Kali Linux RaspberryPi 2 and 3 Hyperpixel, and another called Kali Linux RaspberryPi 2 or 3 without nexmon… well, hyperpixel is a specific touch-screen display for the Pi, and I don’t want to use that in this case, and nexmon has to do with monitoring and manipulating the Broadcom WiFi chip. I don’t really care about that either, but the “without” version looks like it might be a Pi 2 version, and I don’t want to have trouble booting on the 3B+, so that’s why I settled on the one I did. I hope.

The download is in xz compressed format, so to uncompress and dump it to an SD card you can use this (on a Linux system):

xzcat kali-linux-2018.3-rpi3-nexmon.img.xz |

dd bs=4M of=/dev/sdX iflag=fullblock oflag=direct status=progress

openSUSE Tumbleweed on Raspberry Pi 3B Plus

Image: J.A. Watson

The LXQt version has a rather ugly/boring desktop wallpaper, so I have replaced that with the standard openSUSE wallpaper.

Performance is once again surprisingly good, although a tad slower than Kali when starting apps and such. Wired and wireless networking are no problem, but I couldn’t get Bluetooth to work, no matter what I tried (and I tried a lot).

Installing updates was no problem, and even though the installation image was dated 20181018, there were a lot of them… well, this is Tumbleweed so no surprise there either.

Where Kali is a penetration-testing focused distribution, openSUSE is a general purpose Linux distribution, and it comes equipped accordingly. Both Firefox and Chromium are included, as is Thunderbird; GIMP and Shotwell, Pragha and Videos, and just about anything else I could think of. The only obvious thing not included was LibreOffice, and that’s more likely because I downloaded the LXQt version, not because of the Raspberry Pi target system.

openSUSE Leap 15.0

Although I was specifically looking for the Tumbleweed version, I found that the openSUSE Raspberry Pi 3 page also contained links for Leap 15.0 (the current Leap release) and Leap 42.3 (the previous Leap release). Please don’t ask me to explain about the version numbers, they don’t make much sense to me either.

I figured while I was there I would give it a whirl as well. The procedure started off the same; download, uncompress, dump to a microSD card, pop the card into the Pi 3B+, and… oops. It wouldn’t boot. It produced the classic “blinking LED” symptom which means that the boot files haven’t been updated for the 3B+. So I swapped the card over to a plain 3B, and it booted just fine.

Fedora 29 LXDE on Raspberry Pi 3B Plus

Image: J.A: Watson

I went back to the Fedora 29 Beta distribution tree, and this time went to Spins instead of Workstation, and picked up the LXDE version (there are also LXQt, Xfce, MATE and KDE versions there). The same utility dumped it to the SD card, and this time it booted and came up reasonably well, although still noticeably slower than openSUSE (and much slower than Kali).

The first time you boot any of the Fedora images you are taken to the final screen of their anaconda installer, where you can configure the timezone, root password, user account and network info. Once that is done, the boot process continues to the normal login screen. One thing you don’t get to do during the initial boot is configure the keyboard layout, so if you have a non-U.S. keyboard you’ll have to configure that after you login. The easiest way I have found to do that with the LXDE desktop is to add the Keyboard Layout Manager to the LXDE panel, and then use that to add the appropriate layout and delete the default (U.S.) layout.

At this point I was ready to declare Fedora 29 on the Raspberry Pi 3B+ usable — but I still want to know a couple of other things. First, how does it do on the original Model 3B and on the 2B? That turned out to be easy enough to find out, and pretty much what you would expect. The 3B is noticeably slower than the 3B+, but still usable if you are determined and patient. The 2B is, in my opinion, just too slow. It really struggles, with long delays, when you try to do anything at all.

I was also interested in the other desktops, so I went back to the Fedora distribution tree; by this time, the final ISO images for Fedora 29 were up. The LXQt image seems to have disappeared, I don’t know if this is intentional or if it might still show up before release. I downloaded the Xfce spin, and tried that on the 3B+. Unfortunately it is much too slow, and it seems to have some pretty serious rendering problems (several icons in the panel were just blank boxes, for example).

My advice for Fedora on the Raspberry Pi is that if you really need/want/must use it, either due to strong personal preference (loyalty) or commercial requirements, it can be done — but make sure you’re using a Pi 3B+ to run it and only try to use the LXDE desktop.

Overall I’m pretty pleased with these results, the situation is certainly a lot better than it was the last time I looked at this. Let’s just hope things keep moving in the right direction.

RECENT AND RELATED COVERAGE

Raspberry Pi: Hands-on with the updated Raspbian Linux

I have installed the new Raspbian 2018-10-09 release from scratch on some systems, and upgraded existing installations on others.

Kali Linux for Vagrant: Hands-on

The developers at Kali Linux have released a Vagrant distribution of their latest version. Here is a look at that release – and at the Vagrant tool itself

Hands-on with MX Linux: A pleasant, easy-to-install Linux distribution

MX Linux is a descendant/spin-off from Antix and MEPIS Linux. I want to see what it is like to install and run on both UEFI and MBR laptops.

Hands-on with Linux Mint Debian Edition 3 Beta

The long-awaited LMDE update is finally (really) on the way!

Linux phone battery bug: Purism’s Librem 5 delayed until April 2019

Purism gave its Librem 5 phone an updated SoC, but found it has a battery-draining bug that’s delayed production.

A $10 Raspberry Pi alternative? La Frite packs Pi-like specs into low-cost Linux board (TechRepublic)

The $10 La Frite comes close to matching some key specs of the $35 Pi 3 B+, while trimming other features to slash the price.

How to start your smart home: Home automation, explained (CNET)

Starting a smart home doesn’t have to be scary. Here are the basics.

January 26, 2024 | Emmabuntus

“Exciting News: Introducing Emmabuntüs Linux Debian Edition in Honor of Ian Murdock – Stay Informed with Softpedia”

npressfetimg-138.png

Introducing Emmabuntüs Debian Edition 8 Beta: The Ultimate Linux Operating System Dedicated to Education.

Renowned developer Patrick Emmabuntus has just released the latest beta version of his highly anticipated Emmabuntüs Debian Edition. This new release is a tribute to Ian Murdock, the founder of Debian Project, made even more special by its use of the lightweight Xfce desktop environment. With the Debian 8.3 operating system as its backbone, Emmabuntüs Debian Edition 8 Beta is a powerhouse of educational features and tools.

Experience Incredible Speed and Efficiency with Emmabuntüs Debian Edition 8 Beta.

While retaining its signature sleek appearance, Emmabuntüs Debian Edition 8 Beta boasts even faster performance than its predecessor. Based on the highly praised long-term supported Xubuntu 14.04 (Trusty Tahr) distro, this new edition is perfectly suited for low-end computers. And with the latest software packages included, there’s no limit to what you can achieve.

Get Ready for a Revolutionary Learning Experience with Emmabuntüs Debian Edition 8 Beta.

In his recent email to Softpedia, Patrick Emmabuntus announced the launch of the new Emmabuntüs Debian Edition in Beta release. Currently, this version is only available for 32-bit computers, but the wait is well worth it. Get ready to enjoy a whole new level of learning and discovery with Emmabuntüs Debian Edition 8 Beta.

What’s New in Emmabuntüs Debian Edition 8 Beta?

As a Debian-based system, Emmabuntüs Debian Edition 8 Beta deviates from its predecessor, Emmabuntüs 3, in certain aspects. For instance, the Mozilla Firefox and Mozilla Thunderbird have been replaced by their libre counterparts, Iceweasel and Icedove. This version also introduces new tools like BleachBit, Paquets, Florence, and Hedgewars.

Experience the Best in Linux Education with Emmabuntüs Debian Edition 8 Beta. Download now!

Source: https://news.google.com/rss/articles/CBMid2h0dHBzOi8vbmV3cy5zb2Z0cGVkaWEuY29tL25ld3MvZW1tYWJ1bnQtcy1kZWJpYW4tZWRpdGlvbi1hbm5vdW5jZWQtZGVkaWNhdGVkLXRvLXRoZS1tZW1vcnktb2YtaWFuLW11cmRvY2stNTAwNDU1LnNodG1s0gEA?oc=5

January 26, 2024 | Proxmox

“How to Switch the Primary NIC on Proxmox VE After Installing a New Interface – ServeTheHome”

npressfetimg-137.png

“Maximize Your Proxmox VE Efficiency: A Step-by-Step Guide to Changing Your Primary NIC for Increased Performance”
Proxmox VE Change: How to Optimize Network Interfaces and Boost Your System’s Speed
In this tutorial, we will show you how to effortlessly change the primary network interface card or NIC for your Proxmox VE system. Whether you need to adjust due to configuration changes or add a new NIC, this guide will make the process quick and easy. With our expert tips and tricks, you can ensure that your Proxmox VE performs at its best.
How to Change Your Proxmox VE Primary NIC When Adding a New Interface

Here’s the scenario: You have a multi-interface system with two 2.5GbE NICs and two SFP+ NICs. During installation, Proxmox VE automatically configures a Linux Bridge (vmbr0) with the interface enp87s0 as the primary NIC. But what happens when you add more NICs? Don’t panic, we’ve got you covered. Follow our guide to effortlessly adjust your primary NIC and keep your system running smoothly.
Proxmox VE with Four Network Interfaces Using Enp87s0 as Linux Bridge
Proxmox VE Still Uses /etc/network/interfaces: Here’s How to Edit It

Proxmox VE still relies on the /etc/network/interfaces file for networking. To make changes, simply type “nano /etc/network/interfaces” in your command line and you’ll be able to view and edit the network interfaces, including vmbr0. It’s that easy.
Proxmox VE Enp87s0 Link Check: How to Ensure Your Connection Is Up and Running
If you want to double-check that your link is active, simply use the command “ethtool enp87s0.” This will show you your connection speed and that there is an active link. Piece of cake.
Adding Chaos to the Mix: What If You Install Multiple NICs?

In the unlikely event that you add multiple NICs, enp87s0 will still be listed as part of the interface bridge. However, the interface with the cable connected will be renamed. This causes an issue because Proxmox VE will answer requests on port 8006 using the IP address associated with the Linux bridge, which is now using a different interface name. But don’t worry, we have a simple solution.
Proxmox VE Enp95s0: A Link Between the Bridge and Your Physical NIC
In this case, our NIC was renamed to enp9s5s0. But with the help of ethtool, we can see that this is still a linked 2.5GbE NIC. Crisis averted.
Fixing the Problem: How to Change Proxmox VE’s Linux Bridge and Get Your Web Interface Up and Running Again
To fix this issue, you can go to the console via IPMI or locally and use “nano /etc/network/interfaces” to change the Linux bridge vmbr0 to the new NIC name, enp9s5s0. After using the “service network restart” command, the web UI will once again be accessible. Easy as pie.
Proxmox VE Change: Simple Solution for a Common Problem
For many new Proxmox VE users, a NIC name change can be a major headache. But with our simple fix, you can get back to running your system smoothly in no time. And remember, always have console access when making any changes for added security.
Boost Your Proxmox VE Efficiency
Don’t let a small issue like NIC changes slow down your Proxmox VE system. Follow our guide for a quick and easy solution, or check out our guide on changing the primary IP address for more helpful tips. With Proxmox VE, you can have a high-performing system without all the headaches.

Source: https://news.google.com/rss/articles/CBMiZGh0dHBzOi8vd3d3LnNlcnZldGhlaG9tZS5jb20vaG93LXRvLWNoYW5nZS1wcm94bW94LXZlLXByaW1hcnktbmljLXdoZW4tYS1uZXctaW50ZXJmYWNlLWlzLWluc3RhbGxlZC_SAQA?oc=5

January 26, 2024 | Proxmox

“Exploring Backup Options: Veeam Considers Proxmox as Alternative to VMware, Raising Concerns for Broadcom Buyers – The Register”

npressfetimg-136.png

“Veeam eyes Proxmox as a potential VMware alternative”
“Uncovering the Exciting Possibilities of Veeam’s Proxmox Backup Software”

Veeam’s Proxmox Backup Software: A Game-Changer in the World of VMWare Alternatives
Taking the Backup Game to the Next Level: Veeam’s Proxmox Research
Breaking News: Veeam set to Shake up VMWare with Proxmox Alternative
Protect Your Data like Never Before: Veeam Explores Proxmox as VMWare Disappoints
Is Proxmox the Future of Backup? Veeam Seems to Think So.

Source: https://news.google.com/rss/articles/CBMiRGh0dHBzOi8vd3d3LnRoZXJlZ2lzdGVyLmNvbS8yMDI0LzAxLzIyL3ZlZWFtX3Byb3htb3hfb3JhY2xlX3N1cHBvcnQv0gFIaHR0cHM6Ly93d3cudGhlcmVnaXN0ZXIuY29tL0FNUC8yMDI0LzAxLzIyL3ZlZWFtX3Byb3htb3hfb3JhY2xlX3N1cHBvcnQv?oc=5

January 26, 2024 | deepin

deepin Linux V23 can replace Windows 11 on your PC – BetaNews

If you are dissatisfied with Windows 11 or macOS, and intrigued by Linux, deepin, a distro from China, could be a great choice to switch to. It’s one of the most beautiful operating systems around, and sports a well-designed user interface.

The newest version of that operating system, deepin V23 Beta, is now ready to be downloaded. This updated version of deepin comes with a number of new features including DDE changes, terminal, cross-version upgrades, and application compatibility.

The changelog is as follows:

New Features

DDE

  • Added entry for internal testing channel in Control Center > Update > Update Settings > Internal Test Source Update.
  • Support for obtaining and displaying system update logs when updating to internal testing or official versions.
  • Added support for hardware devices, allowing Wi-Fi to be used as a hot spot.
  • Optimized the display of information in the System Information interface of Control Center.
  • Modified the Account-Avatar module and added 2D, 3D, and animal avatars.
  • Optimized the display of system plugin content in the taskbar, reducing the display of unnecessary plugin icons.
  • Improved user perception animation after manually setting the time.
  • Optimized the logic of application icon placeholders when collecting applications in window mode.
  • Added Wayland desktop environment (technology preview, please use with caution).

Terminal

  • Supports setting the animation display time for “Thunder God Mode” in the terminal.
  • Supports full-screen operation using the F11 shortcut key.
  • Supports adjusting text size using the “ctrl + mouse wheel” shortcut key combination and managing its disablement.
  • Supports setting the number of historical rollback lines.

Upgrade Tool

20.9 users upgrade please download the system upgrade tool application from the store

  • Support cross-version upgrade for V20 version;
  • The upgrade process supports upgrading evaluation of the existing hardware environment;
  • Support online or image import for two upgrade methods;
  • Support comparative evaluation of the upgraded application ecology in the online environment;
  • Support system version rollback after system upgrade.

Application Compatibility

  • Added support for the installation and operation of V20 applications;
  • new support for the adaptation of Android containers to the 6.1 kernel, which ensures the documentation of Android applications running under the 6.1 kernel;

Other

  • Integrated with a brand-new 6.1 kernel;
  • Integrated with the docker.io container tool compilation dependency package;
  • Reintroduced the N-card proprietary driver installation option during installation;
  • Updated fcitx5, fcitx5-qt, and kcm-fcitx5 to the latest upstream version;
  • Added the fcitx5-frontend-qt6 package, supporting the qt6 frontend;
  • The repository is updated with docker container tools;
  • The repository is integrated with podman container tools;
  • Upgraded KDE software packages to version 5.90;
  • Updates to 6.1 kernel configuration files to support specific amd platform audio devices;

Bugs Fixed

  • Fixed the issue where right-clicking on the deepin Store icon in the plugin area did not bring up the main window.
  • Fixed the issue where selecting the deepin Store option in the right-click menu of the taskbar icon did not open the application window after upgrading to version 1.0.20 of deepin Store.
  • Fixed the issue where right-clicking on deepin Store in the taskbar opened both deepin Store and the deepin Store right-click menu simultaneously.
  • Fixed the issue where files in the recycle bin did not automatically restore and clear after dragging them to the desktop.
  • Fixed the issue of memory overflow and blank interface in File Manager after invoking it with JavaFX.
  • Fixed the issue where the shortcut icon changed to a gear icon after moving it to a folder.
  • Fixed the error prompt indicating that the source file does not exist when dragging a file from the search results page after performing a keyword search.
  • Fixed the issue where the application icon was not present in the color identification category after adding color identification to the icon.
  • Fixed the issue where the SMB popup dialog did not display completely when the font size was set to 20 in an English environment.
  • Fixed the issue where opening a compressed file on the desktop with the “Archive Manager” did not allow dragging files from the Archive Manager to the desktop.
  • Fixed the issue where selected compressed packages were mistakenly deleted when using keyboard shortcuts in Archive Manager.
  • Fixed the issue where memory was still occupied after copying files to a portable hard drive.
  • Fixed the issue of failed installation of NVIDIA drivers on the 6.1 kernel.
  • Fixed the problem where the KVM firmware in the virtual machine could not recognize the UEFI module.
  • Fixed the issue where there was a delay in response when clicking on the application, launcher, or power options on the taskbar after deleting a newly created account.
  • Fixed the issue where devices could not connect properly when enabling two personal hotspots.
  • Fixed the issue where clicking for the second time on the network plugin panel did not close it.
  • Fixed the abnormal display of the password modification interface when the account password has expired.
  • Fixed the issue where the login interface could not switch to the expected lock screen interface.
  • Fixed the elliptical state of the video playback button icon in the lock screen interface.
  • Fixed the black border around the user list box in the login interface.
  • Fixed the issue where the wireless network list in the Control Center did not automatically refresh.
  • Fixed the issue of jagged display of rounded corners in various components.
  • Corrected the incorrect size and color of the category text for the left side in the launcher’s small window mode.
  • Fixed the issue where the number of application icons displayed was incorrect in the grouping mode under full-screen mode.
  • Fixed the misalignment of application group icons in the grouping mode under full-screen mode.
  • Optimized icon loading logic to avoid page and list scrolling issues caused by icon loading.
  • Fixed the issue where the background color of the window was displayed incorrectly when opening the application group in full-screen mode.
  • Fixed the issue of blurry icons for mode switching buttons in the launcher’s small window mode.
  • Fixed the issue of no color in the print preview pages.
  • Fixed issues with button icons, display size, blurriness, and display errors.
  • Fixed the problem of music and email application icons not coexisting in the system tray.
  • Fixed the issue where the Linglong app could not be opened by clicking on the notification for new notifications.
  • Fixed the incorrect display of the icon in the process of File Manager in the System Monitor.
  • Fixed the issue where the CPU information was displayed incorrectly when the model name of the CPU was empty on some models.
  • Fixed the issue of incorrect directory navigation when opening the location of a command in the system monitor after opening the browser.
  • Fixed the issue where the toolbar style in the whiteboard was displayed in white color under the dark theme.
  • Fixed the issue where the notification center couldn’t automatically hide when it lost focus.
  • Fixed the problem of some models not recognizing NVIDIA graphics card drivers.
  • Fixed the issue where setting wallpaper didn’t take effect.
  • Fixed the problem where application icons couldn’t be dragged to the taskbar for pinning.
  • Fixed the issue where the background became transparent when renaming a file, resulting in unclear display of the file name.
  • Fixed the issue of missing default configuration options for standard fonts and monospaced fonts in Control Center – Personalization.
  • Fixed the problem of blurry icons in the notification center’s widgets when the scaling factor was set to 1.25.
  • Fixed the issue where the welcome video didn’t pop up when entering the system for the first time after installing a new image.
  • Fixed the problem where video files were opened by the gallery application by default.
  • Fixed the issue where some applications couldn’t be opened again after being opened and closed.
  • Fixed the issue where uninstalling an application by right-clicking on it in the launcher interface didn’t work.
  • Fixed the problem where some users couldn’t enter the login interface during system startup.
  • Fixed the issue of the microphone not working on Lenovo ThinkBook 14 G4+.
  • Fixed the problem where the title bar height setting didn’t take effect.
  • Fixed the issue of screen flickering when the system automatically locks the screen and wakes up to the lock screen after the display is turned off.
  • Fixed the problem of failing to add a printer manually using the IP lookup method.
  • Fixed the issue of the “Log out immediately” button on the notification banner not responding after adjusting the screen scaling.
  • Fixed the problem of the clipboard not being invoked by keyboard shortcuts on the desktop.
  • Fixed the issue where switching icon options using keyboard arrow keys in the launcher’s full-screen mode was not smooth.
  • Fixed the problem of the taskbar crashing after recording a screen and moving the mouse after the recording ended.
  • Fixed the limitation of the first partition having to be Boot or Root.
  • Fixed the issue where reusing an existing read-only EFI partition was allowed during Ventoy installation.
  • Fixed the installation failure when multiple swap partitions existed.
  • Fixed the issue of browser and WPS sharing the same icon position on the taskbar.
  • Fixed the problem where the browser icon appeared in the recent usage area and the two browser icons were different when the browser was docked to the taskbar.
  • Fixed the issue of disorderly sorting of newly downloaded apps in full-screen mode.
  • Fixed the problem where newly downloaded apps were not displayed at the front when downloading apps from the app store without opening the launcher in window mode.
  • Fixed the incomplete display of the prompt message box for the launcher button in efficient mode.
  • Fixed the incomplete display of date and time information when hovering the mouse over the date and time in efficient mode.
  • Fixed the issue where the prompt message was obscured when placing the mouse over the recycle bin icon on the taskbar in efficient mode.
  • Fixed the problem of blank space in the plugin area after adding or removing plugins following screen recording completion.
  • Fixed the issue of being unable to connect to a hotspot in Wpa/Wpa2 mode.
  • Fixed the issue where the launcher in full-screen mode couldn’t recognize newly downloaded apps for search and display.
  • Fixed the problem of the text editor not working after adjusting the screen scaling.
  • Fixed the issue where the login interface didn’t scale properly and the login box and avatar had abnormal proportions after installing the system for the first time.
  • Fixed the issue of a white screen on the secondary screen when setting the wallpaper in dual-screen extended mode.
  • Fixed the abnormal display when adding keyboard layouts.
  • Fixed the issue where the bookmark file icon style didn’t change to a web file icon style after exporting bookmarks using the browser.
  • Fixed the problem of File Manager freezing and becoming unresponsive when accessing the location of a file sent to the desktop from an SMB server after disconnecting from the network.
  • Fixed the issue where some icons displayed as jagged icons after restoring all shortcuts from the recycle bin.
  • Fixed the incorrect display of the “Delete File” item in the shortcut key preview panel when using the shortcut “Ctrl+Shift+?”.
  • Fixed the problem of adding a color indicator to a desktop app icon that doesn’t exist in the color indicator categories.
  • Fixed the issue of memory overflow and a blank File Manager interface after invoking the file manager with JavaFX.
  • Fixed the lagging issue in the file manager when replacing a file with the same name in an SMB server folder.
  • Fixed the issue where dragging files from File Manager to the search results page prompted that the source file doesn’t exist.
  • Fixed the memory leak issue when copying large files from File Manager to a removable hard drive.
  • Fixed the problem where using the shortcut key to delete a selected compressed package in Archive Manager actually deleted the extracted folder.
  • Fixed the inability to extract compressed files by dragging and dropping.
  • Fixed the issue where moving desktop app shortcut icons into a folder resulted in the shortcut icon changing to a gear icon.

Known Issues Include:

  • After installing the system using advanced installation with UEFI + XFS format for the root partition, unable to enter the system normally.
  • When mounting SMB services and disconnecting all networks, the logout and subsequent login with desktop loading takes a long time.
  • After successfully creating LVM partitions and installing the system, unable to edit LVM partitions again in advanced installation.
  • Backup and restore applications do not support the XFS file system.
  • The built-in browser of the system cannot play Weibo videos.
  • When playing music with the Linglong Music software and enabling the LRC interface, the CPU usage is high.
  • Failed to perform a custom installation of V23 alpha 2 for dual systems with Windows 10.
  • Firefox browser is not displayed in the Default Programs section of the Control Center.
  • Some users experience shadows appearing in the corners of the desktop environment interface.
  • After disabling the effects mode, some software interfaces have black thick borders around them.
  • Shutdown sound effects cause white noise when shutting down or restarting the computer.
  • Even after installing open-vm-tools, copying content between the virtual machine and the host system is not possible.
  • In the Control Center’s Time and Date panel, there is an extra “version” word in the description under the automatic synchronization configuration for time settings.
  • In the fcitx configuration interface, some functional buttons are not clear under the dark theme.
  • Some models experience long delays during shutdown or restart.
  • Moving the mouse or typing on the keyboard generates excessive amounts of logs.
  • When opening documents or spreadsheets with LibreOffice 7.5.1, the taskbar icon is displayed abnormally.
  • The screenshot and screen recording icons on the taskbar cannot be hidden.
  • After launching the latest version of Linux QQ, two QQ icons and a close button appear in the upper left corner of the screen.
  • On some models, when using the new version of Linux QQ, a residual dialog box appears in the upper left corner of the desktop.
  • After clicking the small arrow to collapse the program in the lower right corner of the taskbar, the color does not automatically restore. When hovering over the arrow, the color disappears, and it reappears when moving away.
  • Third-party application windows’ rounded corners and themes do not change according to the system settings.
  • In Wayland mode, the taskbar is displayed on top of the lock screen and shutdown screen.
  • The system shuts down when there is a large noise on the shutdown sound effects are blocked by default.

If you want to download deepin V23, you can grab an ISO here. Should you replace Windows 11 with deepin today? Well, maybe not if you’ve never used Linux. Before making any decisions, you should try deepin first to make sure sure it fully meets your needs. The team also warns, “This version is not the final stable version of some user feedback problems, we will continue to repair in subsequent versions, please wait patiently.”

Image Credit: Wayne Williams

January 26, 2024 | ReactOS

“Enhanced x64 Port of ReactOS, the Revolutionary Open-Source OS, Continues to Make Strides – Phoronix”

npressfetimg-135.png

“Unleash the Power of ReactOS x64: Progress in 25 Years of Compatibility”
Join the revolution and support ReactOS as it strives for 25 years of compatibility with Microsoft Windows software and drivers. Without the support of ads, this site wouldn’t have been able to thrive for 19+ years. We work tirelessly to ensure only clean and relevant ads are shown, but we are quick to remove any pesky ones. Want an ad-free experience while still supporting our work? Consider upgrading to Phoronix Premium.
Experience the Advancements of ReactOS: A Newsletter of Recent Achievements
Though we haven’t released a new version since 2021, our progress never stops. Our focus on quality over quantity has shifted our release cadence, but we promise a substantial update in the near future. And the x64 port of ReactOS is making significant gains – now booting without crashes and operating with minimal hiccups. See it in action with our featured screenshots.
Breaking Barriers: ReactOS x64 Continues to Advance
Though it currently lacks support for x86 applications, ReactOS x64 is pushing forward and reaching new heights. Join the x64 revolution and see the limitless possibilities of this open-source operating system. For more updates on ReactOS, check out our latest newsletter.

Source: https://news.google.com/rss/articles/CBMiOGh0dHBzOi8vd3d3LnBob3Jvbml4LmNvbS9uZXdzL1JlYWN0T1MteDY0LUltcHJvdmluZy0yMDIz0gEA?oc=5

January 26, 2024 | Arch

“Master the Art of Installing Arch Linux Without Compromising Your Sanity – ZDNet”

npressfetimg-134.png

“Say Goodbye to Installation Woes: Installing Arch Linux with Ease”

Installing Arch Linux: Simplified for a Confident Linux User

The Ultimate Guide to Installing Arch Linux: No More Frustration and Confusion

Source: https://news.google.com/rss/articles/CBMiU2h0dHBzOi8vd3d3LnpkbmV0LmNvbS9hcnRpY2xlL2hvdy10by1pbnN0YWxsLWFyY2gtbGludXgtd2l0aG91dC1sb3NpbmcteW91ci1zYW5pdHkv0gFeaHR0cHM6Ly93d3cuemRuZXQuY29tL2dvb2dsZS1hbXAvYXJ0aWNsZS9ob3ctdG8taW5zdGFsbC1hcmNoLWxpbnV4LXdpdGhvdXQtbG9zaW5nLXlvdXItc2FuaXR5Lw?oc=5

January 26, 2024 | Arch

“Arch Linux Adopts Dbus-Broker as Primary D-Bus Daemon – Leading the Way in Efficiency and Reliability”

npressfetimg-133.png

“Say Goodbye to Slow and Unreliable D-Bus on Arch Linux with Dbus-Broker as the Default!”

Join the ranks of the elite with Arch Linux’s latest move to improve performance and reliability. With Dbus-Broker as the new default D-Bus implementation, experience lightning-fast response times and seamless systemd integration. No more pesky ads and support the continued maintenance of our 19+ year old site with our ad-free Phoronix Premium option. Keep your support alive while enjoying a clean and hassle-free browsing experience.

Source: https://news.google.com/rss/articles/CBMiNGh0dHBzOi8vd3d3LnBob3Jvbml4LmNvbS9uZXdzL0FyY2gtTGludXgtRGJ1cy1Ccm9rZXLSAQA?oc=5

January 26, 2024 | TrueNAS

TrueNAS SCALE Apps Improve NAS Flexibility – StorageReview.com

With the launch of TrueNAS SCALE 22.12.2 earlier this year, there is clear intent by the iX team to talk a little more to the enterprise. Some of the upscaled messaging comes via new hardware systems and support for managing NVDIMMs and improvements in HA and replication features. But another major push has come around application support, making TrueNAS SCALE Apps a much bigger deal.

With the launch of TrueNAS SCALE 22.12.2 earlier this year, there is clear intent by the iX team to talk a little more to the enterprise. Some of the upscaled messaging comes via new hardware systems and support for managing NVDIMMs and improvements in HA and replication features. But another major push has come around application support, making TrueNAS SCALE Apps a much bigger deal.

iX shipped over a new Mini R, configured with TruNAS SCALE, and asked us to poke around a little to see what we thought of the improved App catalog and integrations.

TrueNAS SCALE Bluefin, version 22.12.2, introduces a new set of Apps in the TrueNAS Catalog. These Apps are categorized into three trains based on their support and maintenance levels. The “Community” train consists of Apps contributed by either iXsystems or the community, with iX reviewing and moderating changes but not providing direct support.

The “Official” train contains Apps regularly tested and maintained by TrueNAS engineers, with significant issues addressed promptly. Apps from the “Community” train may move to the “Official” train if they prove to be high-quality and widely used.

The “Enterprise” train is exclusive to TrueNAS Enterprise appliances and includes Applications with enterprise-grade functionality, thoroughly tested, maintained, and documented for critical use cases. Software vendors can contact iXsystems to discuss including their Apps in this train.

As to the underlying hardware,  the TrueNAS Mini R is a larger rackmount NAS within the Mini family; more information can be found on the TrueNAS website.

While physically larger than the other Minis, the TrueNAS Mini R uses that footprint for storage. The 2U short-depth server offers 12x 3.5″ SATA storage bays that can be used with a mixture of SSDs and HDDs. The system starts at $1848 and is pretty configurable depending on customer needs.

Features TrueNAS Mini R
Chassis 12 Bay Enclosure – Office Quiet Design: 45dB idle, 52dB peak
Drive Bays 12 x SATA 3.5” Hot-Swappable Drive Bays (Optional 3.5″ to 2.5″ adaptors available)
Maximum Raw Capacity Up to 216 TB
CPU Octa-core C3758 Intel CPU
Memory 32GB DDR4 with ECC (Upgradeable to 64GB)
RAID OpenZFS: Stripe (RAID0), Multi-Disk Mirror (RAID10), Parity RAIDZ1 (RAID5), RAIDZ2 (RAID6), and RAIDZ3 (triple-parity)
Disk Management Hot-Swappable Drives, Bad Block Scan + HDD S.M.A.R.T, ISO Mounting Support, Hardware-Accelerated Disk Encryption
Network Standard: 2 x RJ45 1/10GBaseT Ethernet LAN ports Dedicated RJ45 IPMI Port (Remote Hardware Management) 2 x SFP+ 10G Add On Card (Optional)
USB Ports 1 x USB 3.0 Port (Rear) 2 x USB 2.0 Ports (Rear)
Read/Write Cache (Optional) Boost performance by adding a dedicated, high-performance read cache (L2ARC) or by adding a dedicated, high-performance write cache (ZIL/SLOG)
PCIe Expansion 1 x PCI Express 3.0 x 4
Power Supply 100V to 240V AC, 50/60 HZ, Single Phase
Power Consumption (Maximum) Diskless: 63W, With drives & 10G Add-on-card: 167W
Power Management Remote Power-On/Off (IPMI), UPS Signal Response and Alerts
User Control Interface Web Browser and Remote Hardware Management (IPMI)
Dimensions (W x D x H) 17.2″ x 21″ x 3.5″ / 437 × 533 × 89mm
Weight (no drives) 18.7lbs / 8.5Kg
Limited Warranty 1-Year Warranty Included—optional 3-Year Warranty for purchase. Software Warranty requires registration at portal.ixsystems.com.
Accessories Basic Setup Guide; 2 x bezel keys; bag of HDD screws; 2 x 7 ft cat6 copper cable; Bezel; 4 x Adhesive Rubber Feet; Short Rail Kit: 19″ to 26.6″ rackmount depth; Optional Long Rail Kit available: 26.5″ to 36.4″ rackmount depth

TrueNAS SCALE on the Mini R gives enough power to run a fully deployed ZFS share with the ability to run several containers. While the CPU on this is not geared to be a powerhouse (Intel Atom CPU C3758 @ 2.20GHz), it is an eight-core eight-thread chip with a 16MB L2 cache.

It is a 14nm chip based on intel Denverton first launched in Q3 of 2017 that sips power with a 25W TDP—it does have (and fully utilizes) DDR4 ECC RAM. Our review unit is set up with 64GB. To fulfill the need for faster processing and acceleration, TrueNAS requires a substantial amount of RAM and may require up to 5GB per TB to perform de-duplication. The minimum is 8GB of RAM with up to eight drives, and add 1GB for each drive above eight. It’s best to consider 16GB or 32GB as the norm for a basic deployment.

Our experience was that the CPU was more than adequate to run TrueNAS and keep up with several containers and even some virtual machines.

TrueNAS SCALE still offers all of the ZFS and sharing functionality of TrueNAS CORE while adding new support for containerized apps through Docker and the curated Apps catalog.

We even got a full install of Windows Server 2022 to install and function in the virtualization space. Admittedly it was a bit rougher than a more mature hypervisor.

We found that the drivers for Windows Server 2022 needed to be loaded off a separately mounted ISO, but it integrated well with the onboard resources and was online immediately.

TrueNAS SCALE Apps

TrueNAS SCALE apps are very similar to those supported by TrueNAS CORE. Selecting the app from the list and deploying it is about the same as the TrueNAS CORE deploy and manage experience.

We tried deploying “Home Assistant” and “Grafana,” and it is as simple as pick, click and deploy.

Once launched, it displays the port number of the running application, and you can log in through a browser on the network. We simply had to open a browser, enter the IP address of the NAS and port number of the application, and each new application greeted us with a config and setup screen.

This was an almost identical experience to CORE and very similar to many other mainstream NAS offerings.

However, What is new is the ability to add containers not listed in the app list. Deploying Docker containers was straightforward if you have some experience with Docker.

SCALE allows you to deploy a Docker container by selecting “Launch Docker Image” under apps and configuring it right through the GUI. This is not, however, as straightforward as using the app repository and requires browsing the Docker Hub repository (https://hub.docker.com/search?q=) for an image. This is more suited to an intermediate user with some container experience (Docker or Kubernetes).

Entering the Docker repository name and configuring it from the drop-down menu in the GUI was nice, but if this is your first time out with Docker—the GUI does not hold your hand, and you will need to consult the knowledge base.

Removing unneeded containers is simple; select the container to remove and click remove.

iX Mini R Performance

While we were primarily interested in checking out the TrueNAS SCALE Apps catalog and integration, we wanted to push the Mini R a bit on the performance side to see how it handles itself. For this review, our unit was equipped with 4x 1.9TB iX SATA SSDs and 8x 10TB WD Red Plus HDDs. Our unit also included the upgraded 64GB RAM footprint.

We touched on the flash performance inside our iX Mini R review unit. We configured two RAIDZ2 storage pools, each with compression enabled but without deduplication turned on. We looked at both external performance over the 10GbE connection and internal performance when the storage was presented to a Server 2022 VM running on the system.

Our enterprise shared storage and hard drive benchmark process preconditions each drive into steady-state with the same workload the device will be tested with under a heavy load of 16 threads with an outstanding queue of 16 per thread and then tested in set intervals in multiple thread/queue depth profiles to show performance under light and heavy usage. Since NAS solutions reach their rated performance level very quickly, we only graph out the main sections of each test.

Preconditioning and Primary Steady-State Tests:

  • Throughput (Read+Write IOPS Aggregate)
  • Average Latency (Read+Write Latency Averaged Together)
  • Max Latency (Peak Read or Write Latency)
  • Latency Standard Deviation (Read+Write Standard Deviation Averaged Together)

Our Enterprise Synthetic Workload Analysis includes four profiles based on real-world tasks. These profiles have been developed to make it easier to compare to our past benchmarks as well as widely-published values such as max 4k read and write speed and 8k 70/30, which is commonly used for enterprise drives.

  • 4K
  • 8K (Sequential)
  • 128K (Sequential)

Starting with 4K random read performance over 10GbE to our four SSDs in RAIDZ2, we measured 3,545 IOPS read and 1,017 IOPS write.

Next, we moved to our 8k sequential read and write test, where we measured just over 16k IOPS read and 14.9k IOPS write.

Finally, in our 128k sequential transfer test, we measured 972MB/s read and 738MB/s write over the wire.

To measure the performance of the storage internal to the box, without the overhead of Ethernet, we used CrystalDiskMark inside the VM running on the built-in hypervisor. Here we measured 811MB/s read, and 425MB/s write with a 1M sequential transfer workload.

There’s a lot to explore in the TrueNAS SCALE Apps catalog, and for the most part, it’s easy to work with, especially for those familiar with TrueNAS SCALE. There are other spots, though, where it’s easy to get lost in the weeds. Certainly the community will want to continue creating documentation and guides for users that want to explore outside of the enterprise and official app trains.

It’s also great to see optimized hardware like the iX Mini R. With the shift to Linux and the power of ZFS, and the ability to host containers and VMs, this is a capable device for SMBs with the versatility to expand in the future. The continued combined growth of the software platform, with more enterprise hardware and data services support and the increasing variation in hardware platforms, are all good steps forward for TrueNAS generally and SCALE specifically as iX continues to push further up the enterprise IT stack.

TrueNAS SCALE Apps User Guide

Engage with StorageReview

Newsletter | YouTube | Podcast iTunes/Spotify | Instagram | Twitter | TikTok | RSS Feed

January 26, 2024 | MakuluLinux

LinDoz Returns With Advanced AI To Revamp the MakuluLinux Lineup – LinuxInsider

LinDoz, a sidelined MakuluLinux distro that made an ideal Windows-to-Linux crossover, welcomes the new year with artificial intelligence and virtual camera powers.

I spent the last few weeks working with a pre-final release version of this returned-from-the-shelf distro. The developer sent me an even more awesome final version just days before the new LinDoz was scheduled to hit the download servers.

MakuluLinux developer Jacque Montague Raymer had paused LinDoz over developmental issues caused by constant upstream changes in the Cinnamon desktop environment. With those issues resolved within the Cinnamon developer community, he decided to bring it back.

This re-release of LinDoz reflects the distribution’s mantra of “always pushing boundaries.” My hands-on experience with the beta versions assures that the return will not disappoint, even if the notion of AI-powered Linux seems scary.

So far, AI has not been an integral part of Linux, Windows, or Mac operating systems. In some OSes, AI is accessible via limited applications and web browsers without being built into the desktop core. That is what makes LinDoz so special.

Raymer first dabbled in AI with the release of the MakuluLinux Max distro in June. I have been a fan of the various evolving MakuluLinux releases since the distribution’s creation in January 2019. The introduction of AI in Raymer’s newest distro — Max — impressed me.

Raymer’s innovative customizations, such as buffering the Cinnamon desktop with AI-driven features, make the new LinDoz an irresistible Linux experience. His clever tweaking of AI and the virtual webcam features are too much to ignore.

These two concepts already exist in the MakuluLinux Shift and Max distros. Still, their more advanced development and expansion here will be the primary attractions for new users to this uniquely different Linux operating system.

Raymer’s approach to integrating AI into the Linux desktop is an interesting story. First, let’s take a quick overview of LinDoz.

Desktop Enhancements

At first glance, the Cinnamon desktop appears familiar but is modified with the addition of the Conky calendar and system monitoring views. These enhancements give the desktop a non-traditional Cinnamon appearance.

The underlying theme of LinDoz has always been to give users a familiar MS Windows look and feel as they transition to the Linux OS. Depending on how much of a Windows style you want, you can select from a variety of appearance options to suit your comfort zone.

Selecting theme appearance options and other desktop display alterations is fast and simple.


Bundled with the default applications is Winetricks to run Microsoft Windows programs. Also included is the PlayOnLinux app that runs with Wine to play your favorite Windows games and run Microsoft Office apps.

One major change is Raymer’s decision to use Microsoft Edge as the default web browser. He sees more Linux users switching to Edge over Google Chrome.

Raymer also considered Edge’s lower resource drain and its use of the Bing search engine to be improvements over the Chrome browser, despite both being based on the same underlying code.

A third reason for his switching to the Edge browser is Microsoft’s AI-powered Copilot built-in — the real-time intelligent assistance application launched as Bing Chat in February.

Noteworthy Design Alterations

The bottom panel is transparent until you open an application full screen. Unmaximize it, and the panel returns to its transparent look.

The one element LinDoz lacks by design is an office suite. You can add your suite of choice, but you might not need one.

LinDoz has the Linux gedit text editor along with the standalone Google Docs, Sheets, and Presentations. Also included are web links to the online version of Microsoft Office 365.

Last-Minute AI Feature Additions

Added just in time for the LinDoz debut anew is Interactive World, a virtual spatial world generated and maintained by AI. You give the AI persona “Electra” a description of the world you want to create. Once generated, it places you inside that world.

You can interact and do anything you want in this world. Go anywhere; do anything there. However, everything you do has consequences, good or bad.

You can make your options without limitations. The world never ends. It continues until you choose to end it. When you exit, it saves the world so that you can re-enter it later. Or end it and start a new one, according to Raymer. A demonstration of how it works is on YouTube.

Overcoming the AI Fear Factor

Giving AI even partial control of an operating system can be scary. The LinDoz guardrails reduce worries about abuse.

You can turn off the AI integration or decide just what content on your computer and the internet AI is permitted to access. MakuluLinux has three flavors of AI intelligence. Each one has different tasks to handle, so you might decide only to use one or two of them.

Chat Mode and Advisor Mode have no access to your computer’s files. They are free to use and completely safe, according to Raymer.

The AI Control Panel resides out of sight in the main menu until you click it open.


Chat is in the persona of Electra and provides text and voice interface options. You interface with the Chat AI via typing in the terminal. The answer is displayed in the terminal for you to read.

To use your voice, say the wake-up word “Electra” and state your question. Electra responds in a classic computer-sounding voice that has a slight echo to it.

Raymer has incorporated a key distinction in how Electra responds across these two modes. Posing a question in the text option allows the AI to expand on the information by providing additional related details.

However, he found that too many lengthy computer speech responses become tiresome and boring. So, he limited the spoken response to just the essential details for a much shorter answer.

Asked and Answered

According to Raymer, you can ask the AI assistant Electra anything in conversation as you would a real person. It will run the Linux commands to achieve the goal you ask of it.

Advisor Mode is more innovative as it has a different purpose. Unlike the chitchat give and take that occurs in Chat Mode, Advisor Mode provides no-nonsense, straightforward directions on how to achieve the requested task.

The Command Mode mentality serves a powerful AI function. Its role is to take the information you provide and tell you the commands you need to execute the intended response.

This mode has back-end access to your computer, but this only activates when you click on the Command icon to start it and then point it to a specific location. That access ends when you close the full-screen terminal connection to the AI interface.

Advisor Role Brings New Concept

Depending on which AI module you activate, Electra takes on changing personalities. For instance, Chat mode uses a conversational flow style of responding.

Advisor mode becomes less friendly sounding and more authoritative in tone. You ask a how-to question and get a detailed explanation of what you need to do.

This personal AI assistant with Einstein-like abilities makes using Linux easier for newcomers and seasoned Linux users. The AI functions free you from the need to research commands or browse menus for settings.

Sidestepping AI Concerns

If you think giving AI access to a user’s computer is dangerous, Raymer agrees it can be.

“We have tried to limit the access. The AI will only have access to do what you ask it. If you request that it open a file in a specific folder, then it only has access to that folder,” he told LinuxInsider.

“However, it is AI and is still unpredictable, so users should always be careful with it,” he added. “We have taken as much precaution as we can from our side.”

I have my guard up about using AI and its potential for privacy intrusions. However, the divided duties approach in LinDoz is novel and makes using AI a bit more settling.

Inevitably, more AI-powered Linux distros will join the fray. LinDoz provides enough innovation to influence the direction AI takes in OSes.

Virtual Cam Innovation

Virtual Cam is an app to customize your live streaming view. As Raymer describes it, this feature is like running Open Broadcaster Software (OBS), to which you add video streams and other features such as a green screen and other customized effects.

What impressed me with this video control app embedded in the OS is the extent of its customizability. Other video cam apps only have some of its features.

The Virtual Cam app in LinDoz goes even further with the combination of slider controls and choices that take virtual meeting sessions to higher levels of control.

Pictured in the Virtual Cam app is MakuluLinux developer Jacque Montague Raymer.


Bottom Line

LinDoz makes using AI within the desktop an effective venture. Plus, the AI circuitry updates several times daily, guided by the developer, without any user intervention required. So overall, the new concept is easy to adopt.

Unlike earlier AI efforts in ChatGPT, Electra has seemingly limitless boundaries. If you direct this AI creation to the internet, it has no imposed limitations on how far and wide to search for information. As a result, the responses you get will be more accurate and include current information.

Some of the desktop functions and AI features in LinDoz are available as add-ons with a Pro edition unlock key for a nominal charge. But this new LinDoz release lets you unlock all the pro features in the live session mode to try out.

After installing LinDoz, you can select the pro upgrade option to continue using them. That is not unreasonable, as it costs Raymer money to access the AI engines built into MakuluLinux.

Download MakuluLinux LinDoz

To experience the innovative blend of artificial intelligence and user-friendly features of LinDoz, download the latest version from the official MakuluLinux website.

Suggest a Review

Is there a Linux software application or distro you’d like to suggest for review? Something you love or would like to get to know?

Email your ideas to me, and I’ll consider them for a future column.

And use the Reader Comments feature below to provide your input!