Categorie: Linux (RHEL / CentOS)
-
Linux FTP script to upload/backup files
This document contains an automatic ftp script to upload/backup files to a remote ftp server. You can schedule this script to use this as a simple backup solution.
-
SSH Login Without Password
This article explains how you can arrange login to a remote Linux server without entering a password.
-
Install and Configure Sendmail
This document describes the basic configuration of Sendmail, an open source email routing facility that supports mail-transfer (SMTP).
-
Linux Archiving Utility
This document contains various TAR command examples for creating and extracting (compressed) archive files.
-
YUM Package Manager
YUM (Yellowdog Updater Modified )is an interactive, automated package manager to install, upgrade and manage packages( from online repositories) on Linux system. In this article you will find the frequently used yum commands.
-
User- and Group Management
This document describes the basic commands for User- and Group Management.
-
Backup and Restore MySQL Database
In this article you will find several practical examples on how to use mysqldump tool to backup and restore MySQL Databases.
-
Configuring a Static IP Address
This document describes the steps to configure a Linux System with a static IP Address.
-
Deleting Linux files that are x days old
This is a quick how-to to clear out older files in a directory.
-
Implementing Apache Front-end Gateway (reverse proxy)
Apache can be configured in reverse proxy (gateway) mode. Then Apache is acting to clients just like an ordinary web server. The client makes ordinary requests for content in the name-space of the reverse proxy. The reverse proxy then decides where to send those requests, and returns the content as if it was itself the…