Best GNOME Extensions in 2024

The GNOME desktop environment already looks quite decent and has virtually everything needed for comfortable work. However, with extensions, you can make it even better. You can more precisely configure the position of the panel, colors, and behavior of the environment. In this article, I … Read more

Snap vs Flatpak. What Difference?

Snap and Flatpak are software deployment and package management systems for Linux, that become very popular recent time. Both look pretty similar at the first glance. Both have some level of isolation, contain all dependencies of application, once packaged, application can be installed in any … Read more

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