Archives For November 30, 1999

Linux is getting more IPTV player applications in recent years. Here I’m going to introduce yuki-iptv, a new one with EPG support.

Personally, I prefer hypnotix which is developed by Linux Mint team, since it has a large list of built-in TV channels. But if you want more features, then yuki-iptv is a good choice to try out.

The IPTV player does NOT provide any content or TV channels. User has to manually add M3u / M3u8 / XSPF playlists (see github.com/iptv-org/iptv) and/or TV guide address via config dialog.

Yuki-iptv add playlist

Besides basic M3u / M3u8 / XSPF playlists support, the app also support viewing unencrypted streams UDP (multicast), HTTP, HLS (M3u8), XTream API, as well as TV program (EPG) support in XMLTV and JTV formats.

Continue Reading…

Got GameBoy, GameBoy Advance, or GameBoy Color ROMs? It’s easy to play them in your Linux PC through VBA-M emulator.

There are quite a few game emulators for Linux. You can use PPSSPP to run PSP games, and RetroArch for multiple consoles support. For Nintendo Game Boy and Game Boy Advance, VBA-M is a good choice.

VBA-M, stands for VisualBoyAdvance-M, is the continued development of the now inactive VisualBoy Advance project, with many improvements from various forks.

It’s a free open-source emulator app that included in system repositories for many Linux, including Fedora, Arch, Manjaro, and so forth.

Continue Reading…

Need a tool to edit your apps in the start menu, main menu, or Gnome overview search results? Try MenuLibre!

In most Linux, all app icons you see in start menu, dock launcher, and the desktop, are handled by .desktop config files. By editing the file, you can change the app icon, name, hide the app, add right-click menu option, and choose which file types to be associated with.

I’m written about how to configure .desktop file using a single command.

For graphical ways, there are quite a few apps to do the job, and here are 3 of them:

  • Arronax – well known, but seems not being updated. Though, it’s still working.
  • AppEditor – Elementary OS style tool to edit desktop menu entries. However, lacks pre-build packages.
  • MenuLibre – the one I’m going to introduce in this tutorial.

MenuLibre is an advanced tool written in Python and GTK3 toolkit. With it, user can get started by either searching or browsing in left to select app to edit, or click “+” in top left to create new menu entry for your app.


Continue Reading…

This simple tutorial shows how to disable (or auto-delete) “recent” files tab in left side-bar of file manager in Ubuntu 24.04 & 22.04.

GNOME Files, aka Nautilus file manager, has a “Recent” tab in left side-bar, which include all the recent opened photos, videos, and documents.

It’s useful for user or applications to quickly re-open recent edited files. However, when working at a public place, it can be better to disable this feature since it may contain sensitive data.


Continue Reading…

How to Install Ruby in Ubuntu 24.04 LTS

Last updated: May 15, 2024 — 1 Comment

This is a step by step beginners guide shows how to install Ruby and setup local programming environment in Ubuntu 24.04 LTS.

Ruby is an interpreted, high-level programming language designed with an emphasis on programming productivity and simplicity. It was first released 29 years ago in 1995, by Yukihiro Matsumoto in Japan.

Ruby is available to install in Ubuntu in a few different ways, they include:

  • Snap package.
  • Deb package in system repository.
  • Third-party manager with multiple version support.
  • Build from source.

And, here’s how to install them in Ubuntu step by step.
Continue Reading…

GNOME announced the first alpha of the next 46 release few days ago on last Friday.

Let’s see what’s new in the desktop for next Ubuntu 24.04 LTS.

First of all, every Gnome release has a new default wallpaper. This time, it’s a blue background embrace the rounded triangle. And, in this release GNOME backgrounds now favors JPEG-XL as a format. I don’t have any photo images in .jxl format. But it seems that Gnome now supports for setting the file format as background wallpaper.

Gnome 46

GNOME Remote Desktop now supports headless remote login via GDM, through for RDP only. And, a systemd service is introduced for single user headless setups. As well, Gnome-Control-Center and classic session are allowing to run in headless mode.

Continue Reading…

Don’t remember how many tools, I’ve written about, for monitoring CPU, RAM, Network, and other system resources usage in Ubuntu. But, there’s a brand-new for GNOME, the default desktop environment.

It’s Astra Monitor, a free open-source tool provides highly customizable interface on Gnome top-panel, to monitor CPU, GPU, RAM memory, disk storage, network usage, as well as hardware temperature, voltage, and fan speed.

It supports displaying the data in real-time bar, history graph, percentage number, with user selected order, in left, center, or right corner of panel.

Aster Monitor on GNOME Panel

Besides having quick glance at system resource usage, user can also click on the indicator icon to pop-up a rich drop-down menu with detailed information. By moving cursor over the menu can also display even more about the hardware, resource load, processes, and so forth.
Continue Reading…

Linux Mint announced new 21.3 release, code-name “Virginia”, this Friday.

It’s the 3rd update for the Mint 21 release series, which is based on Ubuntu 22.04 LTS and uses Kernel 5.15 LTS.

The new Linux Mint 21.3 features Cinnamon Desktop 6.0, with experimental Wayland support. Which, has been default in Ubuntu (since 22.04), Fedora Workstation, and other Linux with recent Gnome. However, there are still many applications do NOT work on wayland.

Mint Wayland session

The new desktop also features a new “Actions” page in System Settings. Like Applets, Extensions, and Desklets, it allows to add context menu (right-click menu) options to file browser & desktop, by downloading add-ons from the official cinnamon spices.
Continue Reading…

This tutorial shows how to turn off CPU turbo boost, and/or set constant maximum (or minimum) CPU speed in Ubuntu 22.04 and/or Ubuntu 24.04.

Disable turbo boost will limit your CPU speed to prevent running over the base frequency. It’s useful to save power and prevent your computer from overheating. For choice, user can also set constant CPU speed for either minimum power consumption or maximum performance.

Most machine today has option in the BIOS page to enable/disable and even change CPU frequency, however, it’s not flexible.

For Linux, the Kernel has a tool called cpupower can do the job from command line, and user can turn on/off turbo boost through sysfs. Gnome Desktop even has a GRAPHICAL extension (scroll-down to see step 4) to make things easier.

Continue Reading…

This simple tutorial shows how to install Nicotine plus, the graphical client for the Soulseek peer-to-peer network, in Ubuntu 20.04, Ubuntu 22.04, and Ubuntu 24.04.

Soulseek is an ad-free, spyware free, and plain free file sharing network, make it easy for you to find people with similar interests, and make new discoveries!

And, Nicotine is a lightweight, pleasant, free and open source (FOSS) alternative to the official Soulseek client, while also providing a comprehensive set of features.

The app used to be available in Ubuntu system repository, but removed due to lack of development. It’s later revived and finally added back to Ubuntu 24.04 repository.

For current Ubuntu 24.04, Ubuntu 22.04, Ubuntu 20.04, and even Ubuntu 18.04, user can install it from the official PPA.

Nicotine in Ubuntu 22.04

Continue Reading…