Entries

How to change screenshot hotkey for screenshots in Linux (openSUSE, XFCE example)

Those, who have XFCE window manager, surely have pre-installed screenshot-making program. It will surely be "xfce4-screenshooter" or "lximage-qt".


How to change screenshot button?

XFCE has a greay and simply-to-use tool for assigning hotkeys for any action you do in Linux. Using this tool you can assign any program to start, to stop, or to do everything you want. The most simple way, how to do it is to know terminal-command you want assign hotkey to and then set it up.

In my case I will be changing hotkey for running lximage tool for making screenshots in XFCE window manager (my system is openSUSE).

What program is actually making screenshots?

When I click PrtScr button on my laptops's keyboard, screenshot program is launched. Me, as a normal user, I don't know the real name of the program in the system, because, Screenshot menu item I have in main menu merely has a name "Screenshot", but it's not a program itself, it's just a shortcut embedded in main menu in my system. Real program name is hidden for me (frankly speaking, user even normally doesn't need to know it).

So, in case we plan to change the hotkey for screenshot-making program, we have to know, what program is called by clicking on Screeshot item in main menu.

Read more

Written by Administrator on Friday April 3, 2020

What to do if you see GNU GRUB version and no login screen in Linux

Sometimes an error can happen and you will see following message on startup:
 

GNU GRUP Version 2.02

Minimal BASH-like line editing is supported. For the first word, 
TAB lists possible command completions. Anywhere else TAB lists 
possible device or file completions.

So, something went wrong, but its not a problem. Let's repair it:

Read more

Written by Administrator on Thursday April 2, 2020

How to change color in Flameshot

Flameshot is very popular screenshot manager in Linux. Many people make screenshots and want edit (make arrow, frames etc), but don't know, how to change color of rows and frames. Let's make it clear.

So, you are trying to select some area with rectangle, and color is set to ... for example, blue (in my case):

How to change color in Flameshot?

What if I want to make red rectangle? It's not very clear, but in the moment we are selecting an area to capture, you should push SPACE BUTTON. I will show you, how.

Read more

Written by Administrator on Wednesday April 1, 2020

How to burn ISO on USB drive using BalenaEtcher (with screenshots)

There're a lot of reasons, why do you want burn iso on your USB drive. May be you want create bootable USB drive or just backup your data. Etcher is very simple in use and effective way, how to burn ISO image on USB drive in Linux.

In this case I'm using openSUSE Linux distro, but I'm sure, balenaEtcher works the same in other distros as well.

Let's run Etcher:

Read more

Written by Administrator on Wednesday April 1, 2020

How to check your BIOS info in Linux

The simplest and the fastest way to get your BIOS information from command line (terminal) is to run a command:

In openSUSE Linux

$ sudo dmidecode -t bios

Output:

Read more

Written by Administrator on Wednesday April 1, 2020