Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiefunkdai/winbox-linux-installer
A simple helper script to install Mikrotik's Winbox in GNU/Linux
https://github.com/wiefunkdai/winbox-linux-installer
Last synced: about 1 month ago
JSON representation
A simple helper script to install Mikrotik's Winbox in GNU/Linux
- Host: GitHub
- URL: https://github.com/wiefunkdai/winbox-linux-installer
- Owner: wiefunkdai
- License: mit
- Created: 2019-08-06T18:44:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T23:54:46.000Z (over 2 years ago)
- Last Synced: 2024-11-05T16:19:32.413Z (3 months ago)
- Language: Shell
- Homepage: https://sbskomputer.web.id
- Size: 188 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winbox-linux-installer
A simple helper script to install Mikrotik's Winbox in GNU/Linux## Feature:
1. Supported GNU/Linux distributtions: Debian, Ubuntu, Elementary OS, Zorin OS, Linux Mint, Kali Linux, Fedora, RHEL, CentOS, IGOS Nusantara, Archlinux
2. Installs wine
3. Upgrades wine (from the distribution's repo) to a newer version (only for Fedora, RHEL, CentOS, IGN)
4. Menu entry in the application launcher
5. Latest winbox from https://mikrotik.com/download
6. Also winbox from https://stephanusdai.web.id## How to install:
Copy and paste this commands to your terminal:1. `cd /tmp`
2. `git clone https://github.com/wiefung93/winbox-linux-installer.git`
3. `cd winbox-installer`
4. `sudo ./winbox-setup install` **OR** `sudo bash winbox-setup install`## Firewall setting:
On Fedora/CentOS/Redhat, if you experience neighbor discovery problems, open the port in the firewall ( thanks @yrubdab )`firewall-cmd --permanent --add-port=5678/udp`
`firewall-cmd --reload`
## Icon cache in GTK based desktop:
Optional step for GTK based desktop, if the icon is not loaded or loaded with wrong size. Update icon cache with this command:`gtk-update-icon-cache -f -t /usr/share/icons/hicolor`
## How to remove:
If you want to remove winbox, just run this command:`sudo ./winbox-setup remove` **OR** `sudo ./winbox-setup remove`