Archives For November 30, 1999

Ubuntu announced the first point release of Ubuntu 24.04 LTS few days ago with lots of bug-fixes and performance improvements. It’s time to upgrade to the new LTS, for users who were worrying about the stability issues.

Ubuntu 24.04 is the current Long Term Support (LTS) release with 5 years of standard support until 2029, another 5 years Ubuntu Pro support until 2034, as well as legacy support until 2036. It features Linux Kernel 6.8, GNOME Desktop 46, and various other changes, see the official release note for details.

The new LTS had various upgrade issues, and stability / performance issues, for apps and hardware including Nautilus file manager, the new tiling assistant, NVIDIA on Wayland, Pipewire sound server, hybrid GPU machines, Remmina RDP client, online accounts, cursor themes, and more! They are all fixed in the release of Ubuntu 24.04.1.

Ubuntu 24.04 Desktop

Continue Reading…

Ubuntu 24.04.1, the first point release of the current Ubuntu LTS, was announced last night on Aug 29.

The release includes updated CD images. The livecd-rootfs build system re-enables ability to build HyperV desktop images, and allows to build iso installer images that would install Ubuntu Core Desktop to target device.

The new release also fixed various upgrade issues. It now prevents upgrading from desktop systems installed with TPM-backed FDE. It fixed that the upgrade breaks iptables-persistent and netfilter-persistent usage, and removed the XFS /boot upgrade check. It as well fixed many other upgrade issues, including hang due to search for obsolete software, and long time delay when installing gnome-remote-desktop 46.

Continue Reading…

Ubuntu 24.04 has a new circular arrow indicator icon in top right system tray, when there are available system updates. By clicking on it allows to quickly launch Software Updater (Update Manager) tool for installing updates.

If you don’t like that indicator icon, here’s how to disable it, as well as stop checking for updates automatically.

Indicator icon reminding there are system updates

Continue Reading…

This tutorial shows how to automatically create, delete files/folders, and/or write parameters into config files at startup in Ubuntu and other Linux using systemd.

This can be useful if some configuration do not persistent and reset to default on every boot, or you want to clean up something either on every boot or after every time period.

Advanced users can manually create a script, and run it via either crontab schedule task or custom systemd service. But, here I’m going to show you how to do the trick using tmpfile.d, a built-in configuration for creation, deletion and cleaning of volatile and temporary files.

Continue Reading…

This is a step by step beginner’s guide shows how to encrypt your home directory in Ubuntu 24.04 LTS.

As you may know, the new installer in Ubuntu 24.04 only supports encrypting the entire disk. If you want to dual boot Ubuntu with another OS in single disk, there’s no option so far to encrypt only the Ubuntu file-system partition.

In the case, you may choose to encrypt your home folder to keep personal data and files safe.

There’s NO visible difference after encrypted your home directory. You can login just like before, read and write files, run apps and play games. Because, it’s automatically decrypted using your password.

But, if you lost your computer/laptop, then no one can access your files in the home folder, without the login password or the encryption passphrase. Accessing from another operating system will show something like the screenshot below shows you:

Encrypted home is not accessible from other machine or OS

Continue Reading…

Got app windows that do not show their icons on left (or bottom) dock panel? This tutorial may help to fix the issue in Ubuntu 24.04.

App icons that you see in system app launcher are handled by .desktop files. This kind of config file usually include a line Icon=app-icon-name, so Ubuntu and many other Linux can find and display the icon image for the app in start menu (or application menu).

If the icon file is missing from both system icons directory (usually /usr/share/icons and /usr/share/pixmaps) and user’s local icons folder (.local/share/icons), then it shows universal executable icon (the gear icon with gray square background, see the image above) instead.

Continue Reading…

After doing a fresh install of Ubuntu system, users usually have to do a list of configurations before the system is ready for use. And, here are a list of the top things I can tell for the Ubuntu 24.04 LTS.

1. Install back some default apps

If you didn’t choose “Extended selection” option while installing Ubuntu 24.04, then you’ll find that many apps are missing!

There’s no office suite, no video/music player, no email app … If you need some of them, then just launch the new App Center from left panel, then search and install any of them back.
Continue Reading…

This is a step by step beginner’s guide shows how to install Ubuntu 24.04 LTS, Desktop Edition, in PC or laptop using an USB stick.

Ubuntu 24.04 is a long term support release with 5 years support (and other 7 years security updates via Ubuntu Pro). It features a new desktop installer. So, I re-write about this how to guide for beginners, with Windows 10/11 dual boot support.

NOTE: The new installer so far does NOT allow encryption for manually added partitions! Meaning encryption ONLY works when using entire disk for Ubuntu. See the bug reports here and here.
Continue Reading…

Ubuntu 24.04, code-name Noble Numbat, is finally released!

It’s a new Long Term Support (LTS) release with 5 years of support until 2029, and another 7 years of support through ‘Ubuntu Pro’ (can be enabled in welcome or Software & Updates dialog).

Meaning users of Ubuntu 24.04 can keep receiving security updates until 2036!

Ubuntu 24.04 features Linux Kernel 6.8, and it will keep updating to new kernel series in next point releases. The new kernel introduced Intel Shadow Stack, and stable Intel Meteor Lake graphics support. KVM now allows up to 4096 vCPUs. And, there are many other new features as well as hardware support, see this page for details.

Continue Reading…