Sponsored Content
The Lounge What is on Your Mind? Surviving in the business world - which tools to know Post 302464410 by awayand on Wednesday 20th of October 2010 05:34:33 AM
Old 10-20-2010
Surviving in the business world - which tools to know

Hello everyone,
I have been in the corporate world for a couple of years now, and I have realized that most successful/semi-productive people are those that are a hybrid between technically proficient in Visualbasic/Access while at the same time in the corporate sphere, meaning Powerpoints and "management". The management part aside, I would like to know, which tools, in your experience have been consistent in lending you a helping hand to set yourself apart from the rest of the average working crowd.

Example: we have a configuration management database (cmdb) which is in really bad shape, it is not very well maintained for various reasons. The management sphere knows this, and can complain about, but has no real measure. The technical sphere knows this as well, but is, well, too technical. The "hybrids" I talked about, they are in charge of an "improvement program" that has been setup by the management sphere. The average hybrid will create a couple of powerpoints, process documentation and muck around manually or with Excel with a cmdb export to see trends. The really efficient hybrid will do the stuff, but he will also use certain tools, in this example Visual Basic, to get some real numbers out of a cmdb export, to say: x percent of the data field "address" is empty, etc.

I am not too keen on learning Visual Basic, because I believe the Unix tools are a lot more powerful, thus I prefer to invest my time in Unix.

For those of you who can relate to my situation, do you agree, or should I just learn Visual Basic?

If you agree, what are the tools you recommend learning? Here's what I have thought about (in the order of importance):

- perl
- SQL
- awk
- php

Thanks for your ideas and insights!

Moderator's Comments:
Mod Comment Profanity removed. It is not necessary to use profanity to communicate an idea. This forum is open to all people of alll ages, even youngsters. Please follow forum rules.
 

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Array not surviving while loop

So I'm trying to read datafile into an array, with each line representing one variable in the array. I'm successful at first but somehow it keeps getting erased. i=0 grep '.*' datafile | while read line do echo $i array=$(echo $line) echo ${array} #printing array to make sure it's... (5 Replies)
Discussion started by: DrSammyD
5 Replies

2. Red Hat

Cron entry for every 10 mints on business day business hour

Could you “crontab” it to run every 10 minutes on work days (Mo - Fr) between 08:00 and 18:00 i know to run every 10 mints but can any one guide me how to achieve the above one (2 Replies)
Discussion started by: venikathir
2 Replies

3. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies
QBALL(9.2)																QBALL(9.2)

NAME
qball - 3-d rotation controller SYNOPSIS
#include <libg.h> #include <geometry.h> void qball(Rectangle r, Mouse *mousep, Quaternion *orientation, void (*redraw)(void), Quaternion *ap) DESCRIPTION
Qball is an interactive controller that allows arbitrary 3-space rotations to be specified with the mouse. Imagine a sphere with its cen- ter at the midpoint of rectangle r, and diameter the smaller of r's dimensions. Dragging from one point on the sphere to another specifies the endpoints of a great-circle arc. (Mouse points outside the sphere are projected to the nearest point on the sphere.) The axis of rotation is normal to the plane of the arc, and the angle of rotation is twice the angle of the arc. Argument mousep is a pointer to the mouse event that triggered the interaction. It should have some button set. Qball will read more events into mousep, and return when no buttons are down. While qball is reading mouse events, it calls out to the caller-supplied routine redraw, which is expected to update the screen to reflect the changing orientation. Argument orientation is the orientation that redraw should examine, represented as a unit Quaternion (see quaternion(9.2)). The caller may set it to any orientation. It will be updated before each call to redraw (and on return) by multiplying by the rotation specified with the mouse. It is possible to restrict qball's attention to rotations about a particular axis. If ap is null, the rotation is unconstrained. Other- wise, the rotation will be about the same axis as *ap. This is accomplished by projecting points on the sphere to the nearest point also on the plane through the sphere's center and normal to the axis. SOURCE
/sys/src/libgeometry/qball.c SEE ALSO
quaternion(9.2) Ken Shoemake, ``Animating Rotation with Quaternion Curves'', SIGGRAPH '85 Conference Proceedings. QBALL(9.2)
All times are GMT -4. The time now is 08:14 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy