Giter VIP home page Giter VIP logo

manager_v2's Introduction

Qt Quick Linux Manager Utility - Application

Title : Linux Manager Application
Author : Dimos Katsimardos
Date : Janvier 06, 2020
IDE : Qt Creator 4.11.0 Open Source Community Edition
Tools : Qt 5.14.0 Open Source Community Edition, QML, C++
Applicable : Every Linux distribution

  • Description: This is a custom Qt Quick Application for Linux Desktop. User has the ability create or remove a new or existing user from its Linux Desktop by providing his/her credentials. Also, the user has the ability to create, rename or remove a group from the system. Last, there is provided an option for a few system related information, like for example: the current real users and groups that exist in the Linux system, the available shells of the target system, the Networking Interfaces, the Routing tableand the Firewall configuration of the system for every possible Firewall Table, like for example Filter, RAW, Security and Mangle.

  • Manager Interface:

Manager


  • Deployment via CQtDeployer :

    1. Build in Qt Creator in 'Release' mode

    2. Clean project

    3. Enter terminal inside release folder where Manager_v2 is located

    4. install CQtDeployer

    5. Run next command to generate a Distribution/ folder for generate Distribution in out folder :

      make deploy
      
    6. Run this Distribution/bin/Manager_v2 executable to launch application


  • Update: December 29, 2020 (tested under Ubuntu 18.04/20.04) Deployment procedure/guide through appimagetool and linuxdeployqt:

Step I:

$ /home/$USER/Downloads/linuxdeployqt*.AppImage /path-to-this-build-Release-version/Manager_v2 -qmake=/path-to-Qt-qmake/qmake [-unsupported-allow-new-glibc]

Step II:

Create a Manager_v2.desktop file, like next one (also use a manager_v2.png (256x256) file to be used as the AppImage's icon):

[Desktop Entry]
Type=Application
Name=Linux Desktop Manager_v2 App
Comment=Qt Quick Controls 2 Linux Desktop Application
Exec=Manager_v2
Icon=manager_v2
Categories=Settings;Development

Step III:

$ /home/$USER/Downloads/appimagetool-x86_64.AppImage /path-to-this-build-Release-version/

  • Example I : Adding a new group in the system : ย 
    • Provide credentials, long press Submit to activate & press this button

      credentials

    • List users before new user creation

      cat_users_apriori

    • Type new user information and press the button CREATE

      create_new_user

    • List users after new user creation

      cat_users_aposteriori

    • BONUS: Check IPv4 Firewall configuration for Mangle Table

      ip4tables_Mangle

manager_v2's People

Contributors

dimkatsi91 avatar endrii avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.