Some people are windows oriented, others are linux oriented. Well I consider my self more of a windows user (I am not proud of that xD) so I decided to give linux a try and use minicom to configure Cisco devices. Here is how to download, Setup and Install minicom on ubuntu to be ready for use.

sudo apt-get install minicom

Okay cool, now that you have installed it, you might want to find out the name of your serial port, Here is how:

dmesg | grep tt # This will bring all the port that are used to connected to outside terminals

Now it is time to configure minicom:

sudo minicom -s

After opting-in this command, follow these steps:

Now Press Esc to go back to main menu, and then save your configuration as dfl or you could save as and choose a name. For example cisco, now every time you would like to use the same configuration just type sudo minicom cisco.

I hope this helps !!

Have a great day.