Automatically login to IIITDM College LAN/WiFi
-
bash <(curl -s https://raw.githubusercontent.com/abhishekmj303/LogiNetwork/master/linux/install.sh)Note: Install curl if not installed,
- For Ubuntu:
sudo apt install curl - For Fedora:
sudo dnf install curl - For Arch:
sudo pacman -S curl
- For Ubuntu:
-
- Python 3: Install from Microsoft Store (If not installed already)
- Run in PowerShell:
iwr "https://raw.githubusercontent.com/abhishekmj303/LogiNetwork/master/win/install.py" -OutFile "install.py"; python .\install.py; rm .\install.py
No need to do anything after installation. The program automatically detects the network and logs in. (Beta)
Another way to use the script is to run it from the shortcut keys. (When the automatic detection fails)
Default Hotkey is " Ctrl+Alt+e ". To change the hotkey,
-
The program is installed in
/opt/LogiNetwork.- Edit
/opt/LogiNetwork/hotkey.py - Restart service:
systemctl --user restart loginet.service
Disable: Stop and Disable service (
stopanddisablein place ofrestartabove)Uninstall:
bash /opt/LogiNetwork/uninstall.sh - Edit
-
The program is installed in
C:\Users\[username]\LogiNetwork.- Press " Win+R " and type " shell:startup "
- Edit
loginet_bg.pyw - Run
taskkill /im pythonw.exe /im pythonw3.10.exe /fand double clickloginet_bg.pyw
Disable: Kill task and Remove
hotkey.pywfrom startup folderUninstall:
python C:\Users\[username]\LogiNetwork\uninstall.py

