Entries

How to install Flameshot in Solus OS

Solus OS has it's own package manager for installing and uninstalling programs: eopkg.

Let' install popular screenshot maker on our Solus OS system:

$ sudo eopkg install flameshot

Read more

Written by Administrator on Sunday April 5, 2020

How looks standard desktop in Mabox Linux

Mabox is linux, based on Manjaro Linux. Here is screenshot of standard "out-of-box" installation desktop:

(you can click on the image to get the full version)

Read more

Written by Administrator on Saturday April 4, 2020

How to download and install FileZilla in openSUSe Linux [with screenshots]

FileZilla is famouse FTP manager in Linux. Now we'll try to download and install it. In my case I use openSUSE Linux, but this is manual is usable for other Linux distributios as well. So, visit http://filezilla-project.org and download installation archive (on screenshot it's checked "Open with Engrampa", but choose "Save File"):

Read more

Written by Administrator on Saturday April 4, 2020

How to change font size in Flameshot in Linux [with screenshots]

Flameshot is very popular screenshot maker for Linux systems, but lack of detailed documentation brings troubles for users. For example, Flameshot has on option to put text on screenshot, but default font size is too smal for bigger images and resulting image is not what we wanted to do.

Solution is very simple:

Read more

Written by Administrator on Saturday April 4, 2020

How to permanently delete files from USB drive in Linux [with screenshots]

There are several ways how to clear you USB stick:

Format your USB drive in openSUSE Linux (XFCE)

Formatting USB stick in Linux is very simple. If you and linux terminal are friends, you can do it directly from command line: How to format USB drive in Linux. If you like to work with a mouse in graphical environment (GUI), you can format your USB drive with a program called GParted.

Read more

Written by Administrator on Saturday April 4, 2020

How to uninstall programs from terminal in openSUSE Linux

openSUSE Linux has a great tool for installing and uninstalling programs: zypper. You can use YaST to uninstall programs in SoftwareManagement, but from my point of view the fastest way is to uninstall the program in command line (terminal):

$ sudo zypper rm {program name}

For example, we want to uninstall the game iagno. Run a command:

$ sudo zypper rm iagno

Read more

Written by Administrator on Saturday April 4, 2020