How to Create a Desktop Shortcut in Ubuntu

In Windows, you can create shortcuts on your desktop to launch applications since the very first versions. A long time ago, Ubuntu and other distributions with GNOME had that ability too. However, after the GNOME 3 release, the desktop environment design was reworked, and all … Read more

How to Open Task Manager in Ubuntu

If you have switched from Windows, you know, that you can press Ctrl+Shift+Esc to open task manager and get information about CPU or memory usage or kill unwanted applications. There is no direct equivalent for Linux, but you can use some applications and command-line tools … Read more

How to Enable Remote Desktop in Ubuntu 22.04

The remote desktop feature allows you to connect and control your PC remotely. For example, you can connect to your work PC when you are home, or you can connect to a remote work station that is available only in your work network. In this … Read more

How to Fix User is Not in the Sudoers File in Ubuntu

If you don’t turn on an “Administrator” switch when creating a user in Ubuntu, and then log in and try to run sudo, you will get an error: “user is not in the sudoers file this insident will be reported.” In this short tutorial we … Read more

How to Change Keyboard Layout Using Alt+Shift in Ubuntu

The main official Ubuntu image uses the GNOME desktop environment, and the support for keyboard layout switching methods is quite complicated here. By default, the keyboard layout switching is done using Super+Space and Shift+Super+Space key combinations. The first one switches to the next layout, and … Read more

How to Mount Windows Share in Linux

In the Windows operating system, there is a feature called file sharing. On one computer, you can set up windows-shared folder that will be accessible to all computers on the local network. This is done using the SMB protocol, which has several versions. In Linux, … Read more

How to Open Looking Glass in GNOME

Most browsers come equipped with developer tools that enable the inspection of page elements and execution of JavaScript code live on the page itself. Interestingly, parts of the GNOME desktop environment are also written in JavaScript, including the GNOME Shell and its extensions. Thus, there … Read more

How to Copy Hidden Files in Linux

Sometimes, you might need to copy hidden files or folders from one location to another. In Linux, hidden files are characterized by a period (.) as the first character of their name. A common example would be copying a user’s home directory or a directory … Read more

How to Find Folder by Name in Linux

You may often need to locate specific directories for various purposes, such as finding configuration, identifying folders containing backup data, or searching for project-related directories. One of the most efficient ways to find a directory by name is using the find command. In this short … Read more

How to Find File in Linux

In Unix operating systems and Linux all objects are files. It means that files are used not only for saving user data and system configuration, but different system management and communication mechanisms are based on files too. Therefore, searching for files is very important, and … Read more