A Linux application for monitoring your computer activity.
src | ||
install.sh | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
uninstall.sh |
Deployment Instructions
-
Install Python and pip:
sudo apt-get update sudo apt-get install -y python3-pip
-
Clone the repository:
git clone https://githaven.org/Alexander_Franklin/screen-monitor.git cd my_service
-
Make the install script executable:
chmod +x install.sh
-
Run the install script to install dependencies and configure the service:
./install.sh
The service should now be installed, enabled to start on boot, and running.
To uninstall, run the following inside the repository folder. It does not have to be the same repository you installed it from.
-
Make the uninstall script executable:
chmod +x uninstall.sh
-
Run the uninstall script to remove the service and program folders:
./uninstall.sh
Note that this script will not uninstall the pip packages.