Entries

How to put a list (names) of all files in folder in one file (example in Modicia Linux)

Just imagine you have a folder with 100 digital books in different format, meaning you have a lot of files with different file extensions and you want to share the list with your friends. In Linux you don't need to install additional software to do it. Standard terminal, which is a part of every (EVERY!) linux distribution, can help you to do it within a second.

For my example I've chosen /etc folder in my Modicia linux system, because there are a lot of files. Let's put all file names (including file's extension) in one text file.

Solution is very easy and simple. First, we are listing all files and then we're saving those listed names in a file:

Go into a folder, where you have files (in my case it is /etc):

$ cd /etc

Then we have to list all files and save filenames into .txt file.

Listing of file in a folder is very easy: type this command in terminal:

$ ls

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) Geany in Modicia Linux

If you really want to delete Geany from you Modicia Linux system, you can run only one command in terminal to do it:

$ sudo apt-get purge geany

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  geany*
0 upgraded, 0 newly installed, 1 to remove and 101 not upgraded.
After this operation, 3,088 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 256983 files and directories currently installed.)
Removing geany (1.32-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) Mediainfo app in Modicia Linux

If you don't need Mediainfo in your Modicia Linux system anymore, you can easily remove it by running this command:

$ sudo apt-get purge mediainfo

output:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  mediainfo* selene*
0 upgraded, 0 newly installed, 2 to remove and 101 not upgraded.
After this operation, 1,758 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 257056 files and directories currently installed.)
Removing selene (17.7-0~201707260225~ubuntu18.04.1) ...
Removing mediainfo (17.12-1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020

Test internet connection speed in Modicia Linux

Modicia Linux distro has pre-installed tool for testing internet connection speed. Application "TEST SPEED" has it's own shortcut in Main menu ("Internet section"). You can just choose menu item "TEST SPEED" or you can run this connection speed measuring application from terminal.


If you look the properties of shortcut of "TEST SPEED" application in main menu (clicking RightMouseButton), you will see details of shortcut:

Read more

Written by Administrator on Thursday April 23, 2020

How to install Flameshot in Modicia Linux [with screenshot]

Flameshot is very powerful screenshot manager for Linux. Installation in Modicia Linux is very fast and simple:

$ sudo apt-get install flameshot

output:

$ sudo apt-get install flameshot

Reading package lists... Done
Building dependency tree... Done
The following NEW packages will be installed:
  flameshot
0 upgraded, 1 newly installed, 0 to remove and 101 not upgraded.
Need to get 217 kB of archives.
After this operation, 823 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 flameshot amd64 0.5.1-2 [217 kB]
Fetched 217 kB in 2s (125 kB/s)    
Selecting previously unselected package flameshot.
(Reading database ... 257035 files and directories currently installed.)
Preparing to unpack .../flameshot_0.5.1-2_amd64.deb ...
Unpacking flameshot (0.5.1-2) ...
Setting up flameshot (0.5.1-2) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Processing triggers for bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) NetHack-Console in Devuan Linux

In case you don't need Console game NetHack any more, you can easily uninstall it by running only two commands in terminal:

$ sudo apt-get purge nethack-console

and

$ sudo apt autoremove nethack-console

Output:

$ sudo apt-get purge nethack-console

[sudo] password for dima: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following package was automatically installed and is no longer required:
  nethack-common
Use 'sudo apt autoremove' to remove it.
The following packages will be REMOVED:
  nethack-console*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 2,401 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 103588 files and directories currently installed.)
Removing nethack-console (3.6.0-4+b1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
(Reading database ... 103579 files and directories currently installed.)
Purging configuration files for nethack-console (3.6.0-4+b1) ...


$ sudo apt autoremove nethack-console

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'nethack-console' is not installed, so not removed
The following packages will be REMOVED:
  nethack-common
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 2,088 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 103578 files and directories currently installed.)
Removing nethack-common (3.6.0-4+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...

Read more

Written by Administrator on Thursday April 23, 2020

How to remove (uninstall) the game VMS Empire in Devuan Linux

For complete removal of the game VMS Empire in Devuan Linux, you have to run two commands (purge & autoremove), combine in one command:

$ sudo apt-get purge empire && sudo apt autoremove empire

output:

$ sudo apt-get purge empire && sudo apt autoremove empire

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  empire*
0 upgraded, 0 newly installed, 1 to remove and 1 not upgraded.
After this operation, 205 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 103603 files and directories currently installed.)
Removing empire (1.14-1+b1) ...
Processing triggers for mime-support (3.60) ...
Processing triggers for desktop-file-utils (0.23-1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Processing triggers for hicolor-icon-theme (0.15-1) ...
(Reading database ... 103588 files and directories currently installed.)
Purging configuration files for empire (1.14-1+b1) ...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package 'empire' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.

Read more

Written by Administrator on Thursday April 23, 2020