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...

How to use mod_rewrite (RewriteRule/RewriteCond)

In this tutorial, we are going to walk you through the process of enabling mod_rewrite on your AwardSpace web server.   What is Mod_Rewrite? Mod_rewrite is an Apache module that helps you perform redirects and define rewrite rules with the use of a .htaccess...