Search:

Type: Posts; User: misconfiguration; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.16 seconds.

  1. Replies
    9
    Views
    2,140

    Re: Ohio LinuxFest 2008

    I wont be attending this year, I have made prior obligations with the wife. Last year was a hoot, if anyone can attend I'd strongly recommend it!
  2. Replies
    19
    Views
    652

    Re: Perl For Programmers?

    Sorry got mixed up on thoughts; thanks for clarifying that, I have the llama book at my side and noticed I messed up once you made that point.
  3. Replies
    19
    Views
    652

    Re: Perl For Programmers?

    I like the O'Reilly camel book 'Learning Perl', the programming Perl book is too focused on proper idioms, this can cause reading the arcane texts quite mundane.

    I personally prefer searching: ...
  4. Poll: Re: What do you think is the most difficult part of programming?

    Theory - flow control.

    Thinking about how to start at point A and end at Z is most def the hardest part.

    Not to mention what algorithms will be used in order to accomplish the tasks-at-hand.
  5. Re: Talking Trash about each others avatars!

    touché

    (BTW the Frop makes "Bob" have these fixations, it's why he smokes it)
  6. Re: Talking Trash about each others avatars!

    Looks like Tux has a fedora on, trader are we?
  7. Replies
    89
    Views
    4,075

    Re: What do you want for Christmas?

    I want... beer and a special gift from the old lady.


    wo0tsauce!
  8. Re: Perl - Slurping file to find highest number.

    Nevermind.

    use strict;
    use warnings;
    use List::Util qw(max);

    my %prns;

    while (<DATA>)
    {
  9. Perl - Slurping file to find highest number.

    All,

    I'm in the process of automating our printer add process on some AIX and HP-UX machines. I'm running into some issues after I parse info in our printer queues text file. We reference printers...
  10. Replies
    11
    Views
    2,455

    Re: Ohio Linux Fest

    srry
  11. Replies
    11
    Views
    2,455

    Re: Ohio Linux Fest

    I personally will be there Friday and Saturday. I will wear my white Indiana LoCo polo Saturday.
  12. Replies
    11
    Views
    2,455

    Re: Ohio Linux Fest

    As for me I'm not totally sure, I just know I'm going to have a BLAST!
  13. Replies
    11
    Views
    2,455

    Re: Ohio Linux Fest

    I'll be there, how will we know where to meet? I'm buying my shirt today.. I'll be attending Friday and Saturday!
  14. Re: PERL - creating usernames and passwords + add to /etc/sudoers

    The above issue is fixed!
  15. Re: PERL - creating usernames and passwords + add to /etc/sudoers

    Ok guys I have another issue, this one is tellnig me I'm missing a right curly bracket at line 68. This happens to be the last line on the current bit of the script.

    I still have a lot more to go...
  16. Re: PERL - creating usernames and passwords + add to /etc/sudoers

    That's exactly what I needed Stick, thank you very much!

    Sometimes you just need a fresh set of eyes.
  17. Re: PERL - creating usernames and passwords + add to /etc/sudoers

    Thanks for the quick solution, I was trying to find what was wrong in the environment so this issue could be better understood.

    The -p option worked I just didn't want to alter any code. Thanks a...
  18. Re: PERL - creating usernames and passwords + add to /etc/sudoers

    I cat'd /etc/passwd to show the UID was being created.

    The program stalls and gives me permission denied once the command should create the passwd for $username.

    I'm actually trying to invoke...
  19. PERL - creating usernames and passwords + add to /etc/sudoers

    Ok all here is what I'm trying to accomplish.

    I'm pretty darn new to PERL, well I guess we could say programming in general. I have to create 50 + usernames on about 20 different servers, I need...
  20. Re: Which Programming Language rocks(To you)?

    I've dabbled with C, I prefer PERL to work with my administrative tasks, I'm still learning proper programming practices.
  21. Replies
    12
    Views
    19,449

    Re: PERL - Dumping output into a logfile.

    You guys rock, thank you!
  22. Replies
    12
    Views
    19,449

    Re: PERL - Dumping output into a logfile.

    This is why I posted in the forums; I'm not very familiar with programming practice, this is making learn a lot!

    Another thing that I was thinking is this;

    Would it be best to go with hashes...
  23. Replies
    1
    Views
    398

    Re: opengl screen shift problem

    Switch to a lower resolution and see if you get the same issues? Switch to 800x600 and then try to launch the game again.
  24. Replies
    1
    Views
    586

    Re: Problems installing Regnum

    sudo apt-get install --reinstall libgtk2.0-0
  25. Replies
    7
    Views
    517

    Re: Frequent Problem

    Ok, I realize the Cedega forums aren't very helpful I'm a Cedega subscriber myself.

    Something I recommend is trying to update Cedega VIA it's front-end. Meaning you can select and action when you...
Results 1 to 25 of 54
Page 1 of 3 1 2 3