https://github.com/witoo-source/darwin-toolbox
https://github.com/witoo-source/darwin-toolbox
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/witoo-source/darwin-toolbox
- Owner: witoo-source
- Created: 2024-08-19T20:15:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T21:26:34.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T15:32:28.727Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# darwin-toolbox

---
## Usage
### run:
```bash
git clone https://github.com/witoo-source/darwin-toolbox.git
```
```bash
cd darwin-toolbox
```
```bash
chmod +x install.sh
```
```bash
./install.sh
```
## First IP tracked:
```bash
dawt ipsx
```
## and you will get something like this:

# Notes:
You need `nodejs` (https://nodejs.org) and `unix-like` system (Linux/macOS)
### To install node.js on macOS:
#### Install homebrew
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```
#### then
```bash
brew install node
```
### 💻 To install node.js on linux (Debian)
#### Using apt
```bash
sudo apt update
```
```bash
sudo apt install nodejs
```