Ways to update Ubuntu to the latest version

Ways to update Ubuntu to the latest version Method 1: Graphical Interface Important! The steps in this guide are based on Ubuntu 21.10 and the upgrade will be to version 22.04. Therefore, there may be some differences in graphic design and layout of interface elements. …

Read more

Change MAC address in Linux

Changing the MAC address in Linux Step 1: Get the adapter name and address Before you can change an existing MAC, you need to find out its current value. Like most system operations, the one we are dealing with is done through the terminal. You can launch the required application in various ways. …

Read more

File renaming in Linux

Renaming files in Linux In any operating system, be it Linux or Windows, it may be necessary to change the name of the file. And if Windows s cope with this operation without unnecessary problems, then on Linux they may encounter difficulties due to their ignorance of the system and the abundance of many …

Read more

Find free disk space in Linux

Finding free disk space in Linux After a long time working on the computer, a lot of files accumulate on the disk, thus taking up free space. Sometimes it becomes so small that the computer starts to lose performance and the installation of new software cannot be completed. To prevent this from happening, you should…

Read more

Guide to configure internet connection on Ubuntu server

Guide to Setting Up Internet Connection on Ubuntu Server Due to the fact that the Ubuntu Server operating system does not have a graphical interface, s encounter difficulties when trying to set up an Internet connection. This article will tell you which commands you need to use and which files to adjust to achieve the desired result. Read...

Read more

Debian Internet Connection Configuration Guide

Debian Internet Connection Setup Guide Debian is a specific operating system. Most of the s, having installed it, experience all sorts of problems while working with it. The fact is that this operating system needs to configure most of the components. This article will discuss how to configure networking in Debian. Read...

Read more

Samba setup guide on Ubuntu

Samba Setup Guide on Ubuntu If you need to work with the same files on different computers running different operating systems, Samba will help you with this. But setting up shared folders on your own is not that easy, and for a normal , this task is quite impossible. This article will show you how to set up Samba...

Read more

Ways to start System Monitor in Ubuntu

Ways to start System Monitor in Ubuntu Most of the s know that the Windows operating system has a classic Task Manager application that allows you to monitor all running processes and perform certain actions with them. Linux kernel-based distributions, there is also a tool, but it's called "Monitor...

Read more

Unpacking TAR.GZ files on Linux

Unpacking TAR.GZ files on Linux TAR.GZ is considered the standard data type for file systems on the Linux operating system: a normal file compressed using the Gzip utility. In such directories, various programs and lists of folders and objects are often distributed, which makes it possible to comfortably move between devices. Unpack this guy...

Read more

Linux cat command examples

Examples of Linux cat commands Linux operating systems have many built-in utilities, the interaction of which is carried out by entering the appropriate commands in the "Terminal" with various arguments. Thanks to this, the can in all ways manage the operating system itself, various parameters and available files. One of the most popular commands is cat , and it is…

Read more

Configuring access rights in Linux

Configuring access rights in Linux Linux kernel-based operating systems have a permission configuration tool that allows you to share access rights between s. This restricts access to certain files, directories, or applications. In total, there are three types of such rights: read, write, and execute. Any …

Read more

The ln command in Linux

The ln Command in Linux The ln command in Linux kernel-based operating systems is used to create hard and symbolic links to files. The is required to respect the syntax of the utility, to specify the correct options and the location of the files. Today we would like to tell not only about the action…

Read more