This is a step by step guide shows how to install Blender app in Ubuntu 24.04 Desktop.

Blender is a popular free open-source 3D graphics software works in Linux, Windows, and MacOS.

Ubuntu includes the software package in system repository, but always old as you know. The upside is that it supports all platforms, including x86_64 (AMD/Intel), arm64 (e.g., Raspberry Pi), ppc64el (IBM Power platform), RISC-V 64, and s390x (IBM zSystems and LinuxONE).

For Ubuntu user on x86_64 (AMD/Intel) computers, the latest version can be installed through following packages:

  • Official Linux Tarball.
  • Official Snap package (runs in sandbox).
  • Flatpak package (Community maintained and runs in sandbox).

Continue Reading…

This is a step by step beginner’s guide shows how to install (or uninstall) Flatpak App Package, including local .flatpakref file, in Ubuntu 24.04.

Flatpak is an universal package format that can be installed in most Linux with a sandbox environment. It’s a free open-source project developed by Flatpak Team, which has closer relationship to GNOME and Red Hat.

As a competitor, Ubuntu has its own universal Snap package runs in sandbox. Flatpak is NOT supported out-of-the-box in Ubuntu, but easy to enable!


Continue Reading…

This is a step by step beginner’s guide shows how to install and use TeamViewer in Ubuntu 24.04 Desktop.

TeamViewer is a popular German remote desktop access and remote control software that works in Linux, Windows, MacOS, Android, and iOS/iPadOS.

It’s a proprietary software that provides paid versions, as well as free license for personal use. For Linux, TeamViewer provides support for x86/x64, and arm64/armhf devices support. It’s a good choice for users who don’t know how to setup remote desktop sharing.

Remote Control Ubuntu 24.04 Desktop via TeamViewer

Continue Reading…

Fedora Linux 40 Beta is Released

Last updated: March 27, 2024 — Leave a comment

Fedora Linux announced the Beta release of the next version 40 one day ago on Tuesday!

Fedora is a popular free open-source Linux Distribution owned by Red Hat, which acts as an upstream release for CentOS Stream and RHEL. It features Iot, Cloud, Server, CoreOS, and Workstation defaults to GNOME (and other Desktops as spins).

Like Ubuntu, Fedora has 2 releases every year, but each has only about 13 months support! The next is Fedora 40, which now is in Beta stage!

Fedora 40 Workstation Beta

Continue Reading…

Blender, the popular free open-source 3D creation software, announced new 4.1 major release this Tuesday.

Blender 4.1 introduced new geometry nodes, including Index Switch, Musgrave, Split to Instance, Sort Elements, Rotate Rotation, Active Camera. It replaces mesh “Auto Smooth” option with a modifier node group asset, adds support for Blackbody shader node, new Manage panel in Geometry Nodes modifier.
Continue Reading…

Stellarium, the free planetarium app, release version 24.1 a day ago.

Stellarium is a free open-source desktop app for Linux, Windows, and MacOS. It shows a realistic sky in 3D, just like what you see with the naked eye, binoculars or a telescope.

The software released version 24.1 this Tuesday that features low-graphics mode support, which can be useful for users running into low FPS, freezing,  or lagging issues. User can enable this feature either by passing --low-graphics or -L option when starting it from command line, or by adding the option in the corresponding .desktop file for Linux.
Continue Reading…

GNU Emacs editor released new 29.3 as an emergency bug-fix release this Sunday.

The new release intended to fix several security vulnerabilities described below:

  • Arbitrary Lisp code is no longer evaluated as part of turning on Org mode. This is for security reasons, to avoid evaluating malicious Lisp code.
  • New buffer-local variable ‘untrusted-content’. When this is non-nil, Lisp programs should treat buffer contents with extra caution.
  • Gnus now treats inline MIME contents as untrusted. To get back previous insecure behavior, ‘untrusted-content’ should be reset to nil in the buffer.
  • LaTeX preview is now by default disabled for email attachments. To get back previous insecure behavior, set the variable org--latex-preview-when-risky to a non-nil value.
  • Org mode now considers contents of remote files to be untrusted. Remote files are recognized by calling file-remote-p.

Continue Reading…

Dash-to-panel, the popular GNOME Shell Extension, got a update few days ago with the latest GNOME 46 support.

For those who don’t know about dash-to-panel, it’s a free open-source extension for GNOME, which replaces the default panel and dock with a single bottom bar. Along with ArcMenu, user can easily customize the desktop to Windows 10 or Windows 11 style layout.

Ubuntu 24.04 with Dash to panel and ArcMenu


Continue Reading…

Want to play some soothing sounds in your Linux Desktop? Here are 2 applications can do the job in current Ubuntu 22.04 and Ubuntu 24.04.

To improve focus and increase your productivity, or easy to fall asleep, there are a few applications can help by playing natural sounds in Linux.

1. Relaxator


Continue Reading…

When using pip command to install a Python package in Ubuntu 24.04 will output “error: externally-managed-environment“. Here are a few workarounds to ‘fix’ the issue.

As the terminal output shows you, it’s the change due to PEP 668. Since Ubuntu 23.04, it recommends Python-specific package management tools (e.g., pip) to install packages using a virtual environment, to avoid conflicts to packages installed by OS package managers. Though, user can still force pip to install into interpreter’s global context just like before.


Continue Reading…