NewEraCracker / LOIC

Deprecated - Low Orbit Ion Cannon - An open source network stress tool, written in C#. Based on Praetox's LOIC project. USE ON YOUR OWN RISK. WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. IF YOU GET V& IT IS YOUR FAULT.
https://github.com/NewEraCracker/LOIC/
Other
2.6k stars 646 forks source link

Wrong/old instructions of wine installation #83

Closed TNTBOMBOM closed 4 years ago

TNTBOMBOM commented 4 years ago

Wine instructions doesnt work directly as it mentioned here it needs some improvements:

There is Wine64 and Wine32 , apt install wine it will install wine64 because Debian and most distros deprecating/not using by default i386 architecture, so user need to specify the wine version.

Better refer the user to install wine on debian from the official website of winehq:

https://wiki.winehq.org/Debian

(why do we need 32bit? because loic architecture is 32bit)

NewEraCracker commented 4 years ago

I have edited the wiki entry to add your comment: https://github.com/NewEraCracker/LOIC/wiki/How-to-run-LOIC-using-Wine

TNTBOMBOM commented 4 years ago

Ok awesome!

Thx :)

Closing as resolved.