
Originally Posted by
cyberglyph
... packet tracer from Cisco was available from Cisco's website it downloads as a .gzip which I unpacked and it runs just fine, but I have to navigate to the folder and click it to run the program. Is there a way to install this so I have an Icon put into the "applications" menu system or even create a desktop Icon?
The suggestion for using gns3 is great - I was not aware of that.
As for creating an icon to run Packet Tracer, the process to do this in KDE is surprisingly silly.
One way is to right click on the Suse / Application menu in the task bar and then select "Edit applications . . . " Some screen shots for how to proceed from there are at http://xmodulo.com/2013/11/create-de...her-linux.html
You can also create a text file containing the necessary information in your ~/Desktop directory. For example, here is one that launches steam. You could modify this to launch Packet Tracer instead.
Code:
me@workstation:~/Desktop> cat steam.desktop
[Desktop Entry]
Name=Steam
Comment=Application for managing and playing games on Steam
Exec=/usr/bin/steam %U
Icon=steam
Terminal=false
Type=Application
Categories=Game;Amusement;
MimeType=x-scheme-handler/steam;
Good luck in your Cisco classes! You will find Linux puts a wealth of networking tools at your fingertips. Here are a few fun ones to play with: iptraf, mtr, ettercap, dig, and nmap
Bookmarks