LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 08-16-2006, 03:31 PM   #1
nadav
LQ Newbie
 
Registered: Apr 2006
Posts: 3

Rep: Reputation: 0
Question Free linux skills test


Hi,

Is there a free linux troubleshooting skills test on the internet with a open license (like Creative Commons or GPL)?

If not, What 10-20 questions would you ask someone to see if he/she knows her/his way around linux support before hiring him/her?

Thanks a lot

Last edited by nadav; 08-16-2006 at 03:35 PM.
 
Old 08-16-2006, 03:36 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
http://aplawrence.com/Tests/Linux/index.html

Not sure about the license, but it's free...
 
Old 08-16-2006, 03:41 PM   #3
nadav
LQ Newbie
 
Registered: Apr 2006
Posts: 3

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by pljvaldez
Not sure about the license, but it's free...
It says on the site "Copyright 2002,2003,2004 A.P. Lawrence", looks like it's under a closed license. I want to use the test on my site, thats why I need a test with a open license...
 
Old 08-16-2006, 03:51 PM   #4
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Copyright doesn't necessarily mean closed license. Virtually everything under the GPL is still copyrighted to someone. In fact, the site says you can purchase the complete test for intallation on your own system. It says the purchased version is the same as the free version and the cost really just helps support that site. So I would venture to say that it wouldn't be very expensive and would be perfectly acceptable to use as a testing tool on your site.

If nothing else, you might just contact the author and see what he says about it... Good luck!
 
Old 08-16-2006, 04:54 PM   #5
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by pljvaldez
That test might be useful. I tried a few questions myself. Some were easy, some less so, and some were way out there (like "who cares?!")

Those "who care's" questions remind me of a test I had to take to transfer Paramedic certification from one state to another. I had to take a test - perfectly reasonable. One of the first questions I ran into was "What is the minimum legal ground clearance for an ambulance?" Now how would I know that, or more importantly - WHY would I need to know that? (unless I was planning on building one from scratch!) Seemed like an incredibly useless question, except maybe to intimidate test-takers into thinking they were stupid. If I ever needed to know that tidbit of info, I'd just run "man ambulance | grep 'ground clearance'"

If someone made me take a test on all the keystrokes in vi I'd probably fail miserably. But I can still use that editor in my sleep, :wq
 
Old 08-16-2006, 06:43 PM   #6
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Been there, done that and got a T-shirt!
When it comes time to die, I hope there's no test or I just may have to go on living.
 
Old 08-21-2006, 03:22 AM   #7
nadav
LQ Newbie
 
Registered: Apr 2006
Posts: 3

Original Poster
Rep: Reputation: 0
That test has 863 questions, all I need is 10-20 pretty basic questions...

What are the top 10 questions to ask someone to see if he/she knows her/his way around linux support?
 
Old 08-22-2006, 01:02 PM   #8
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by nadav
What are the top 10 questions to ask someone to see if he/she knows her/his way around linux support?
First question would have to be:

"How would you go about finding a solution to a problem you don't currently know how to solve?"

If the answer to this is unsatisfactory, the next nine questions are irrelavent.
 
Old 08-22-2006, 01:07 PM   #9
spirit receiver
Member
 
Registered: May 2006
Location: Frankfurt, Germany
Distribution: SUSE 10.2
Posts: 424

Rep: Reputation: 33
Quote:
Originally Posted by haertig
First question would have to be:

"How would you go about finding a solution to a problem you don't currently know how to solve?"

If the answer to this is unsatisfactory, the next nine questions are irrelavent.
And the only satisfactory answer would be "linuxquestions.org", I guess?
 
Old 08-22-2006, 01:23 PM   #10
DotHQ
Member
 
Registered: Mar 2006
Location: Ohio, USA
Distribution: Red Hat, Fedora, Knoppix,
Posts: 548

Rep: Reputation: 33
Good idea,
How about:

1. How would you go about adding a scsi disk to an existing system? What commands would you use to make the disk useable by the system?

2. What is involved in hooking up a Linux system to a SAN?

3. The DBA's are trying to copy a database to a NFS mounted drive but it's going extremely slow. How would you go about finding the problem?

4. How do you change a ext3 preexisting filesystem to a ext2 filesytem ...or can you?

5. Explain volume groups and how they pertain to the system mount points.

6. Your building a new system to house a database application. What mount points would you create and what size would each be?

7. How do you recompile the kernel. Give examples of why and when you would recompile the kernel.

8. You've just installed a new Linux system. How do you lock down the system from intruders?


How are those for starters?

Last edited by DotHQ; 08-22-2006 at 01:25 PM.
 
Old 08-22-2006, 02:36 PM   #11
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by spirit receiver
And the only satisfactory answer would be "linuxquestions.org", I guess?
First google, then linuxquestions.org !
 
Old 08-22-2006, 03:27 PM   #12
homey
Senior Member
 
Registered: Oct 2003
Posts: 3,057

Rep: Reputation: 61
Quote:
What are the top 10 questions to ask someone to see if he/she knows her/his way around linux support?
1. How would you go about adding a scsi disk to an existing system? What commands would you use to make the disk useable by the system?

A. We don't need any stinkin scsi disks, use ide drives.

2. What is involved in hooking up a Linux system to a SAN?

A. I guess you mean LAN! Just plug in the cable.

3. The DBA's are trying to copy a database to a NFS mounted drive but it's going extremely slow. How would you go about finding the problem?

A. Call the network admin and tell him to get right on it.

4. How do you change a ext3 preexisting filesystem to a ext2 filesytem ...or can you?

A. No need, ext3 is good enough.

5. Explain volume groups and how they pertain to the system mount points.

A. You mean people with large bones? This could get ugly real quick.

6. Your building a new system to house a database application. What mount points would you create and what size would each be?

A. Just / is good for me and I use the whole disk.

7. How do you recompile the kernel. Give examples of why and when you would recompile the kernel.

A. You don't recompile the kernel unless you are some kind of Linux freak.

8. You've just installed a new Linux system. How do you lock down the system from intruders?

A. Lock the door and take the key.

9. and 10. are missing but, I did so well that the job is mine for sure already.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Mozilla invites users to pre-test a test LXer Syndicated Linux News 0 08-09-2006 11:12 PM
Free Online resources for LPI test cucolin@ Linux - Certification 2 06-08-2006 02:30 PM
FREE FQDN hosting In order to test server Kryton01 Linux - Newbie 2 04-28-2006 02:14 PM
FC4 Test 1 CD Test failes every DISC Jimbo99 Linux - Software 1 03-18-2005 03:16 PM
Is there a free program to test PC RAM? ChristophThoel Programming 3 11-01-2004 05:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 06:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration