https://github.com/espacio-root/zen-legacy
CLI tool that allows for more productive sessions online by blocking certain websites
https://github.com/espacio-root/zen-legacy
Last synced: 11 months ago
JSON representation
CLI tool that allows for more productive sessions online by blocking certain websites
- Host: GitHub
- URL: https://github.com/espacio-root/zen-legacy
- Owner: Espacio-root
- Created: 2023-10-13T20:34:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-15T08:32:33.000Z (over 2 years ago)
- Last Synced: 2025-06-27T12:53:39.291Z (12 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# INSTALLATION GUIDE (Linux)
1) Clone the repository:
`git clone https://github.com/Espacio-root/zen.git ~/`
2) Install dependencies:
```
python3 -m venv ~/zen/venv
source ~/zen/venv/activate
pip install mitmproxy
```
3)Replace [user] with your username in script.sh and zen.service file:
4) Execute the following code as super user:
```
sudo chmod +x ~/zen/startup.sh
sudo cp zen.service /etc/systemd/system/zen.service
sudo systemctl enable zen.service
sudo systemctl start zen.service
```
5) Configure the browser (firefox):
i) Open firefox settings and search for `proxy`
ii) Click on the settings button that shows up
iii) Select Manual Proxy Configuration
iv) Set the proxy to be 127.0.0.1 and port to be 8080
v) Click on Ok