Sponsored Content
Full Discussion: LPI Certificacion - Linux
Top Forums UNIX for Dummies Questions & Answers LPI Certificacion - Linux Post 302341864 by BillinDetroit on Thursday 6th of August 2009 07:27:59 PM
Old 08-06-2009
There is a lot to know

I started learning Linux by installing it on my personal computer. This was many years ago, when things -didn't- "just work" out of the box. Hardware of many sorts, in particular, was a nightmare.

Here is what I would recommend today:

Install Linux on a computer.

Wipe Windows off this computer or you will find yourself returning to it far too often.

Do all your 'real' computer work from Linux / Unix.

Run it from the command line as much as you possibly can (admins, I am told, live there). You can do an amazing lot without ever picking up a mouse IF you know what you are doing. Learn to use vi, bash, pine / mutt SSH, Rsync, iptables and so on. Actually, if you learn to use those well, you will be hooked for life.

Search for books and tutorials (paper or electronic) about scripting and begin to create useful scripts. Google is your friend.

Search for a university class nearby dealing with Unix. That's where I got my feet wet with shell scripting.

The moment you learn enough to feel just a little confident in your skills, start teaching others. Nothing speeds along the learning process for the teacher like teaching others. Nothing. No matter how many mistakes you made as you learned, your student will find ways to make new ones that you will need to solve ... and teach.

Above all else, have fun. Your new skills will move you into the top few percent of computer users worldwide ... most of whom would be doomed if presented with a CLI and a user prompt.
 

5 More Discussions You Might Find Interesting

1. What is on Your Mind?

LPI Level 1 Exam 101 (RPM)

Just thought that I'd announce that today, I passed the aforementioned exam, with flying colours :cool: In a months time I've got the 102 exam........ It wasn't that difficult really, and I got 100% on two of the subject areas (GNU and UNIX commands - 20 questions and the X Window System - 8... (5 Replies)
Discussion started by: zazzybob
5 Replies

2. Linux

LPI exams

Hello, Can any one can guide me on LPI examinations about what is the marking scheme & with study guide links.... (1 Reply)
Discussion started by: binny
1 Replies

3. What is on Your Mind?

LPI Course - Koenig Solutions ?

I want to do a certification on Linux, LPI to be precise. I dont have any idea as to where should one begin. Can any one help me as to where to get the knowledge and certification from ? I would prefer classroom style of teaching and hence want to know of any reputed institue. I do not mind India... (6 Replies)
Discussion started by: IGS77
6 Replies

4. UNIX for Dummies Questions & Answers

LPI practice work

Hello everyone! Im Andrew and i'm studying for LPI 1, 2 Does anybody knows where can i find good and actual stuff for practice? if it is posible for free :-\ maybe testking or stuff like that. I want to take the first examn but im not sure if i have to study so much more. It is true... (4 Replies)
Discussion started by: andriusman
4 Replies

5. What is on Your Mind?

What should i do after Linux plus /LPI 1?

Actually i am from software background and wish to pursue my carrier in linux. I will clear my linux plus and LPI 1 exam in a week time. wish to ask which certification i should prepare for . my aim is to get a job as a linux administrator. should i prepare for LPI 2 certification or REDHAD... (0 Replies)
Discussion started by: lobsang
0 Replies
CTRLALTDEL(8)						       System Administration						     CTRLALTDEL(8)

NAME
ctrlaltdel - set the function of the Ctrl-Alt-Del combination SYNOPSIS
ctrlaltdel hard|soft DESCRIPTION
Based on examination of the linux/kernel/sys.c code, it is clear that there are two supported functions that the Ctrl-Alt-Del sequence can perform: a hard reset, which immediately reboots the computer without calling sync(2) and without any other preparation; and a soft reset, which sends the SIGINT (interrupt) signal to the init process (this is always the process with PID 1). If this option is used, the init(8) program must support this feature. Since there are now several init(8) programs in the Linux community, please consult the documentation for the version that you are currently using. ctrlaltdel is usually used in the /etc/rc.local file. FILES
/etc/rc.local SEE ALSO
simpleinit(8), init(8) AUTHOR
Peter Orbaek (poe@daimi.aau.dk) AVAILABILITY
The ctrlaltdel command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux October 1993 CTRLALTDEL(8)
All times are GMT -4. The time now is 08:33 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy