j00p34's blog

8 tips for passing the Linux Professional Institute Certification exam

Posted February 21st, 2010 by j00p34
The LPI certification is a great way to show you have Linux system administration knowledge. Especially when you don't haven working experience a certification is a valid tool to show you do have special knowledge about the operating system. The problem is the LPI didn't create the certification for people without experience. As a matter of fact, the exam is actually aimed at finding experienced administrators. That's why they have a lot of questions about stuff you don't encounter all the time, like little used options for command line arguments.
Read more »

All you need to know about /proc/sys manipulate a running kernel

Posted March 5th, 2010 by j00p34

The /proc/sys directory in the /proc virtual filesytem contains a lot of useful and interesting files and directories. Many kernel settings can be manipulated by writing to files in the proc filesystem. A lot of important information can be retrieved from these files. This is especially useful when you are troubleshooting or fine tuning your linux system.
Following is a description of the most important files.

Especially the files in /proc/sys/vm are very interesting and useful.

This is the 3rd part of a series of articles aimed at teaching the knowledge needed for passing the LPI level 1 exam 1

I've put up a certification practice quiz containing questions similar to those on the certification exam. Take a challenge to test your knowledge level, just for fun or to practice your skills.

I've also put up some questions about the proc directories for people who need to learn these for the exam. I'll add more questions to all practice quizzes in the future.

Practice exam questions on this site!

I've put up a quiz on the site which has 25 random chosen questions to test your level of knowledge. They are chosen random from a pool of questions. The difficulty level and material covered is that of the LPIC 101 exam. If there's demand I'll put up more questions and other exam levels.

Register for free and try your skill level:
(don't worry if you don't have enough time to finish, the test will resume where you left of when you come back.)
LPIC level 1 exam practice

(Also nice to do if you just like to know if you could make it)

Level 1 second exam (lpic 102):
LPIC level 2 exam practice

15 random practice questions about proc available: (more in the future)

proc practice test (hard)


Read more »

exploring proc LPIC tutorial exam 101 part 2

Posted February 26th, 2010 by j00p34

LPI tutorial exam 101 part 2 exploring proc

In my previous article I already touched on the subject of the virtual file-system mounted on /proc
As this is an important topic on the LPI exam (and it's also a very interesting subject), we are going to explore the /proc file-system today.


Read more »

LPIC 101 tutorial part 1 hardware

Posted February 23rd, 2010 by j00p34

The LPI certification is a valuable certification for Linux system administrators. LPI has partnered with Novell and now the certification has become even more valuable as it's also a Novell certification by now which means you get 2 certifications at once. The LPIC 1 certification is also the base for the ubuntu certified professional certification. So if you like to become a linux all-round certified administrator. This is probably one of the best (and cheapest) choices.

This is the first article in a series of tutorials, which will try to help you prepare for the LPI certification exam.


Read more »

Differences in Linux hosting options

Posted June 7th, 2009 by j00p34

If you are looking for a hosting provider for your new website, or want to upgrade your hosting services your going to get confronted with a lot of options. It may not be completely clear what the differences are.
No doubt you probably want some kind of Linux hosting as there are only very specific circumstances where windows web hosting has benefits. In my humble opinion you would only want windows hosting if you have a web service or application which can only be run on windows(which would be a design flaw).

Reasons why Linux is superior for web hosting include:

Price


Read more »

More ways to gain access to systems you have physical access to

Posted May 2nd, 2009 by j00p34

In a previous article I discussed several ways to reset/recover/circumvent root password. While the article was written to assist people who have lost or forgotten a root password it was also a statement about security. As I was reading up on the subject I noticed there are some things I didn't know about, as my knowledge of the subject has aged a bit.

Security


Read more »

a little vi trick

Posted April 28th, 2009 by j00p34

An update to my previous article My vi first steps

I use vi instead of command line editors to do mass replacing of blocks and editing many files in the following way:

say I know all files I need to edit in the current directory contain the text foo and the rest of the files don't.

I open all files containing foo in vi:

vi $(grep -l 'foo' *)

start macro recording to register q

qq

search and replace in the whole file

/%s/foo/bar/g

next file

:wn

stop recording

q


Read more »

my vi first steps

Posted April 26th, 2009 by j00p34

I remember when I first started administrating Linux systems, I had to use the vi text editor to edit configuration files. My first encounters with vi were not of the pleasant kind. I hated vi, to me it felt completely counter intuitive with its command and editing mode. Which it apparently inherited from the days where terminals had few keys and didn't sport all the typewriter functions we have today.


Read more »

10 ways of resetting a lost linux root password

Posted April 21st, 2009 by j00p34

A good password has the problem of being difficult to remember. And sometimes you might need to get in to a system where the root password is long forgotten (or left with the system administrator before you).
Luckily there are ways of getting access to systems without having the password. This is of course in a sense also a security risk. That's why you should always be aware that having unattended physical access to a computer system means the same as having root access to the operating system. Unless the information on a system is encrypted, it's only as save as the room it's in.


Read more »

Afraid of the command line interface? Try Fish!

Posted April 18th, 2009 by j00p34

Often I get ideas when working on a PC, ideas for things that would be nice to have on my system. Most of the time I sooner or later discover someone else had the same idea and build the thing I was thinking of only better.

Free

This is one of the most impressive things about Linux, and one of the things I most enjoy. I dream up something I would like to see and someone else has already built it and is giving it away for free.

Limited by fear


Read more »

Backtrack security testing distro another great tool to convince people of Linux

Posted April 10th, 2009 by j00p34

Many times I have experienced windows system administrators who just didn't care about Linux.
These people are not against Linux, they just don't have very much of an opinion about it.

If I try to convince someone like that, I can take my whole live just trying to convince them to even try it.
But I found a way to make them experience Linux.

Penetration testing

When I tell them what you can do with Linux, they only think about the effort it will take to learn a new OS.


Read more »

2 examples of Linux capable malware, for the sceptics

Posted April 6th, 2009 by j00p34

As some people commented on my previous post they don't think you need a virus scanner in Linux, I have some examples.

These things are found by ClamAV:

There is a group of hackers defacing sites, they specialize in Joomla websites. If you run a joomla website for a while, and you don't upgrade it when security updates are published. You have about a 99% change of it being hacked (don't know any real numbers, but I do know people who have experienced this several times).


