How to Install Google Chrome in Ubuntu 22.04

Google Chrome or Chrome it is a free web-browser, developed by Google on WebKit engine. In 2022 almost 61% users of the Internet use Google Chrome. It is 8% less than in 2020. This browser is available for Linux, Windows, Android, IOS, and MacOS. In … Read more

How to Install MySQL in Ubuntu 22.04

MySQL is one of the most used open-source database management systems. Despite the significant popularity gain of PostgreSQL and MariaDB nowadays, the original MySQL is still popular. I will explain how to install MySQL in Ubuntu 22.04 in this article. Also, I show how to … Read more

How to Install Linux with Windows for Dualboot

Maybe you have already read a lot of articles on the Internet and are interested in the open-source operating system that is called Linux. Maybe you even have installed it on VirtualBox or run in Live mode and learned how it looks and works. But … Read more

How to Mount Ext4 in Windows 10/11

If you want to use Windows in dual booting with Linux, sometimes you will need to copy files from one operating system to another. There are no problems with opening Windows partitions on Linux because it has excellent support for the NTFS file system. But … Read more

How to Run Script on Startup in Linux

Sometimes you may want to run your shell script on the system startup or when the user logs in. For example when you need to run any desktop application, change screen resolution settings, start the remote desktop service, etc. You can do this in a … Read more

Using Systemd Services Tutorial

Linux operating system as well as Windows supports not only regular applications but also services that work in the background. Services are very important, they monitor the state of the system, connect external devices and networks automatically, and allow processes to interact with hardware (dbus) … Read more

How to Configure Service to Start Automatically in Linux

Service in the Linux operating system is just a program which is executing in the background and does not have any windows or other communication channels with a user interface. There are a lot of services which are working in the background. And most of … Read more

How to Fix Key is Stored in Legacy trusted.gpg Keyring in Ubuntu

You may see the “Key is stored in legacy trusted.gpg keyring” or “apt-key is deprecated” error when you update your system or install new third-party repositories using apt-key or apt-add-repository utilities. Generally, these are not errors, but only warnings and everything will work as expected. … Read more

How to Use Loginctl

The loginctl command is part of the systemd toolkit for Linux system management. It can help manage sessions, view logged-in users, screen lock and unlock, kill sessions and processes of session, etc. Previously, we had to use several utilities and configuration files to do this. … Read more

How to Use Vim Text Editor

Experienced Linux users often use the terminal because it allows them to perform necessary actions much faster. While working with a computer, we quite often have to edit various files. The Linux operating system has several text editors that work in the terminal. Most often, … Read more