###Cron - Scheduler###
Features:
1. Scheduler
2. Rules (Cron entries) are based on times:
a. minute (0-59)
b. hour (0-23)
c. day of the month (1-31)
d. month (1-12)
e. day of the week (Sun,Mon,Tue, etc. OR 0-7)
f. command to execute (shell, perl,...
Thursday, August 28, 2014
How to Stepup Crontab Scheduler from Terminal command in Linux
Cloud Network
August 28, 2014
Tags:
Redhat Linux

How to Creating Your Own Repository Using Command Mode
Cloud Network
August 28, 2014
p { margin-bottom: 0.25cm; direction: ltr; line-height: 120%; text-align: left; widows: 2; orphans: 2; }
Creating
your own repository
Step
1) Check if the package is installed if not install the package :
create repo
Step
2) Make a directory for repository
createrepo
/root/<Directory-name>
Step
3) Edit the main configuration file
/etc/yum.repos.d/rhel-debuginfo.repo
Edit
according...

What is chmod and Completely about its Permissions
Cloud Network
August 28, 2014
p { margin-bottom: 0.25cm; direction: ltr; color: rgb(0, 0, 0); line-height: 120%; widows: 2; orphans: 2; }p.western { font-family: "Times New Roman",serif; font-size: 12pt; }p.cjk { font-family: "宋体","SimSun"; font-size: 12pt; }p.ctl { font-family: "Times New Roman",serif; font-size: 12pt; }
What:
'chmod' is a utility to set the mode (chmod = CHange...

What is Tar and How to take Backup Using (Tar, Gzip, Bzip2, Zip)
Cloud Network
August 28, 2014
###Tar, Gzip, Bzip2, Zip###
Features:
1. Compression utilities (gzip, bzip2, zip)
2. File rollers (the ability to represent many files as one)
Gzip:
Includes:
1. gzip - compresses/decompresses files
2. gunzip - decompresses gzip files
Tasks:
1. compress '1million.txt' file using gzip
a. gzip -c 1million.txt...
Tags:
Redhat Linux

What is AWK & its Tutorial with Variables, Arrays and Regular Expressions and Blocks
Cloud Network
August 28, 2014
p { margin-bottom: 0.25cm; direction: ltr; color: rgb(0, 0, 0); line-height: 120%; widows: 2; orphans: 2; }p.western { font-family: "Calibri",sans-serif; font-size: 11pt; }p.cjk { font-family: "Calibri",sans-serif; font-size: 11pt; }p.ctl { font-family: "Times New Roman",serif; font-size: 11pt; }
Why
awk?
The
Awk text-processing programming...

Automatic SSH / SSH Login Without Password
Cloud Network
August 28, 2014
p { margin-bottom: 0.25cm; direction: ltr; line-height: 120%; text-align: left; widows: 2; orphans: 2; }a:link { color: rgb(0, 0, 255); }
SSH
is a secure clone of RSH with RSA encryption based authentication.
This article tells you how to use ssh without having to type in your
password every time you use 'ssh'.
0.
The basis of using ssh...

20 Linux System Monitoring Tools
Cloud Network
August 28, 2014
20 Linux System Monitoring Tools Every SysAdmin Should Know
Need to monitor Linux server performance? Try these built-in command and a few add-on tools. Most Linux distributions are equipped with tons of monitoring. These tools provide metrics which can be used to get information about system activities. You can use these tools to find the possible causes...
