pavroo
Smeagol
Ubuntu 24.04.1 LTS installation
Ubuntu is a Live Linux distribution based on Debian, with the option of installing to a hard drive. The distribution is sponsored by Canonical and the Ubuntu Foundation, and the first version was released in 2004.
This installation of Ubuntu is my third installation of this system. I did my first installation of Ubuntu 10.04 LTS in 2010 and the second, Ubuntu 20.04 LTS in 2020. A little has changed since then, so I decided to do another, third installation of this popular Linux distribution.
For this installation I used the Ubuntu 24.04.1 LTS ISO media, I installed it on a virtual machine, to which I gave 25 GB of disk space, 2 processor cores and 4 GB of RAM.
The live media started in BIOS mode no longer has the Isolinux bootloader (as it was in older versions), but is equipped with GRUB, which boots machines with UEFI or BIOS motherboard.
After starting the graphics server, you first have the opportunity to configure the system according to your needs.
In the next step you can select the type of Internet connection or no connection at all (offline installation).
Now you can install Ubuntu, or close the setup window and go to the Ubuntu desktop in live mode.
If you have chosen to install, in the next step select the type of installation:
– Interactive – recommended for novice users and new (first) installations
– Automated – allows you to use the autoinstall.yaml file, which will install Ubuntu according to the saved settings of previous installations.
Now choose the programs that you want to install with your system:
– Default selection – just a few basic applications, ideal for configuring your system after the first boot from the disk
– Extended selection – if you want to install Ubuntu with a set of additional applications
You can also install proprietary drivers from third-party vendors and support for additional multimedia formats.
The next step allows you to divide the disk, allocate partitions for Ubuntu installation in manual or automatic mode. Advanced features allow you to use LVM (Logical Volume Manager – an operating system mechanism for managing storage space), encryption or the ZFS file system.
The next tasks involve configuring the target user, selecting the time zone and confirming the settings.
Installing Ubuntu 24.04.1 LTS on my virtual machine took about 20 minutes.
After closing the live system, booting Ubuntu from the hard drive, and logging in, the system configurator was automatically launched.
One of the more interesting Ubuntu options is Ubuntu Pro activation, which extends technical support (updates) from 5 to 10 years. This option is free for up to 5 machines.
If you want to help the Ubuntu team improve it by sending data from your system – select the first option. Otherwise, use the second option.
Closing the configuration window will take you to the desktop.
You can also launch the Software Center (app store) to install additional software.
The graphical system updater did not start, so I assumed there were no updates.
Having old habits and trusting only myself, I checked for updates (theoretically, the packages were updated during the system installation) – there was one update available, which you can perform, just like on Debian-derived systems:
sudo apt update && sudo apt upgrade
At this point I’m done with Ubuntu.
Summary
Ubuntu uses a slightly modified GNOME desktop by default. Personally, I think it looks like something between GNOME Shell and GNOME Flashback, with the Shell session preserved, but with slightly better functionality with Flashback.
The Live system uses about 1.4 GB of RAM at startup, which I consider a good result, but not the best.
After installing and booting from disk, Ubuntu without additional applications and services uses about 1 GB of RAM, which I also consider a pretty good achievement.
However, considering that Ubuntu is not available for old 32-bit machines, and old 64-bit machines may not have enough power to handle Ubuntu, I conclude that Ubuntu is currently aimed only at newer generation computers with 64-bit processors.
Ubuntu still supports slightly older 64-bit machines equipped with BIOS, instead of UEFI, which allows the system to be started and installed on mid-range machines.
Installing Ubuntu on a computer with less than 4 GB of RAM is a mistake in my opinion.
Summing up the relatively quick (about 20 min.) installation of the system on the disk, its simplicity and additional options for more advanced users, updating packages during installation and choosing the minimal installation mode or with additional applications, I can safely say that I can still recommend Ubuntu LTS to beginner Linux users.
Ten post dostępny jest również w języku polskim: https://linuxiarze.pl/instalacja-ubuntu-24-04-1-lts/
Beamrise
Rings of Power
Frogatto
TOP 10 Linux commands 2024
In the next list of the 10 Most… I have listed the 10 most popular commands used in Linux systems (and not only) in 2024, published as part of the Admin Tips series on the Linuxiarze.pl portal
The list takes into account the views of posts from the Admin Tips category and their comments.
1. fdisk
fdisk is a Linux command used to create and manipulate the partition table of a disk. It is used to view, create, delete, change, resize, copy, and move partitions on a hard disk using a dialog interface.
Admin Tips: fdisk
2. fsck
fsck is used to examine and optionally repair one or more Linux file systems. A file system can be a device name (e.g. /dev/hdc1, /dev/sdb2), a mount point (e.g. /, /usr, /home), or a file system label or UUID (e.g. UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root). In order to shorten the total time needed to check all file systems, the fsck program will attempt to check file systems located on physically different disk drives in parallel.
Admin Tips: fsck
3. dmesg
dmesg (ang. diagnostic message) – a Unix family system command that displays the kernel ring buffer. It allows, among other things, to display system boot messages. dmesg is used to check or control the kernel ring buffer. The default action is to display all messages from the kernel ring buffer.
Admin Tips: dmesg
4. dd
dd is a powerful and useful tool available in Unix and Unix-like operating systems. Its purpose is to convert and copy files. In Unix and Unix-like operating systems such as Linux, almost everything is treated as a file, even block devices: this makes dd useful for things like cloning disks or wiping data. The dd utility is available out-of-the-box in most, if not all, Linux distributions.
Admin Tips: dd
5. sed
Sed is a text filtering/transforming editor. The sed program reads data from specified files or from standard input if no files are specified, makes edits according to a list of commands, and writes the results to standard output.
Admin Tips: sed
6. unrar
RAR is one of the most popular tools for creating and unpacking compressed archive files (.rar). RAR is available for free on Windows operating systems to handle compressed files, but unfortunately the rar tool is not installed by default on Linux systems.
Admin Tips: unrar
7. ifconfig
The ifconfig command is used to configure or view the configuration of a network interface. On some Linux systems, the ifconfig command has been replaced by the ip command.
ifconfig stands for “interface configuration”.
Admin Tips: ifconfig
8. xargs
xargs is a tool that searches for files that meet the specified criteria and performs various actions on the files found. xargs reads from standard input a list of items separated by spaces (arguments containing them can be enclosed in single or double quotes, or spaces in arguments can be preceded by backslashes) or newlines.
Admin Tips: xargs
9. chroot
The chroot command in Linux/Unix is used to change the root directory. Each process/command in Linux/Unix has a current working directory called the root directory. chroot changes the root directory of currently running processes, as well as child processes.
Admin Tips: chroot
10. adduser
The adduser package (in Debian and Ubuntu) provides 4 tools: adduser, addgroup, deluser and delgroup, we will deal with the first two. adduser creates new users and groups and adds existing users to an existing group.
Admin Tips: adduser
A full list of console commands available on the Linuxiarze.pl portal can be found in the Porady Admina category.
Ten post jest również dostępny w języku polskim: https://linuxiarze.pl/top-10-polecen-linux-2024/
Sparky news 2024/08
The 8th monthly Sparky project and donate report of the 2024: – Linux kernel updated up to 6.10.7, 6.6.48-LTS, 6.1.107-LTS & 5.15.165-LTS – Sparky semi-rolling 2024.08 & 2024.08 Special Editions released – added to repos: PeaZip Many thanks to all of you for supporting our open-source projects. Your donations help keeping them and us alive. Don’t forget to send a small tip in september too…