This is a step by step guide shows how to compile the Kdenlive video editor 25.08.0 from source tarball in Ubuntu 25.04.
The popular Kdenlive video editor dropped native .deb package support for Ubuntu since version 24.02. It now provides official Flatpak package and AppImage for universal Linux support.
If you don’t like running it in sandbox environment, then you may choose to build it from source by yourself! And, here’s how to do the job for the most recent 25.04.0 release.
This is a step by step guide shows how to install Sigil ePub ebook editor (v2.6.0 so far) in current Ubuntu releases and their based systems.
Sigil is a popular free and open-source ePub ebook editor that works in Windows, Linux, and macOS. However, it does not provide official packages for Linux.
While Sigil in Ubuntu system repository is always old, user can easily install the latest version via the official AppImage, or by compiling it from the source tarball.
This tutorial shows how to share either the Public or certain user folder for local network access in Ubuntu 24.04 or Ubuntu 24.10 with default GNOME desktop.
There are quite a few applications designed for local network file sharing/transferring, but for Ubuntu and other Linux with GNOME, there are built-in services to share user specific folder/folders for local access. Continue Reading…
For those who are waiting for the latest NVIDIA 565.77 driver package, it’s now available in PPA for Ubuntu 22.04, Ubuntu 24.04, and Ubuntu 24.10.
NVIDIA 565.77 is so far the latest feature branch version graphics driver for Linux. As Ubuntu seems to prefer the production branch version, this new driver release will be less likely (in my own opinion) to be add into official system repository.
If the new driver includes specific features and bug-fixes for your device, then you may try the “Graphics Drivers” team PPA maintained by Ubuntu Team members.
For those who want to try out the new XFCE Desktop 4.20, XUbuntu developer team has made it into the QA PPAs for (X)Ubuntu 24.04 and (X)Ubuntu 24.10.
XFCE 4.20 is the new major release of the popular lightweight Linux desktop. It features experimental Wayland support, client-side decoration and hamburger menu for Thunar, power profile daemon, hybrid sleep, and many other exciting new features. See HERE or the official release note for details.
Try XFCE 4.20 in (X)Ubuntu 24.04 | 24.10
XFCE 4.20 will be probably default in next XUbuntu 25.04, Fedora 42 (spin), Arch, etc Linux Distributions.
For (X)Ubuntu, Linux Mint (XFCE edition), Linux Lite users who can’t wait, XUbuntu developer team has made the new desktop release into QA experimental PPA for testing purpose!
NOTE: The PPA is for testing purpose!!! The packages will be either moved to the Staging PPA (if passed verification), or removed.
1. First, press Ctrl+Alt+T on keyboard to open up a terminal window. When it opens, run command to add the PPA:
This is a step by step beginner’s tutorial shows how to set the default OS or kernel entry in Grub boot-menu in Ubuntu, Linux Mint, Debian or other Linux.
Most Linux today uses Grub2 to provide a menu on start-up, allowing to choose which operating system, which kernel, or recovery mode to boot.
It by default boots the first entry, while user can configure to automatically another menu entries without user interaction. And, here’s how to do the trick in 2 ways: from command line or use a graphical tool.
This tutorial shows you how to completely remove the old VMWare Workstation player in Ubuntu 24.04 and Linux Mint 22.
I was trying to install the new VMWare Workstation Pro 17.6.1 today in my Ubuntu laptop. The official installer however told me to uninstall the old VMWare Player 17.5.0.0 first.
The problem was that wmware-installer somehow refused to uninstall the previous package, so I can’t get the new one installed! If you ran into similar issue, then this tutorial may help.
This is a step by step guide shows how to install and manage virtual machines using qemu/kvm solution in Ubuntu 24.04.
KVM, Kernel-based Virtual Machine, is a module in Linux Kernel that can function as a hypervisor. It offers a high performance virtualization environment with hardware virtualization extensions, such as Intel VT or AMD-V that’s built in CPU.
KVM does not directly function in user-space. It requires a user-space application, such as QEMU, to interact with it and manage virtual machines.
As QEMU is a command line tool, there’s also graphical tool, such as Virtual Machine Manager, to make it easy to use.
PHP, the popular scripting language for web development, announced new 8.4 release last week. Here’s how to install or upgrade to Php 8.4 in Ubuntu 22.04 or Ubuntu 24.04 to work with Apache2 or Nginx web server.
PHP 8.4 introduced a number of new features such as property hooks, asymmetric visibility, lazy objects, an object API for BCMath, new array functions, and new JIT implementation based on IR Framework. See the release page for more.