Apt-get Command

Now    we    are    going    to    talk    about    how    you    can    install    individual    programs.    The    thing  that    you    have   to    remember    with    Linux    is    that    this    is    an    open    source    world.    Most    of  the     software     is     free,     or     you     pay     for     it     in     weird     ways   … Read more

Man Pages Command

we     need     to     talk     about     are     “man”     pages.     Man     pages     stand     for  manual    pages.    What    you    have    to    remember    with    man    pages    is    that    if    you    do    not   understand     how     a     command     is     supposed     to     work     … Read more

sudo Command

The     first     command     that     we     need     to     talk     about     before     you     start     doing     any     of     the  other    commands    is    “sudo.”    Sudo    basically    means    “super    user    do.”    In    the    previous  post,     we     discussed     how     different     distributions   … Read more

Open Source

Open     source     software     is     not     free     software.     And     if     you     treat     all     open     source  software     as     if     it     is     free,     you     are     jeopardizing     not     only     your     career,     but     … Read more

Server vs. Desktop

There     are     generally     two     versions     of     Linux     that     everybody     is     going     to     provide.   Whether     you     get     Red     Hat     Linux,     Ubuntu     Linux,     Fedora     Linux,     or     whatever  distribution    that    may    be,    they    will    normally   … Read more

Root

The   big    concept    that    you    have    to    understand    when    you    are    going    to    be    using   Linux     is     the     concept     of     Root.     In     Linux,     root     pertains     to     the     highest     level     of  anything.    When    you    hear    about    the    root    user,    it    is    referring   … Read more

The Linux Shell

Now    that    we    have    the    legalities    out    of    the    way,    let    us    now    talk    about    the    shell    of the    Linux    operating    system.    So    what    is    a    shell?    The    shell    of    an    operating    system    is the     screen     that     you     use     to     interact     with     the     operating     system.   … Read more

Linux Distributions

After    Linus    Torvalds    created    Linux    back    in    the    1990s,    he    wanted    to    stop    working for    a    little    bit.    So,    what    he    did    was    he    made    the    source    code    for    his    new    operating system     completely     available     to     the     public.     This     allowed     everybody     in     the     world, especially   … Read more

Why Use Linux?

The     reason     that     you     should     learn     Linux     and     start     deploying     Linux     is     for     server  functionality.    Linux    is    incredibly    rock-solid.    Once    you    install    Linux,    and    once    you get    through    all    the    quirks    and    you    set    up    all    the    configurations,    a    Linux    server    will … Read more

install Bluefish on centos

Bluefish is a free and open source software that text editor with a variety of tools for programming and development of dynamic websites. It supports HTML, XHTML, CSS, XML, PHP, C, C++, JavaScript, Java, Ada, D, SQL, etc. It can be also used via integration with GNOME or as a standalone application. This tutorial covers … Read more