Skip to content

Releases: Arelius-D/NeXnetInt

Initial Release

05 Mar 00:40

Choose a tag to compare

Initial Release of NeXnetInt

NeXnetInt is a utility for switching network interfaces with optimized connectivity and seamless transitions.

Features

  • Detect and manage network interfaces
  • Switch NICs for temporary session changes
  • Install as a systemd service for persistent management

Download, Extract and Install:

  • Using wget:
    wget https://github.com/Arelius-D/NeXnetInt/releases/download/v1.0.0/NeXnetInt.tar.gz && \
    tar -xzvf NeXnetInt.tar.gz && \
    cd NeXnetInt && \
    sudo chmod +x nexnetint.sh && \
    sudo ./nexnetint.sh --initiate && \
    cd .. && \
    rm -rf NeXnetInt NeXnetInt.tar.gz
  • Using curl:
    curl -L https://github.com/Arelius-D/NeXnetInt/releases/download/v1.0.0/NeXnetInt.tar.gz -o NeXnetInt.tar.gz && \
    tar -xzvf NeXnetInt.tar.gz && \
    cd NeXnetInt && \
    sudo chmod +x nexnetint.sh && \
    sudo ./nexnetint.sh --initiate && \
    cd .. && \
    rm -rf NeXnetInt NeXnetInt.tar.gz
  • Note: NeXnetInt is installed system-wide in /usr/local/bin/nexnetint. The command above automatically removes the temporary NeXnetInt/ directory and tarball after installation.

Now you can execute NeXnetInt by using:
nexnetint