...
Angel Gual
6 min read

Creating my first project, a program that speeds up your tasks in Linux

July 27, 2022
News
...

New GNU/Linux users have had a hard time getting familiar with the terminal, since most of the things we'll do will be done there, like downloading packages or upgrading the system. Although it is true that we can make use of tools that have a GUI, they do not compare at all with the precision and efficiency of CLI tools.

The Linux terminal tools that are usually installed in some distributions are usually quite useful when it comes to managing our system. That is why I bring you Veapysh, my first program that consists of a series of scripts programmed in python and shell script for the administration of certain system tasks in a friendly way for the end user.

Program features

The program is still in beta version, so at the time of publishing this article, we can mention that Veapysh has scripts capable of automating system backups and automating system updates in a simple and effective way.

Veapysh also has a logging system that helps the administrator to see the changes made by the scripts, as well as their status. It also has a manual page where the user can consult additional information about the program.

Requesting your help

In the case of those who are interested in the project, I invite you to visit the GitHub where the project is located, if you want to contribute with your knowledge, contact me in the contact section of this page.

Visit page project