IT Computer Articles Tutorials.

Linux Articles Tutorials

Linux Articles Linux information Linux Guide Linux Toturials

    Linux Tips and Tricks

    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

    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

    As it turns out, there isn't much to the boot process:

    Getting started with Linux for nOObs!

    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.