https://github.com/ebubekiracar/ipcalculator
Java IP Calculator
https://github.com/ebubekiracar/ipcalculator
ip-calculator ipcalculator ipv4-calculator java-ip-calculator
Last synced: 3 months ago
JSON representation
Java IP Calculator
- Host: GitHub
- URL: https://github.com/ebubekiracar/ipcalculator
- Owner: ebubekiracar
- License: apache-2.0
- Created: 2023-01-19T08:09:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T16:29:30.000Z (almost 2 years ago)
- Last Synced: 2025-01-22T23:41:15.603Z (5 months ago)
- Topics: ip-calculator, ipcalculator, ipv4-calculator, java-ip-calculator
- Language: Java
- Homepage:
- Size: 94.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java IP Calculator

When you type the ipcalculator command from the terminal, you can follow the steps below to make it work.
# Installation:en
Download the **ipcalculator.jar** and **setup.sh** files. Both files must be in the same directory.
Allow setup.sh to run.
```bash
chmod +x setup.sh
```
Run the setup file with sudo authority. The reason it's sudo is because the jar file will be moved to the bin folder.Run the setup.sh file.
```bash
sudo ./setup.sh
```
You are now ready to use the ipcalculator command.# Installation:tr
Terminal üzerinden ipcalculator komutunu yazınca çalışması için aşağıdaki adımları takip edebilirsiniz .
**ipcalculator.jar** ve **setup.sh** dosyalarını indirin.Her iki dosya da aynı dizinde olmalıdır.
setup.sh dosyasına çalışması için izin verin.
```bash
chmod +x setup.sh
```Kurulum dosyasını sudo yetkisiyle çalıştırın. Sudo olmasının nedeni, jar dosyasının bin klasörüne taşınacak olmasıdır.
setup.sh dosyasını çalıştırın.``` bash
sudo ./setup.sh
```Artık ```ipcalculator``` komutunu kullanmaya hazırsınız.