forked from poz/sudo-parental-control
fix: fix readme
This commit is contained in:
parent
7691162b95
commit
7698524e2b
1 changed files with 72 additions and 26 deletions
98
README.md
98
README.md
|
@ -1,33 +1,79 @@
|
||||||
# Sudo Parental Control
|
# sudo parental control
|
||||||
|
## sudo parental control
|
||||||
|
### sudo parental control
|
||||||
|
#### sudo parental control
|
||||||
|
##### sudo parental control
|
||||||
|
###### sudo parental control
|
||||||
|
##### sudo parental control
|
||||||
|
#### sudo parental control
|
||||||
|
### sudo parental control
|
||||||
|
## sudo parental control
|
||||||
|
# sudo parental control
|
||||||
|
|
||||||
## Overview
|
# usage
|
||||||
Sudo Parental Control is a project aimed at implementing a system where children can use the `sudo` command, which then sends the request to a server for parental approval. This system allows parents to monitor and control the commands executed by their children on a shared server environment.
|
## usage
|
||||||
|
### usage
|
||||||
|
#### usage
|
||||||
|
##### usage
|
||||||
|
###### usage
|
||||||
|
##### usage
|
||||||
|
#### usage
|
||||||
|
### usage
|
||||||
|
## usage
|
||||||
|
# usage
|
||||||
|
|
||||||
## Features
|
# server
|
||||||
- Child users can use the `sudo` command with restrictions.
|
## server
|
||||||
- Requests made by children are sent to a server for parental approval.
|
### server
|
||||||
- Parents can monitor and approve/reject commands executed by their children.
|
#### server
|
||||||
- Detailed logs and activity tracking for better monitoring.
|
##### server
|
||||||
|
###### server
|
||||||
|
##### server
|
||||||
|
#### server
|
||||||
|
### server
|
||||||
|
## server
|
||||||
|
# server
|
||||||
|
|
||||||
## Installation
|
i don't know
|
||||||
1. Clone the repository: `git clone https://github.com/your-username/sudo-parental-control.git`
|
|
||||||
2. Install dependencies: `npm install`
|
|
||||||
3. Configure the server and client settings.
|
|
||||||
4. Run the application: `npm start`
|
|
||||||
|
|
||||||
## Usage
|
# client
|
||||||
1. Child users can use the `sudo` command followed by the desired command.
|
## client
|
||||||
2. The request is sent to the server for parental approval.
|
### client
|
||||||
3. Parents can approve or reject the command through the provided interface.
|
#### client
|
||||||
4. Logs and activity can be viewed for monitoring purposes.
|
##### client
|
||||||
|
###### client
|
||||||
|
##### client
|
||||||
|
#### client
|
||||||
|
### client
|
||||||
|
## client
|
||||||
|
# client
|
||||||
|
```
|
||||||
|
sudo <command>
|
||||||
|
```
|
||||||
|
|
||||||
## Contributing
|
# thanks
|
||||||
We welcome contributions to improve and enhance the Sudo Parental Control project. Feel free to fork the repository and submit pull requests with your changes.
|
## thanks
|
||||||
|
### thanks
|
||||||
|
#### thanks
|
||||||
|
##### thanks
|
||||||
|
###### thanks
|
||||||
|
##### thanks
|
||||||
|
#### thanks
|
||||||
|
### thanks
|
||||||
|
## thanks
|
||||||
|
# thanks
|
||||||
|
thanks
|
||||||
|
|
||||||
## License
|
# special thanks
|
||||||
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
## special thanks
|
||||||
|
### special thanks
|
||||||
|
#### special thanks
|
||||||
|
##### special thanks
|
||||||
|
###### special thanks
|
||||||
|
##### special thanks
|
||||||
|
#### special thanks
|
||||||
|
### special thanks
|
||||||
|
## special thanks
|
||||||
|
# special thanks
|
||||||
|
thanks
|
||||||
|
|
||||||
## Contact
|
|
||||||
For any questions or feedback, please contact us at [email@example.com](mailto:email@example.com).
|
|
||||||
|
|
||||||
Thank you for considering Sudo Parental Control for your parental monitoring needs. We hope this project helps in creating a safer and controlled environment for your children's online activities.
|
|
||||||
|
|
Loading…
Reference in a new issue