Archives For November 30, 1999

This tutorial shows how to automatically reset a user account in Ubuntu after every reboot. All user files, extensions, personal app data, browsing history will be completely removed, so it just looks like it was when you created it.

It’s useful for computers for public use. Resetting user account, makes it always logs into Ubuntu with everything as default, without any leftover from last boot.

Continue Reading…

This is a beginners guide shows how to decrease, move, and/or increase file/system partition in Ubuntu 24.04 LTS.

Sometimes you need to shrink a partition to free up some un-allocated disk space for other use. Or Ubuntu system is a bit small, that you need to increase its size for long time use.

In my case, I want to shrink the Ubuntu 22.04 partition to free up some space, then use the free space to increase the dual-boot Ubuntu 24.04 partition that’s a bit small for me. There’s another partition (contains personal data) sits in between the 2 Ubuntu system, so I also need to move it before being able to expand the 24.04 system.

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…

This tutorial shows how to install the most recent Chromium web browser as native .deb package in Ubuntu 24.04 and Ubuntu 22.04.

Like Firefox and Thunderbird, the popular Chromium web browser in Ubuntu repository is a Snap package that runs in sandbox environment.

For those who don’t like Flatpak and Snap packages, there are few other sources to install the Chromium browser via native Deb package.

Debian and Linux Mint repositories are the trustworthy repositories that I used to use, which however either has few different dependency libraries or lacks of arm64/armhf platform support.

So, in my opinion an Ubuntu PPA can be the better choice for beginners. It’s easy to install and maintain, though less trustworthy since Chromium does not have an official PPA.

Chromium Browser (.deb package)

Continue Reading…

This is a step by step beginner’s guide shows how to install NVIDIA proprietary driver in Ubuntu. And, how to switch between Intel/AMD and NVIDIA GPU, run specific app/game with NVIDIA while leaving others rendered by integrated graphics card.

While installing Ubuntu, the wizard provides an option to install the NVIDIA proprietary driver alongside. If you didn’t enable that option, then here’s how to manually install it afterward.

Continue Reading…

In Ubuntu desktop, most app windows by default start at top-left of screen. It’s quite annoying, since you have to move app window before it’s ready for use.

So, in this tutorial I’m going to show you how to tweak you desktop, to make it start app window at screen center automatically.
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…