August 2014 - Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Thursday, August 28, 2014

How to Stepup Crontab Scheduler from Terminal command in Linux

August 28, 2014
How to Stepup Crontab Scheduler from Terminal command in Linux
###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,...

How to Creating Your Own Repository Using Command Mode

August 28, 2014
How to Creating Your Own Repository Using Command Mode
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

August 28, 2014
What is chmod and Completely about its Permissions
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)

August 28, 2014
What is Tar and How to take Backup Using (Tar, Gzip, Bzip2, Zip)
###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...

What is AWK & its Tutorial with Variables, Arrays and Regular Expressions and Blocks

August 28, 2014
What is AWK & its Tutorial with Variables, Arrays and Regular Expressions and Blocks
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

August 28, 2014
Automatic SSH / SSH Login Without Password
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

August 28, 2014
20 Linux System Monitoring Tools
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...
Page 1 of 6512345...65Next �Last