Read more »

10 considerations why you should/should not use a virus scanner in linux

Posted April 4th, 2009 by j00p34

Many people think you don't need a virus scanner in Linux. Here are some considerations to make.

1. There are no linux viruses

This is a myth, there are linux viruses. Not many, not as harmful but they do exist.

2. A virus scanner uses to much resources.

You don't need to run a virus scanner all the time, if this is what bothers you.
Having one at hand couldn't hurt.

3. Viruses in Linux are harmless, as they can't access root.

There are many ways of circumventing Linux security, I won't say it's easy, but it is possible.


Read more »

Are you safe? Internet security on Linux, don't fool yourself!

Posted April 3rd, 2009 by j00p34

The other day a friend came to me with a problem, he had been surfing the internet for information about the conficker worm virus. As he misspelled the name as configer virus, he didn't find a lot of real information on the virus. What he did find, were a lot of links, to sites which were indicated by google as harmful to your computer. You know the kind. Where google says near the link:

This site can harm your computer.

Curiosity kills


Read more »

A small summary of the discussion

Posted March 31st, 2009 by j00p34

As promised I'll write a small summary of the discussion:

It started with me making a list, 10 reasons you can give your boss for migrating to Linux + one reason which should be taken more or less lightly.

Mike responded to this by completely bashing my post, as he assumed it was a statement for moving entire enterprises to Linux. Without any planning and on short term, this would be impossible. That's where we agree but that's not what he distilled from my list.

As Mike used my article I clarified the things on the list , piece by piece with arguments for every item.


Read more »

An interesting discussion in Linux Blogs

Posted March 30th, 2009 by j00p34

Thanks to Mike Dailey a very interesting discussion has been sparked on Linux and open source in the enterprise. For anybody wanting to follow the entire discussion here's how it goes.

It started here:

http://www.handlewithlinux.com/10-things-to-tell-your-boss-why-migrate-t...

Mike Dailey responded on his blog with this article:

http://daileymuse.com/2009/03/think-before-you-speak-migrating-the-enter...

While I was working on my response:

http://www.handlewithlinux.com/migrating-the-enterprise-to-linux-10-thin...


Read more »

Migrating the enterprise to Linux, 10 things clarified

Posted March 27th, 2009 by j00p34

In response to my article:

10+1 things to tell your boss why you should migrate to Linux

An Article was written by Mike Dailey Titled:

Think before you speak migrating the enterprise to linux

criticism


Read more »

10+1 things to tell your boss why you should migrate to Linux

Posted March 22nd, 2009 by j00p34

A while ago somebody asked me what he could tell his boss to convince him to migrate to Linux, so I made him a small list.

1. Cost

Bosses know calculators, so this is the number one thing to tell your boss why you should migrate to Linux. The total cost of ownership(TCO) of linux is lower than windows. While linux administrators are a little more expensive, they are a lot more efficient so this gives a benefit. The licensing costs are lower, you don't have to migrate to a new OS every few years, you can use the same hardware twice as long.

2. Security


Read more »

Linux : the cool factor part 3 - Freedom -

Posted March 12th, 2009 by j00p34

Linux the cool factor part 3 - Freedom -

In the first part of this series of articles I stated some things about designers and their apple computers, I said that these machines are overpriced and overhyped. This made some people think this articles were about Linux vs Apple. I got a lot of comments from people who seem to like apple:-) and a lot of arguments, some probably valuable.

Apple


Read more »

The best racing game ever runs on Linux!

Posted March 9th, 2009 by j00p34

Best racing game ever runs on linux!

Disclaimer: I'm not a racing game fan, in general I don't like racing games at all. So if I say something is the best racing game ever, it's not based on the usual things most racing fans would think make up the best racing game.

mindless gaming

Last night I was looking for a linux game, to do some mindless gaming on the and of a tiring day.


Read more »