Today I needed to connect to MySQL server in vagrant using SequelPro. But I did not want to open the server IP/ports to the whole network.
I was looking a way to connect to my server then I found out that SequelPro allows you to open an SSH tunnel to your server to connect MySQL server. Using the SSH settings of vagrant, I was not able to connect to my server in order to connect to MySQL Server.
I've been working on multiple projects at either work or home. Apache comes with its Directory Listing feature. It is quite handy to reach local sites that located in your localhost using Apache's Directory Listing.
But! If you have multiple projects/websites in your localhost and these are increasing (all other test purposes projects), it's quite difficult to handle all these installations using directory listing.