VMware Cloud Community
khughes
Virtuoso
Virtuoso

Scripting for dummies

As much as I hate programing, working with VMware now and seeing all the little configure scripts and the kick start scripts floating around it makes since that I should probably learn some of this stuff. Looking at the scripts I can kinda see whats going on but I'm looking for a good intro to scripts website or book etc so i actually know what I'm doing and can start building from scratch

Anything that might help me get off my little red tricycle of newbness with scripting would be much appriciated

- Kyle

-- Kyle "RParker wrote: I guess I was wrong, everything CAN be virtualized "
Reply
0 Kudos
5 Replies
mcowger
Immortal
Immortal

I like 'Unix Shells by Example' by Ellie Quigly

http://www.amazon.com/Unix-Shells-Example-Ellie-Quigley/dp/0130212229

--Matt

--Matt VCDX #52 blog.cowger.us
Reply
0 Kudos
kjb007
Immortal
Immortal

Having used and seen the power that powershell brings to vi. I would say, learn powershell. While learning shell scripting is incredibly useful, I think overall, powershell and/or perl and managing ESX through the vi toolkit will be of great use. Check out 'Powershell in Action' by Bruce Payette, and play with the powershell vi toolkit.

-KjB

vExpert/VCP/VCAP vmwise.com / @vmwise -KjB
Reply
0 Kudos
khughes
Virtuoso
Virtuoso

Thanks guys I'll look into both of those.

- Kyle

-- Kyle "RParker wrote: I guess I was wrong, everything CAN be virtualized "
Reply
0 Kudos
Texiwill
Leadership
Leadership

Hello,

This is a classic text for learning shell programming Unix Programming Environment


Best regards,

Edward L. Haletky

VMware Communities User Moderator

====

Author of the book 'VMWare ESX Server in the Enterprise: Planning and Securing Virtualization Servers', Copyright 2008 Pearson Education. CIO Virtualization Blog: http://www.cio.com/blog/index/topic/168354, As well as the Virtualization Wiki at http://www.astroarch.com/wiki/index.php/Virtualization

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
Reply
0 Kudos
rpartmann
Hot Shot
Hot Shot

Hi,

BASH Programming - Introduction HOW-TO

http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html

Advanced Bash-Scripting Guide

An in-depth exploration of the art of shell scripting

http://tldp.org/LDP/abs/html/

hope that helps,

Reinhard






ps: Award points if you find answers helpful. Thanks.

ps: Award points if you find answers helpful. Thanks.
Reply
0 Kudos