Tag Archives: commands

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…)

SSH Cheat Sheet

29 Jan

SSH Cheat Sheet

SSH is a necessary tool in any server admin’s arsenal. It is the main way you will be interacting with your servers whenever you are performing system tasks such as install, updates, etc. SSH allows you to remotely connect to your server and command it via the shell. Below is a list of commands you will use commonly while working with your server.

(more…)