Simple Live Data Collection.
How it works?
Installation
git clone https://github.com/LetsDefend/Simple-Live-Data-Collection
Server
cd server
python main.py
Admin
cd admin
python main.py
Client
cd client
python main.py
Change the “HOST” variable in main.py file
Screenshots
Choosing between Debian vs Ubuntu is one of the most common decisions Linux administrators face…
Knowing how to Check Ubuntu Version details is essential for system administration, troubleshooting, and software…
Managing a Linux server becomes much safer when you Create Sudo User accounts instead of…
Managing software on Linux becomes much easier when you know how to List Installed Packages…
Introduction Variables are one of the most important basics of Bash scripting. A variable is…
Introduction Running a Bash script in Linux is a basic but important skill for anyone…