Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18
Hi Forum, just thought I'd post a quick hello and start my Linux research. I'll begin of course by looking at the tutorials and using the search functionality. Eventually, I'm ...
  1. #1
    Just Joined!
    Join Date
    Dec 2005
    Location
    So Cal
    Posts
    0

    Introducing myself, it's time for Linux

    Hi Forum, just thought I'd post a quick hello and start my Linux research. I'll begin of course by looking at the tutorials and using the search functionality. Eventually, I'm sure I'll post a question.
    Brad

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,228
    Hello and welcome to Linux and THE FORUM!! (bum bum bum)

    Hopefully you'll find what you need here. And don't be scared to ask a question! Most of us are kind, and you'll only be laughed at if it's a REALLY stupid question.

    I jest. Maybe.

    Anywho, welcome, and enjoy the world of Linux!
    DISTRO=Arch
    Registered Linux User #388732

  3. #3
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Welcome BradH and welcome!

    If you are as persistent and patient with Linux as you were when you first started using Windows, you'll have it going in no time!
    Linux Mint + IceWM Registered:#371367 New Members: click here

  4. #4
    Linux User Stefann's Avatar
    Join Date
    Nov 2004
    Location
    Boise, ID
    Posts
    340

    Re: Introducing myself, it's time for Linux

    Quote Originally Posted by BradH
    Hi Forum, just thought I'd post a quick hello and start my Linux research. I'll begin of course by looking at the tutorials and using the search functionality. Eventually, I'm sure I'll post a question.
    Brad
    Welcome Brad, this is just the place for help on Linux, but no homweork questions or I will use my handy badboy program located in /sbin, in fact I'll even post the source for ya.
    Code:
    #include <iostream>
    #include <lart.h>
    #include <fstream>
    
    int main&#40;char *argv&#91;&#93;&#41;
    &#40;
        if &#40;argv&#91;1&#93; == "warn"&#41;
        &#40;
            ofstream warn;
            string path == "/home/" + argv&#91;2&#93; + "/warning";
            warn.open&#40;path&#41;;
            warn << "THIS IS A WARNING\n";
            warn << "STOP CHEATING ON SCHOOL WORK!\n";
            warn << "FAILURE TO COMPLY WILL EARN YOU A LART\n";
            warn << "YOU HAVE BEEN WARNED\n";
            warn.close&#40;&#41;;
            cout << argv&#91;2&#93; << " has been warned.\n";
            cout << "use&#58; badboy lart " << argv&#91;2&#93; << ", to LART the user\n";
        &#41;
        if &#40;argv&#91;1&#93; == "lart"&#41;
        &#40;
            cout << "LARTING " << argv&#91;2&#93; << " PLEASE WAIT...\n";
            lart&#40;argv&#91;2&#93;&#41;;
            cout << "LART COMPLETE, MAYBE NOW " << argv&#91;2&#93; << " WILL LEARN A LESSON\n";
        &#41;
        if &#40;argv&#91;1&#93; == ""&#41;
        &#40;
            cout << "Use badboy -h for help\n";
        &#41;
        if &#40;argv&#91;1&#93; == "-h"
        &#40;
            cout << "BADBOY - LART AUTOMATION TOOL\n";
            cout << "badboy warn &#91;user&#93; - scold user with warning letter\n";
            cout << "badboy lart &#91;user&#93; - LART a user\n";
        &#41;
        return 0;
    &#41;
    Don't try to compile it with g++, you'll need liblart installed first.
    Nothing is worse than ten penguins fighting over which is better, vi or emacs.
    Registered Linux User #404402
    Finally I'm back on LF after a long while.

  5. #5
    Just Joined!
    Join Date
    Dec 2005
    Location
    So Cal
    Posts
    0
    Thanks for the welcome. I am trying to prep myself. Exposing myself to Linux by installing, configuring and using it.

  6. #6
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Quote Originally Posted by BradH
    Thanks for the welcome. I am trying to prep myself. Exposing myself to Linux by installing, configuring and using it.
    Which distro are you looking at?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  7. #7
    Linux Engineer
    Join Date
    Jan 2005
    Location
    Chicago (USA)
    Posts
    1,028
    Welcome! You have the best attitude to learn GNU/Linux

    A little page I made for newbs: http://a-thing.0nyx.com/StartingGNU-Linux.xhtml

    By LART do you mean Luser Attitude Readjustment Tool?

  8. #8
    Linux User Stefann's Avatar
    Join Date
    Nov 2004
    Location
    Boise, ID
    Posts
    340
    Quote Originally Posted by a thing
    Welcome! You have the best attitude to learn GNU/Linux

    A little page I made for newbs: http://a-thing.0nyx.com/StartingGNU-Linux.xhtml

    By LART do you mean Luser Attitude Readjustment Tool?
    Yea, not much else it can mean, especially considering this is a linux forum, and it is one of the most wide-spread linux/unix jokes I've ever seen.
    Nothing is worse than ten penguins fighting over which is better, vi or emacs.
    Registered Linux User #404402
    Finally I'm back on LF after a long while.

  9. #9
    Just Joined!
    Join Date
    Dec 2005
    Location
    So Cal
    Posts
    0
    Quote Originally Posted by Dapper Dan
    [Which distro are you looking at?
    Not sure. Thought I would do a little research first. I planned to search the forums on LFS project.

  10. #10
    Linux Guru fingal's Avatar
    Join Date
    Jul 2003
    Location
    Birmingham - UK
    Posts
    1,539
    Welcome BradH. Somewhere to look while you're thinking about which distro to try is Distrowatch. I think it's an essential site.

    No typos or else you'll end up at dysentery watch, and that could be confusing.
    I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •