Tag Archives: tutorial

View the beginning of a log file using HEAD

26 Apr

Use the following command to view the first 10 lines of a log file or any other txt file.

[root@chaseleads ~]# head /path/to/your/web_transfer.log

(more…)

How to setup an SSL Certificate on Apache

31 Mar

Setup SSL Tutorial teaches you how to generate and setup a SSL certificate.
Assuming you have apache and openssl installed, you would like to generate and setup an SSL certificate for a domain and generate a CSR.

(more…)