Looking to learn and do not know where to start?


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Looking to learn and do not know where to start?
# 1  
Old 12-31-2009
Looking to learn and do not know where to start?

hello all my name is chris. i have no schooling in computers and i am looking to learn as much as i can befor spending any money on something i do not evern know if i would like. i see computers everwhere i go. i work for Garda.

i am asking for help in learning all i can about computers and i am willing to read anything i can. i learn better by doing. so i am asking for some help on where to start. so much to read. could you help a newbie out plzzz!!!Smilie

here is some of the books i have picked up to start learning. home networking for dummies, simplified computers, hacking the next generatton. looking to pick up some more. would like to know where i should go next in books.

---------- Post updated 12-31-09 at 05:00 PM ---------- Previous update was 12-30-09 at 09:59 PM ----------

Just want to say thanks for all the help! I see newbies are not liked. i will just learn what i can from books. have a great day all and happy new year!!

Last edited by petes21in2002; 12-31-2009 at 12:24 AM..
# 2  
Old 12-31-2009
It's unfair to say newbies are not liked. No forum could exist without "newbies".

You didn't give us a lot to go on. If you want to learn everything about computers, then I'm here to tell you that's not possible!

Maybe you should just read the books you have, then decide which branch of computing you want to specialise in, then, perhaps you'd have a more specific question that we could help you with.

Wishing you a happy new year in 2010.
# 3  
Old 12-31-2009
i want to say thanks to scottn! i have read and i still do not know what i want to learn. there is alot out there to read on computers. i would like to know what kind of programming is the best for a newbie to learn. if i want to be in to net i learn what?

is unix and linux the way to go for the net?

i have also thought about java?

i just need some help with where to put all my thought right now.

i am better at hands on. is there one that you can learn by making your own programms?
# 4  
Old 12-31-2009
At this point, I'm inclined to offer the canned "google is your friend" response.

From Active Directory up to Z (pronounced Zed!) and a whole lot of everything in between could be relevant to you. No-one here will advise you (hopefully) to learn C# or Java or .Net if you don't have the pre-requisite skills. Those being, a fundamental understanding of basic programming.

My personal point of view is that C is the best language ever devised. Before I started on that I learned (as my first "proper" language) Pascal. And BASIC before that (and Z80 assembler before that).

PHP is a nice language. Download something like Apache Friends, or something similar, and bash away. Download Linux (pick one), install it and bash away at shell scripting.

I wouldn't advise starting with Java, Perl, or the likes until you've mastered the basics.

First you have to decide what it is you want to learn.

Google is your friend.
# 5  
Old 12-31-2009
Do you have any friends or family in the field? If you do I would suggest asking them about their jobs. Ask about what they like/dislike, the skills required, etc. Another thing I would do is look up the various computer related jobs and then read up on some of the job functions. For example if you are looking into what a Network engineer does, read up on the basics of routing and switching. For programming, learn a little bit of a simple programming language like BASIC.

I am a systems administrator and what I do is manage the day to day operations of our servers. I work with several other system administrators doubled up as help desk techs at one of our many sites in a 24x7 environment. Some things I do on the job is shell scripting and light perl programming, user account management, fix problems users have, manage backups, periodically check servers for hardware and software problems, assist support vendor engineers and developers with installations, occasionally install updates, write documentation, and other things. I enjoy the challenge of figuring out those weird problems that occasionally pop up, the satisfaction of seeing my scripts in action, and helping users (the appreciative ones anyway). I don't enjoy having to work a non-normal schedule 2/3 of the year.

I hope this helps.
# 6  
Old 01-01-2010
what you mean by "google is your friend"? i had a long talk with a guy last night at a new years party. he works on computers. he builds his own and works on a call center.

he told me the same thing as all you find what you want to do. pick something and work on it.

i told him hard to pick then there is so much. he told me that you can not learn it all and even if you could you could not be good or great at all of it.

so i will just keep reading and learn the BASIC. maby try some of everything but language. i will only try one language at frist so i don not get messed up.

thanks all for the on going help in my learning and have a great 2010 and may all your wish and dreams come to be. happy new year.

i am off to barns and noble. read read read. reading is never done. learning is never done eather.

my brain hurts
# 7  
Old 01-01-2010
Quote:
Originally Posted by petes21in2002
I see newbies are not liked. i will just learn what i can from books. have a great day all and happy new year!!
That is not true at all.

Newbies are very much liked when they respect the community by doing their own research first.

You should show that you have done your own "homework" first, which means you should not simply start posting questions that can be answered by searching our database or the network (like using your friend Google).
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Splitting week start date and end date based on custom period start dates

Below are my custom period start and end dates based on a calender, these dates are placed in a file, for each period i need to split into three weeks for each period row, example is given below. Could you please help out to achieve solution through shell script.. File content: ... (2 Replies)
Discussion started by: nani2019
2 Replies

2. UNIX for Dummies Questions & Answers

How can I replace the lines that start with a star and replace it with numbers start from 1?

I need to replace the (*) in the fist of a list with numbers using sed for example > this file contain a list * linux * computers * labs * questions to >>>> this file contain a list 1. linux 2. computers 3. labs 4. questions (7 Replies)
Discussion started by: aalbazie
7 Replies

3. Shell Programming and Scripting

My PM has told me to learn shell scripting in 2 weeks , how should I start?

My PM has told me to learn shell scrting in 2 weeks , how should I start?:confused::confused::confused::confused: (1 Reply)
Discussion started by: manalisharmabe
1 Replies

4. Shell Programming and Scripting

Start program in background (or start crontab ahead of time)

Hey! I'm working on a script that will add a user, create some configfiles, and add a crontab for the user. The crontab looks like the following: @reboot /home/user/program config.conf & I would like for this process to start at the end of my script under the corresponding username by... (0 Replies)
Discussion started by: noratx
0 Replies

5. AIX

Q: how to start a service when system start

As topic, assume we have a service called "blahservice" and we can start it by: startsrc -s blahservice what is the best practice to run such command when system start? - directly use mkitab to add it into /etc/inittab or - drop startup scripts in /etc/rc.d/rcX.d I know they... (4 Replies)
Discussion started by: acerlinux
4 Replies

6. Linux

where to put an application if i want to start it on start up

hi i want to know the way by which i put any file somewhere and it get s started when the system restarts or bots i mean whenever my system starts that application must also start thanks (3 Replies)
Discussion started by: shukla_chanchal
3 Replies

7. UNIX for Dummies Questions & Answers

I want to learn!

Hiya, yes im new to all of this! But want to learn how to use Unix etc, iv been thinking about doin a course but desided im better off learning by my self with help from the people who really no what there doin...you guys! I can install Linux, like redhat, mandrake, susie server edition and so... (5 Replies)
Discussion started by: epic.admin
5 Replies

8. Shell Programming and Scripting

Where do I start to learn PERL?

Hello, What is the best way to start learning PERL? Are there any "learn-it-yourself" websites? Beginner books? etc... Thanks, Barbara (3 Replies)
Discussion started by: blt123
3 Replies

9. UNIX for Dummies Questions & Answers

How do I start a program when I start my Computer?

I'm running MAC OS X and I'm wondering how I start 'nixey programs (not normal apps) on startup? Things like the dnet client and hxd Hotline Server. Anyone know? (1 Reply)
Discussion started by: l008com
1 Replies

10. Programming

Help me! I just start to learn C in Unix

Hi! I just start to learn C in Unix. I have several questions. 1. What is the different between ¡®gcc¡¯ and ¡®cc¡¯? 2. Assume I type ¡®gcc -o print.out print.c¡¯ and get an error. So I need to retype that sentence. Do I have to repeat the whole thing? Or Is there a shortcut? 3. I completed... (1 Reply)
Discussion started by: yhosun
1 Replies
Login or Register to Ask a Question