Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Does Shell Scripting in a Resume carry value? Post 302943442 by srkmish on Friday 8th of May 2015 10:52:06 AM
Old 05-08-2015
Does Shell Scripting in a Resume carry value?

Hi All,

I have learnt a lot by getting help from these forums. By the knowledge acquired, i have done the following automations which have helped prevent financial loss to my client.
  1. Detecting when the listener goes down - Earlier, a downstream team used to inform us whenever they were not getting responses. Once I set up the script in cron, we have avoided such an embarrassing scenario and have taken steps to minimize the impact
  2. Detecting when Queue depth is over a certain threshold - This has helped in preventing MQ Space being full and server MQ Crashing.
  3. Failed Records detection - All the failure transactions are recorded in logs. I set up a script once daily to capture all these transactions in a text file and email to entire team. It also deduced the reason for these failures from logs and sorted the records by upstream type wise.

I know its a silly qs, but do these things carry weight as programming skills? I wanted to include the below items to my resume
  1. Experienced with Shell Scripting and Linux Architecture
  2. Setup Monitoring scripts which helped prevent financial loss for client
  3. Created Scripts to log failed transactions and find their root cause.

How else can i modify the above points to better fit my resume?

Last edited by rbatte1; 05-11-2015 at 10:33 AM.. Reason: Converted text to LIST=i block.
 

10 More Discussions You Might Find Interesting

1. News, Links, Events and Announcements

Microsoft must carry Sun's Java

http://news.yahoo.com/news?tmpl=story2&ncid=&e=4&u=/ap/20021223/ap_on_hi_te/microsoft_sun and http://money.cnn.com/2002/12/23/technology/microsoft_sun.reut/index.htm (0 Replies)
Discussion started by: Neo
0 Replies

2. Shell Programming and Scripting

difference between AIX shell scripting and Unix shell scripting.

please give the difference between AIX shell scripting and Unix shell scripting. (2 Replies)
Discussion started by: haroonec
2 Replies

3. What is on Your Mind?

Are companies viewing my resume? How do I track my resume visits?

Hi everybody, I am wondering if there is any tool or website out there which can track who is viewing my resume. It is very frustrating when you send your CV or Cover Letter and you receive no feedback from the company, you don't even know if they have checked it out. Thanks for your help (1 Reply)
Discussion started by: gearyipswich
1 Replies

4. Shell Programming and Scripting

Call Shell scripting from Perl Scripting.

Hi How to call a shell scripting through a Perl scripting? Actually I need some value from Shell scripting and passes in the Perl scripting. So how can i do this? (2 Replies)
Discussion started by: anupdas
2 Replies

5. Hardware

Cannot resume from suspend with new motherboardktop, does not resume properly

I would like to get pm-suspend (or any other suspend method) working for a small new desktop computer. It is based on a Zotac GF-8200 ITX motherboard and an AMD Athlon II X@ 240 CPU using ArchLinux x86_64. The pm-suspend script works, apparently putting the machine into suspend correctly... (0 Replies)
Discussion started by: lagagnon
0 Replies

6. What is on Your Mind?

Shell scripting vs Perl scripting

Hi all, I would like to start developping some good scripting skills. Do you think it would be best to start with shell scripting or Perl? I already got a fundation, really basics, in perl. but I am wondering what would be best to be good at first. Can you please help me determine which one to... (14 Replies)
Discussion started by: Pouchie1
14 Replies

7. What is on Your Mind?

Shell Scripting vs Perl scripting

Gents, I have been working in a Solaris/Unix environment for about 9 months. I took some linux classses online before getting the job. But, I am not very good at scripting. I want to learn how to script. Do you think that I should start with Shell scripting or Perl? I wanted to continue with... (2 Replies)
Discussion started by: Pouchie1
2 Replies

8. Web Development

Perl scripting or shell scripting?

i am going to study any one of the scripting languages mentioned above(shell 0r perl scripting) . Which is having more scope for a fresher? (1 Reply)
Discussion started by: Anna Hussie
1 Replies

9. UNIX for Dummies Questions & Answers

Can anyone help me with a shell scripting resume draft or sample

Hello members, Can anyone help me how to draft a shell scripting resume. This might sound off the track from the forum's technical discussion but am struggling to find it on google how to do it exactly. Hence asking for help over here since there are many good number of professionals here. ... (7 Replies)
Discussion started by: walterpeter
7 Replies

10. UNIX for Advanced & Expert Users

Resume parent shell after sourcing another script

#! /bin/ksh #first.sh echo "b4 set exit as return" alias exit=return echo "call second" . ./second.sh echo "after second" #. ./third.sh unalias exit echo "ho lanciato il terzo" =================// #second.sh echo "in scond" exit ==============// the above code works in k... (2 Replies)
Discussion started by: mprakasheee
2 Replies
SCANLOGS(8)						      System Manager's Manual						       SCANLOGS(8)

NAME
scanlogs - summarize INN log files. SYNOPSIS
scanlogs [ norotate ] DESCRIPTION
Scanlogs summarizes the information recorded in the INN log files (see newslog(5)). By default, it also rotates and cleans out the logs. It is normally invoked by the news.daily(8) script. KEYWORDS
The following keywords are accepted: norotate Using this keyword disables the rotating and cleaning aspect of the log processing: the logs files are only scanned for information and no contents are altered. If scanlogs is invoked more than once a day, the ``norotate'' keyword should be used to prevent premature log cleaning. HISTORY
Written by Landon Curt Noll <chongo@toad.com> and Rich $alz <rsalz@uunet.uu.net> for InterNetNews. This is revision 1.2, dated 1998/01/28. SEE ALSO
innd(8), newslog(5), news.daily(8), nnrpd(8). SCANLOGS(8)
All times are GMT -4. The time now is 04:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy