How to copy only specific files uploaded through FTP

Today I’m going to show you a nice way to sync only specific files from user directories to a “fast speed download” server. Basically, all my users upload resources (maps, sounds, models, etc) for a Counter Strike 1.6 Server through FTP. The issue was the fact that all these files had to be copied to …

Read more

How to pass RHCE/RHCT exam! – part 4

This post will be related to the use of grep, sed, and awk to process text streams and files.

GREP

Is a command searches a file for lines containing a match to the given strings and prints the matching lines.
It is mainly used in the following combinations:

grep 'some string'  given_file
cat given_file | grep 'some string'
command | grep 'some string'

Read more

How to pass RHCE/RHCT exam! – part 2

In order to proceed with this “how to” you will need a functional RedHat or RedHat based distribution. To do this, please follow How To Install Red Hat in 50 easy steps tutorial, or visit CentOS website for a free alternative to RedHat. Note: CentOS does not provide commercial support! “CentOS is an Enterprise-class Linux …

Read more

How to Install Red Hat in 50 Easy Steps!

The first thing you need to do is to visit RedHat Store and buy your licence.

Once you have your installation CDs you may proceed with the installation.

1. Insert the 1st CD in the CD-ROM unit. Select as the first boot device the CD-ROM (see How To boot from CD).

This is the first screen that you will see:

RedHat_001

Just press ENTER to install in the Operating System in graphical mode.

2. The installation will start:

Read more