Skip to content

Instantly share code, notes, and snippets.

View Rizal-13's full-sized avatar

Rizal Rizal-13

View GitHub Profile
@Rizal-13
Rizal-13 / install_wimbox.sh
Created May 24, 2024 14:25 — forked from anpleenko/install_wimbox.sh
Winbox on Ubuntu 20.04 Desktop
sudo apt-get install wine -y
wget http://www.mikrotik.com/download/winbox.exe
sudo mv winbox.exe /bin
wine /bin/winbox.exe
# alias winbox='wine /bin/winbox.exe'