Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kartikmehta8/systemctl-gui-client
This Python Tkinter app allows users to start, stop, and restart essential services like SSH, network, Apache, MySQL, Nginx, and Cron with password authentication and displays the command output.
https://github.com/kartikmehta8/systemctl-gui-client
client network python systemctl tkinter
Last synced: 15 days ago
JSON representation
This Python Tkinter app allows users to start, stop, and restart essential services like SSH, network, Apache, MySQL, Nginx, and Cron with password authentication and displays the command output.
- Host: GitHub
- URL: https://github.com/kartikmehta8/systemctl-gui-client
- Owner: kartikmehta8
- License: mit
- Created: 2023-05-20T05:14:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-20T05:33:13.000Z (over 1 year ago)
- Last Synced: 2024-11-15T17:40:04.417Z (3 months ago)
- Topics: client, network, python, systemctl, tkinter
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## systemctl gui client
This Python Tkinter application provides a user-friendly interface for managing essential services in a Linux system. It enables starting, stopping, and restarting services such as SSH, network, Apache, MySQL, Nginx, and Cron. The user is prompted to enter their password for authentication, ensuring secure access to the system. The app executes the corresponding systemctl commands with the provided password and displays the output, indicating whether the operation was successful or not.
This tool simplifies service management and enhances system administration efficiency.
Made & open-sourced with ❤️ by kartikmehta8