- Home
- Linux
Linux Tips and Tricks
- By Lyli mee
- Published 09/30/2007
- IT Tips And Tricks , Linux
- Unrated
1. Redirecting Standard Error to Standard Out
The proper way to redirect stderr is to first decide where stdout is going, and THEN redirect the stderr to stdout. So, for example:
«yada-yada» | «pager» 2>&1
Unix Commands
- By Samee Jhor
- Published 03/24/2007
- Linux , IT Tips And Tricks
- Unrated
This is for the most part just some basic commands for moving through the file system, and some file modification commands. The command is show on
the left with a colon after it, then a description and example usage(for some of the more "complicated" commands).
How Linux boots
- By Mike Tayler
- Published 02/27/2007
- Linux
- Unrated
As it turns out, there isn't much to the boot process:
Getting started with Linux for nOObs!
- By Ajay Kumar
- Published 02/27/2007
- Linux
- Unrated
This tutorial is written with the total Linux n00b in mind.
I've seen too many n00bs get totally left in the dark by asking what
the best distro is. They seem to only get flooded with too many
answers in so short a time. I'm a little bit of a n00b too, so I know
how it feels. I will cover a grand total of two basic distros. You may
learn to strongly prefer other ones (I do!) but this is just to get
you started. I touch on a number of topics that would be impossible to
go into in depth in one tutorial, so I encourage you to actively seek
out more about the concepts I make reference to.
I've seen too many n00bs get totally left in the dark by asking what
the best distro is. They seem to only get flooded with too many
answers in so short a time. I'm a little bit of a n00b too, so I know
how it feels. I will cover a grand total of two basic distros. You may
learn to strongly prefer other ones (I do!) but this is just to get
you started. I touch on a number of topics that would be impossible to
go into in depth in one tutorial, so I encourage you to actively seek
out more about the concepts I make reference to.

Linux Articles Tutorials