This tutorial shows how to install Brave web browser in Ubuntu in 3 different ways: Snap, Deb, and Flatpak packages.

Brave is a free open-source web browser based on Chromium. It is a privacy-focused browser, which automatically blocks most ads and website trackers in the default settings.

The web browser is available for Linux in three different package formats that support amd64 (Intel/AMD) and arm64 (e.g., Raspberry Pi) platforms. They are:

  • Snap – universal Linux package format runs in sandbox environment.
  • Deb – native package format for Debian, Ubuntu, Linux Mint.
  • Flatpak – another universal Linux package format runs in sandbox environment.

Continue Reading…

Got weak signature key warning in apt command output? Here’s why, and how to get rid of it in Ubuntu 24.04.

After adding PPAs or third-party source repositories in Ubuntu 24.04, you may get following similar warning in apt command (usually apt update) output:

W: https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/dists/noble/InRelease: Signature by key 0AB215679C571D1C8325275B9BDB3D89CE49EC21 uses weak algorithm (rsa1024)

The warning may also happen in Debian and its based systems with apt package manager 2.7.13 or higher.

Continue Reading…

This simple tutorial shows how to enable and setup Secure Shell (SSH) service in Ubuntu 24.04, so you can login remotely and transfer files securely in command console.

Debian and Ubuntu use OpenSSH (OpenBSD Secure Shell) to provide secure shell channel for making changes, transferring data, and performing other operations on server from a client remotely.

The SSH service is NOT enabled by default. And, here I’m going to how to enable and configure it in Ubuntu 24.04

Continue Reading…

For users who want to go directly from Ubuntu 22.04 to Ubuntu 24.04, here’s an overview of the changes between the two Ubuntu LTS releases.

Ubuntu 24.04 LTS has 5 years support until 2029, and then 7 years extended security updates (through Ubuntu Pro) until 2036. The release features Linux Kernel 6.8, and will receive feature Kernel updates in next point releases.

Linux Kernel

Ubuntu 22.04 so far has Kernel 6.5. As usual, it will backport Kernel 6.8 from 24.04 in the next point release.

Before that happens, you’ll see a list of changes between the Kernel 6.5 and Kernel 6.8, including:
Continue Reading…

Ubuntu 24.04 LTS Beta is Out for Testing

Last updated: April 12, 2024 — Leave a comment

Ubuntu 24.04, code-name Noble Numbat, is finally available for Beta testing after a week of delay.

Ubuntu 24.04 is long term support (LTS) release with 5-year of support. By enabling Ubuntu Pro, user can get 7 years more security updates. Meaning that Ubuntu LTS has 12 years of support!

The new LTS features GA Kernel 5.8 and GNOME Desktop 46.

Continue Reading…

This tutorial shows how to enable variable refresh rate (VRR) to get better gaming experience in Ubuntu 24.04 with default GNOME Desktop.

Variable Refresh Rate (VRR), aka adaptive sync, is a feature that allows your monitor to adjust the refresh rate on the fly, so it matches the frame rate of output signal from the graphics card. It’s useful for games to eliminate screen tearing, and can also lowers power consumption since the monitor does not need to always refresh at the highest rate.

GNOME introduced experimental VRR since version 46 in default Wayland. Here I’m going to how to enable this feature.

Requirements:

Before getting started, you need to check something to make sure you meet all the requirements for enabling this feature.
Continue Reading…

This tutorial shows how to install PeaZip file archive manager and setup file manager integration in Ubuntu Desktop.

PeaZip is a free open-source archive manager for Windows, Linux, macOS, and BSD. It’s based on open source technologies of 7-Zip, p7zip, Brotli, FreeArc, PAQ, Zstandard, and PEA projects. And, supports over 200 archive types including 7Z / XZ / TXZ, ACE (*), BZ2 / TBZ, Brotli BR, GZ / TGZ, ISO, RAR, TAR, WIM, ZIP, ZIPX, ZPAQ, Zstandard ZST and more.

The free file archiver is easy to install in Ubuntu and other Linux through its official binary package. It provides a GUI window, and integrates well into file manager context menu.

Continue Reading…

After more than a year of development, Kodi media player 21, code-name “Omega”, is finally released!

Kodi 21 is a new major release. It’s now based on FFmpeg 6.0, that features Radiance HDR image support, VAAPI decoding and QSV decoding for 10/12bit 422, 10/12bit 444 HEVC and VP9, MediaCodec decoder, and various other exciting new features, see ffmpeg.org for details.

For macOS, the release supports HiDPI (retina) displays using its native implementations for window displays. And, it fixed crash on speech recognition activation, improved window resizing when moving (or fallback when display disconnected) from one display to another, and implemented Hotkeycontroller for media keys.
Continue Reading…

Have many Flatpak app packages installed on your Linux desktop or mobile? Here’s an app to install, remove, downgrade, and manage app data with a simple graphical interface.

Flatpak is getting popular in today’s Linux, and some (e.g., Linux Mint, Fedora, and Pop!_OS) even have it support out-of-the-box. User can install (or uninstall) a Flatpak package by either using system package manager or running a Linux command in terminal. And, there’s a popular graphical tool Flatseal to manage permissions for each app package.

For users who want to get more controls for their Flatpak app packages, there’s a free open-source tool warehouse available for choice.


Continue Reading…

FFmpeg announced new major 7.0 release yesterday! Here’s how to install it in Ubuntu 22.04, Ubuntu 24.04, Linux Mint 21.

The new version of this popular multi-media library came with name “Dijkstra”. It features native decoding support for VVC (aka H.266) through the libavcodec library, though it’s so far experimental.

The libavformat library can now read and write IAMF (Immersive Audio) files. And, a new -stream_group option is added into CLI tool to configure the IAMF structure.

As announced at the end of last year, the CLI (command-line) tool now is multi-threaded. Meaning, the transcoding process now runs in parallel that can be much faster than before.

FFmpeg 7.0 in Ubuntu MATE 22.04

Continue Reading…