How Do I Fix My Broken Contact Form?

Most websites nowadays incorporate advanced functionality, such as sending a confirmation message when a visitor registers on the site, emailing password reset links in case of a lost password and providing people with a way to get in touch with the site owner via a...

How to connect through SSH?

Before you connect with SSH, you need to create an SSH account. You can use the How to create an SSH account guide. To connect through SSH you need to use a telnet/SSH client. If you use Microsoft operating system, we recommend using PuTTY and following our guide on...

How to connect through SSH using PuTTY?

Before you connect with SSH, you need to create an SSH account. You can use the How to create an SSH account guide. You can download PuTTY from the official website: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Once PuTTY is installed on your...

How to connect through SSH using FireSSH?

Before you connect with SSH, you need to create an SSH account. You can use the How to create an SSH account guide. You can download FireSSH from the official Firefox add-ons page: https://addons.mozilla.org/en-US/firefox/addon/firessh/ Once FireSSH is installed on...

How to use telnet?

Telnet allows you to see if you have а connection to a specific hostname on a given port. To use Telnet you need to execute the following command through your computer’s console or command prompt: telnet HOSTNAME PORT To quit telnet use the combination of “Ctrl” and...