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: 3 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T05:33:13.000Z (about 2 years ago)
- Last Synced: 2025-01-16T05:55:19.930Z (4 months ago)
- Topics: client, network, python, systemctl, tkinter
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- 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