Skip to content

Instantly share code, notes, and snippets.

View Rizal-13's full-sized avatar

Rizal Rizal-13

View GitHub Profile
@anpleenko
anpleenko / install_wimbox.sh
Created June 10, 2020 09:14
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'