How to Enable Remote Desktop in Ubuntu 24.04 & 24.10

The remote desktop feature allows you to connect to a remote computer or virtual machine over a network. This is quite convenient, but until recently, Ubuntu had some issues with this. The built-in remote desktop program didn’t support creating new sessions, and most third-party programs … Read more

How to Install Nvidia Drivers on Ubuntu 24.04

If you have an Nvidia graphics card installed on your computer, it’s better to use official drivers. The quality of the open-source Nouveau driver has greatly improved over the years and is almost on par with the proprietary one in terms of performance, but you … Read more

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