44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			44 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|   | ## Welcome to Gentle Process Management!
 | ||
|  | 
 | ||
|  | This guide will help you get familiar with our application designed to streamline your system's background tasks.  | ||
|  | 
 | ||
|  | ## What is it?
 | ||
|  | 
 | ||
|  | Imagine having a gentle nudge to keep things running smoothly. That's what this app does! It's like a dedicated helper who quietly checks on specific processes and, if needed, guides them to a peaceful stop.  | ||
|  | 
 | ||
|  | ##  Under the Hood (in Simple Terms) 
 | ||
|  | 
 | ||
|  | This application is a set of tools designed for Unix systems. It works behind the scenes, using a built-in scheduler to regularly check on certain programs. If the app finds a program that needs to be stopped, it gently halts its operation.  | ||
|  | 
 | ||
|  | **Think of it like this:**  Imagine having a list of tasks you want to complete throughout the day. This app acts as your friendly reminder, ensuring those tasks are finished at the right time.   | ||
|  | 
 | ||
|  | ## Getting Started 
 | ||
|  | 
 | ||
|  | Here's a step-by-step guide for a smooth installation: | ||
|  | 
 | ||
|  | * Open a terminal window on your Unix system | ||
|  | 
 | ||
|  | * Navigate to the directory where you downloaded the application files | ||
|  | 
 | ||
|  | ``` | ||
|  | git clone https://github.com/softwareshinobi/tor-robot-remix.git | ||
|  | ``` | ||
|  | 
 | ||
|  | * navigate into install files directory | ||
|  | 
 | ||
|  | ``` | ||
|  | cd tor-robot-remix | ||
|  | ``` | ||
|  | 
 | ||
|  | * Run the install script as sudo | ||
|  | 
 | ||
|  | ``` | ||
|  | sudo bash install.bash | ||
|  | ``` | ||
|  | 
 | ||
|  | * Monitor the installation | ||
|  | 
 | ||
|  | ``` | ||
|  | bash robot/monitor.bash | ||
|  | ``` |