![]() |
|
How to download and install TuxCut on Linux Systems - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: How to download and install TuxCut on Linux Systems (/Thread-How-to-download-and-install-TuxCut-on-Linux-Systems) |
How to download and install TuxCut on Linux Systems - ElSyad - 04-24-2020 Hello world, Today I'll share with you how to install Tuxcut on Linux systems # What is Tuxcut? A utility that protect linux computers againest arpspoof attacks # Features - Hide your machine (ip/MAC) from arp scanner utilities. - list all the live host in your LAN. - cut the connection between any live host and the gateway. - use wondershaper to control your upload or download speed limits. # Download https://github.com/a-atalla/tuxcut/releases # Which version should I download? - For all systems based on Debian, Ubuntu, Linux Mint Choose the .deb extension - For all systems based on Redhat, Fedora Choose the .rpm extension # Installation - For all systems based on Debian, Ubuntu, Linux Mint After download the file, you should go to the "Downloads" directory and execute this command "ls" to view all files Then execute this command to install the utility Code: sudo dpkg -i tuxcut.deb![]() If it give you an error, it's because some incomplete dependencies and you have to execute this command to fix it Code: sudo apt-get install -fType "Y" to complete the process ![]() Now execute this command to activate the service Code: sudo systemctl start tuxcutd- For all systems based on Redhat, Fedora After download the file, you should go to the "Downloads" directory and execute this command "ls" to view all files Then execute this command to install the utility Code: dnf install tuxcut.rpmThen execute this command to activate the service Code: systemctl start tuxcutdOpen the utility and choose your Network Interface for example "eth0" ![]() Now you can see all connected devices on your network ![]() Enjoy the tool ![]() I hope you like this tutorial Regards, ElSyad/. RE: How to download and install TuxCut on Linux Systems - mothered - 04-24-2020 A brilliant HQ tutorial to say the least. Very well formatted, Illustrated and elaborated that makes It a pleasure to read. Well done. RE: How to download and install TuxCut on Linux Systems - ElSyad - 04-24-2020 (04-24-2020, 12:27 PM)mothered Wrote: A brilliant HQ tutorial to say the least.Thanks for your kind words |